Hi All,
I developed a report using report builder. The columns are LAST_NAME, FIRST_NAME, EMPID, CASEID. I want to highlight those rows where there are more than one caseid. In the back end query i did a COUNT and ROW_NUMBER, but i do not want to include either the count or row number in the report, in short i want to highlight where there are more than 1 caseid per person. In the below case i want to highlight both the rows of SEAN SMITH. Greatly appreciate your suggestions .
Thanks
last_name | first_name | empid | caseid | CNT | RN |
SMITH | SEAN | AMP244 | 125CC623 | 2 | 1 |
125CC608 | 2 | 2 | |||
DUMAL | VALERIE | AXC444 | 128FW222 | 1 | 1 |
SV