Click here to Skip to main content
15,900,511 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am working in a .rdls vs2010 report. There is a group "Group1". I am using HideDuplicates for this group. HideDuplicates hide all but first row. But i would like to hide all but last row.

Any suggestion?

Regards
skpaul
Posted

1 solution

=IIF(Count(Fields!Amount.Key,"GroupName") = RowNumber("GroupName"),False,True)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900