I have a cross tab that I have successfully conditionally formatted the background color using GridRowColumnValue (see below). However, I can only use it to format fields and not text objects. In other words, my column total 'Total' heading is white while everything else is colored based on the conditional formatting applied. If I try to apply the conditional formatting to the background of the text object, I get the error, 'This function can only be used in field formatting formulas'.
IF GridRowColumnValue ("Something") STARTSWITH "XXX"
THEN crLime
...
...
...
Is there a way to format a text object based on the value of it's originating column data in the cross tab?
IF GridRowColumnValue ("Something") STARTSWITH "XXX"
THEN crLime
...
...
...
Is there a way to format a text object based on the value of it's originating column data in the cross tab?