Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
is there a simple way to highlight the column with the highest value?
I know, i can compare each column with each other, but the formulas are very complex, so the calculation isn't performant.
Thank you for your help
ppcfox
In the background Colour property of teh used Dimension on the Dimension tab
use something like
=
IF(rank(sum(Measure_Name)) = '1',rgb(255,0,0))
this example makes background colour 'red'