Hi All ,
Am looking a way to use Conditional formatting features from analyses but the same is greyed out .
Please any one could advise me about how to do it ?
Thanks for your advice .
Regards ,
Morel
Thanks for the clarification Christian, So let me try to use HTML in my sql statement .
So you'd have to build your SQL statement for your DDR report. An example with pseudo code is:
SELECT
CASE WHEN column1 = 'ABC' THEN '<FONT COLOR="#00FF00">' || column1 || '</FONT>' ... END column1name,
CASE WHEN column2 = 'ABC' THEN '<FONT COLOR="#00FF00">' || column2 || '</FONT>' ... END column2name
FROM tablename
Thank you to all ! works now Just happy to have advice from oracle's Experts .
@Christian Berg Now I can close the thread as advised .