Forum Discussion
Anonymous
4 years agoNot applicable
Conditional Formatting in Paginated Reports
I want to conidtional format cells within a paginated report that highlights the cell "RED" if it has an associated ID that says YES, if no then leave as is. For example within the picture belwo the...
Anonymous
4 years agoNot applicable
I understand the formula you provided; however, wouldn't that make the "yes" red? What I want in this case is the number to be red based off what the column next to it says. So how can I combine the number expression: =Sum(Fields!Remaining.Value) with the color expression: =IIF(ID="Yes", "Red","Blue")?