Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to change the color of the dimension in a pivot table based on one condition.
Dimension: Period
Value: 2013,2014
Condition:if(2013>2014),Green,Red
Can please let me know
Hi Gysbert,
thanks for your reply, I want the result as below like which ever value in 2012/2013 was higher that color need to be green other should be Red
See attached example.
Thank you so much Gysbert.
Use this in Expression->Background Color or Text Color
=If((Sum({<Year='2013'>}Amount))>(Sum({<Year='2014'>}Amount)),Green(),Red())
Hi solution provided by gwassenaar was exactly my requirement.
Hi Gysbert,
One more help is that if the value for 2012 and 2013 was blank it should show blank in the YOY, instead it is showing symbol.
can please help me out.
Hi got it, added isnull function for the measure and all blanks were showing -