Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a stacked bar chart with 3 dimensions and 1 expression. There are 2 stacked bars for one x-Axis value. I want to display different color for these 2 stacked bars. How to do that?
I have attacked example Qvw.
May be an if statement like this:
=If(%Year = 2016,
If(%Semester = '1st', Blue(), Green()),
If(%Semester = '1st', Red(), Black()))
May be an if statement like this:
=If(%Year = 2016,
If(%Semester = '1st', Blue(), Green()),
If(%Semester = '1st', Red(), Black()))
Hello Pavhitra
May be this could work for you...
Please note the expression attributes.
Regards
Julian
Where Should I Write the expressions?
Here
Got it! Earlier I was trying in the colors tab. Couldn't do this.
Thank you so much.