July 22, 200322 yr I need to use the number of records in a calculation to calculate a percentage. ie..."field value" / "no. of records" * 100 I don't know how to get the number of records into my calculation. How do I do this?
July 22, 200322 yr Can you achieve the same result using a summary field? You can do an average using the summary field. If this won't help there is the status(currentfoundcount) Jerry
July 22, 200322 yr hi, you can use a status function which determines the amount of records in your file: Stats (CurrentRecordCount) cheers, jd.
Create an account or sign in to comment