I have a table in SSRS
, Grouped on customer number.
I need to evaluate the same column within the fill expressions.
The evaluation should be -
where if the ABTAX
for the two different customers is the same and the AIMAXO
are also the same then fill red, else leave column white.
I've tried the below expression but it just fills the whole column red.
=iif(Fields!ABTAX.Value = Fields!ABTAX.Value and (Fields!AIMAXO.Value = Fields!AIMAXO.Value), "RED","WHITE")
The Data:
CustomerNo ABTAX AIMAXO
--------------------------------------------
999991 00592235 COF 235000
999992 00592235 COF 235000