Hi,
I have a crosstab with 2 values in the main grid [QTY] & [CONDITION]. I want to apply conditional formatting based on [CONDITION] to both cells. I have setup a variable as follows:
IF ( [CONDITION]> 0.5 ) THEN
( 1 )
ELSE
( 0 )
When I run the report I it only applies the highlighting to the [CONDITION] column. If I change my variable to reference the [QTY] column then then only the [QTY] cells are highlighted.
I am using ReportNet v1.0
Any help is appreciated.
R.
I have a crosstab with 2 values in the main grid [QTY] & [CONDITION]. I want to apply conditional formatting based on [CONDITION] to both cells. I have setup a variable as follows:
IF ( [CONDITION]> 0.5 ) THEN
( 1 )
ELSE
( 0 )
When I run the report I it only applies the highlighting to the [CONDITION] column. If I change my variable to reference the [QTY] column then then only the [QTY] cells are highlighted.
I am using ReportNet v1.0
Any help is appreciated.
R.