I have a tablix control and am trying to alternate the background color of the detail section based on data values.
I am sorting by MC_CustomerName.
Every time the MC_CustomerName changes I want to change the background color
In the fill property I have this expression:
= IIf(Fields!MC_CustomerName.Value=Previous(Fields!MC_CustomerName.Value)
I am using the same logic to hide the duplicate data value(s) and that is working fine