cplusplus1


I want to show how many records populated in the groupby clause, i want to show the number of rows value in the group footer.

Thank you very much.




Re: How to get the value of number of rows in groupfooter

Jarret


If you put this in the group footer, you should see the count for each group.

=CountRows()

Hope this helps.

Jarret