MitchBVI Posted April 8, 2008 Posted April 8, 2008 I am producing reports under different circumstances and what I would like to do is display in the header of the report the count of the records not in the report. I have tried using calculation fields. For instance if all my records have "yes", "no" or maybe in an attendance field and I am reporting on the "yes's" I would like to be able to show in the header the total of all the records, the no's and maybes and those that were blank. Any suggestions please.
mr_vodka Posted April 8, 2008 Posted April 8, 2008 (edited) An unstored calc of: Get ( TotalRecordCount ) - Get ( FoundCount ) will show you the record count of those not included as part of the find. If you want it grouped by each seperate value of "No" and "Maybe" then that is a different story. You should come across some sample files on these forums to do that. Edited April 8, 2008 by Guest
MitchBVI Posted April 8, 2008 Author Posted April 8, 2008 Thank you for that suggestion. However I do need to count the maybe's and no's. I have searched the forum but not found anything yet.
Recommended Posts
This topic is 6133 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