Hi, I have a report that shows a table with three columns Columns 1 = name of person Column 2 = Total dept Column 3 = total paid
I need the following output to display the third column in color: Red in case total paid < total dept Green in case total paid >= total dept I guess I need to use a Map process and scan the value can you please guide me how to do that