Interactive report - display negative sum value in red
JohnSApr 16 2012 — edited Apr 17 2012APEX 4.0.2, RDBMS 11G R2
I have an interactive report (IR) that generates several columns in the report. Using IR, (FORMAT > AGGREGATE) I have summed a few of these columns. On columns that represent currency values, I would like to display any negative values in red.
Using FIREBUG, I am able to identify and inspect one of these value but cannot determine the best way to conditionally display this value (when negative) in red.
Thanks in advance.