Change color for a part of a string
Hi,
I wont to change a report in list-format, some rows have to be marked with a different color. It is possible in reports and when yes how?
An example for the report-query:
select ename, job from emp order by ename;
And then have all rows where hiredate is > '01-Jan-82' in red color and the others in black.
Thanks for feedback
Heike