Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Return the number of records in a formula

Status
Not open for further replies.

KidFix

Programmer
Feb 7, 2002
60
US
ello

is there a way I can find the number of records returned in a report for use in a formula? I tried using the special field Record Number but I don't seem to be able to use the value of this field in a formula, all I can find is RecordNumber which returns the number of the current record but not the total records.

Any help would be greatly appreciated

Thanks
Kid
 
Count({AnyRequiredField}) will return the number of records, provided that you are not conditionally suppressing or group selecting records.

Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top