So I have a report that contains several orders. The report is grouped on Orders and the details are the items in an order:
Order # 500
Item #1
Item #2
Item #3
Item #4
When an item meets a certain condition I want to highlight it. However I also want to highlight the group header, but only when the condition on the item is met. So if any of the items meet the condition the header should be highlighted. Highlighting the item is easy so that's not the issue. I'm having trouble highlighting the header.
I've tried setting a global variable when the item is highlighted but can't seems to get it to work.
Any help would be much appreciated!