Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am attempting to create a bar chart where the color of the bar is permanently attributed to the value of a dimension.
I have orders with a given status: late, early, or on time. For each month, there are three bars for each of these values.
I want the "early" bar to be yellow, "late" to be red, and "on time" to be green. I have tried checking the "persistent colors", but this doesn't work. Eventually, as the data changes, the colors swap. Any ideas?
Use "Background Color" attribute of the expression and determine your color based on the Dimension Value:
If (Dim1 = 'Late', red()) etc...
cheers,
Use "Background Color" attribute of the expression and determine your color based on the Dimension Value:
If (Dim1 = 'Late', red()) etc...
cheers,
Oh, wow. The background color worked. I was concentrating on the color tab.
Thanks!
and how do I do the same for the value on the bar. I want negatives to be red, positives to be blue.
Nevermind, just found out.
Hello,
In additional, is it possible to attribute an image (like flag) corresponding to dimension value?
See joined file for example.
Thanks for your help
Laurent