I have an SSRS report with 2-tablix and would like to compare data and highlight rows that not non-duplicates. Any suggestion is appreciated. Thanks
Asked
Active
Viewed 25 times
1 Answers
0
In table2, for each of the cells you wish to highlight, use the following expression: =IIF(len(Lookup(Fields!ClientID.Value,Fields!ClientID.Value, Fields!LastName.Value,"DataSet2"))>0,"Nothing","Yellow")

SuperSimmer 44
- 964
- 2
- 7
- 12