i know there is a function to count number of rows in a group, but is there anyway of numbering each row?
So that I can use =Last(ReportIems("norow") to find the last row on the page?
Thanks
Try putting this into your detail row (where GroupName is the name of your group):
=RowNumber("GroupName")
Hope this helps.
Jarret
|||Thank you SO much.... I used this to a Page no for each group ;)
No comments:
Post a Comment