Hi,
I need to use in a parameter the values I get from another parameter.
For example in the database I have 2 columns:
- country
- cities. In this column the cities are all in a cell separated with comma
So I have a parameter for choosing the country and in this parameter as a Post-Processing formula I have:
=CSVARRAY([Countries];0;","; )
Now I don't now how to choose in parameter Cities the datasource to be the parameter ${Country} (which contains only the cities from that country).
Is this possbile?
Thank you for your suggestions.