Quantcast
Channel: SQLServerCentral » Reporting Services » Reporting Services » Latest topics
Viewing all articles
Browse latest Browse all 2791

Highlighting duplicates in a report - using previous and highlighting with colour

$
0
0
HelloI am using =IIf(Previous(Fields!Col1.Value) = Fields!Col1.Value, Nothing, Fields!Col1.Value) in an SSRS report, which works fine, but instead of nothing, I would like the textbox to appear as red to highlight duplicate records.Any suggestions to achieve this would be very welcome.Thanks.

Viewing all articles
Browse latest Browse all 2791

Trending Articles