I have a report with one parent group and an expandable details group. My issue is that I would like the parent cell to have the same background color as that of the details row if any of the details rows has color.
For example: If I have a parent group of PART ID and details rows that contain columns for location and qty. If any of the qtys are below zero then I have a background color expression to set the qty field for that row to a background color of RED. I need the parent PART ID to also be red if any of the details rows are red.
I can't seem to find a solution to this issue on the web and everything I search only seems to return results about background colors for alternating columns which is not at all what I need. Your assistance is appreciated