Hi All,
Wanted help to implement the following:
There is a report where there is a prompt for region which is in graph and crosstab
If I select a region say America the bar in graph should be yellow
If I change it to Europe the bar colour should be green and so on .
Any help is appreciated.
Thanks in advance
Hi,
You can achieve it by using "Conditional Palette" Property, what all you have to do is...
1. create a String variable and set the country names as the values of the variable.
2. Then based on the Country name you can specify the color as you want.
But the problem is this is not dynamic...
Thanks,
Gollapudi.