I have tried these 2 methods separately ,
Row Visibility
=IIf(Previous(Fields!name.Value) = Fields!name.Value, True, False)
For Above , do i need to add every field?
- HideDuplicates in Row Properties, that works, but it leaves behind blank rows.
My 2 Questions.
For 1., do i need to add every field?
For 2.,Im lost on how to remove the blank rows?
Thanks,
****************SOLVED******
To Solve this i used Group Properties. Group Properties> General> Group Expression> Group On: [createon]