I have a customized lookup table like this:
| Country |
Notes |
| Germany |
German notes |
| Italy |
Italian notes |
What i want is that my report will fill the node "Notes" with notes depending on from which country the customer is.
For example, if the CountryRegionID for for the customer is GER, i want it to check it in the lookup table, and take the source from "Notes" that is in the same row as Germany. How would this be possible? can it be solved by using an expression?