Are you looking for a total count of the number of records? There isn't a built-in function that does this automatically, but you can create your own summary function that would return the total record count.
You can do this one of 2 ways.
1. Right click the field on your report that you want to count.
Choose Insert, Summary
Change summary type to count, and the location should be Report Footer or Grand Total.
Click OK and the field will be placed in your Report Footer and you can move it to the Report Header if need be.
2. Create a new formula.
Add the following line to the formula editor and modify it with your field you want to use.
sum({table.field})
Save and Close
You can place this formula anywhere in the report that you like.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.