This is the values in table1.
I have a data in a Table1 where it is login hours for a day for multiple employees. I am creating a SSRS report and data they want is below This is the Output i need in the below table in SSRS 2016. Thank you in advance
If you looking to hide repeating "time" value, then you can use expression for that column:
=IIF(Fields!time.Value = Previous(Fields!time.Value), "", Fields!time.Value)
1.4m articles
1.4m replys
5 comments
57.0k users