Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi community,
Attached is a qvw file in which I have a line chart with 4 expressions.
At some point of time at Dimension value 10(I hope) the line Q418 is going down under Q318, and there is requirement for me to bring up the Q418 line over Q318 line as Q418 is the current Quarter for us.
Any tricks will help me
Thanks
Kiran
Reorder the expressions and then check "reverse" in the legend properties.
-Rob
Also the order of the legends is important for me , I cannot change them
Not sure I understand what is going on? You want to see blue instead of green here?
Yes sunny when the values are overlapping I want to see Blue line on the top rather than green line
I am not sure of a way to do this...
Yeah, I searched for some properties in the chart but couldn't get it.
Thanks for the reply , have a nice weekend.
Maybe try this:
If (Dimension =10, Sum(Sales) + 50, Sum(Sales))
This will give the wrong value but it'll skew it enough to make them look distinct.
Thanks Vishnu,
but I cannot use this as the graphs deviates the analysis
Reorder the expressions and then check "reverse" in the legend properties.
-Rob