Hi,
Current I am using formula like below to conditionally format font color.
IF {@formula1} > 0 Then crBlack ELSE crRed
However I am displaying at least 50 texts in my report and I need to modify every time font formula correspondingly, instead of writing 50 different formulas is there any way to create one formula and copy paste in all font coloring places ??