irvingm Posted July 22, 2003 Posted July 22, 2003 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?
JerrySalem Posted July 22, 2003 Posted July 22, 2003 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
janedoe Posted July 22, 2003 Posted July 22, 2003 hi, you can use a status function which determines the amount of records in your file: Stats (CurrentRecordCount) cheers, jd.
Recommended Posts
This topic is 7865 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now