Duplicate data comes into my report because the source table has duplicate data. Without creating a group, I want to hide the duplicate expression of the data record. So what I did: I select the table row and put the expression for the hidden property of the table row.
The expression was like = (Previous (Fields! ID.Value) = Fields! ID.Value)
but it didn’t work ... While repeating data is repeated. So tell me how to suppress duplicate strings in ssrs by writing expression, not grouping.
source
share