Hi All,
I'm fetching employee id,name,salary and dept_num from a table and displaying it by grouping on DEPT_NO.
I want to make the background color of the SALARY field as blue if that amount of salary is maximum in that department.
Any suggestions???
Thanks
You could check into Look Ahead Aggregates (ValueExp = Max(Salary) ); however, this would have to be in a control in the Content frame, and you would still have to check each salary value against this max value in order to know whether or not to change the color.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.