Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Gang, can I assign a color to an attribute? For example, if i have a pie chart of sales - I want Honda to always come up as Red, Ford to come up as Blue, and Toyota as Green.
Seems that when i reload my data set the color scheme always changes.
Any suggestions?
Hi,
Look at the attachment, it's an application wich do that.
The color code is mentionned in the script editor.
Hope that helps you.
Martin
Hey Hi,
In the Expression tab >> Expand the Expression >> Background Color >> Use the following expression:
=If(Brand='Honda',Red(),
If(Brand='Ford',Blue(),
If(Brand='Toyota',Green())))
or
Look at the App Below.
Hope this helps..
Regards
lease see the attached
Hi,
In Properties ---> Color ---> Persistent colors.
If you click the above option in pie chart properties , the colors wont get change.
Regards,
Antony.