I have a report (table) with about 20 fields and measures (so far). Is it possible to get a background color for an entire row based on one field? Instead of adding a condition in each column.
This is an orders report, and I need to color each row base on the order status: Late - red Urgent - yellow Waiting for approval - blue No color for all the rest
It is not possible. You have to define the condition for each column. If you want to go more faster and maintain easily this color condition, encapsulated it inside a variable (and use it).