I have a list report with 20 measures - the measures are dollar values, percentages and counts - some are calculated and others are directly sources from the package.
I want to display negative numbers in RED for the measures only if the measure value is lower then zero. Do I have to create 20 different conditional styles - one for each measure that states if measure < 0 then RED or is there an easier technique.
Hi,
Try "CellValue()". You can use the same conditional style for every of your 20 measurs.
Schrotty