Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
We are having District as an dimension and here i need to colour only few districts which means i need to hard code those.
Which is exactly like below.I need to colour only on lables.
Thanks..
Hi,
Go to Chart Properties -> Dimension Tab -> Select District Dimension -> Click on + sign next to it.
Double click on Background color. and write expression like below.
If(Wildmatch(District,'Arizona',''Colorado'),Yellow(),White());
Click on Apply and Ok.
Regards,
Kaushik Solanki