Newbies ViaSail Posted June 7, 2007 Newbies Posted June 7, 2007 I have a field that can take text values from a predefined list. I would like to count the number of times that each value of that list is selected in all the records in the database. Basically, it is like getting a histogram of the values in a certain field. Any suggestions will be appreciated. MD
Vaughan Posted June 7, 2007 Posted June 7, 2007 You want a summary report. Read up on the GetSummary() function too.
Newbies ViaSail Posted June 7, 2007 Author Newbies Posted June 7, 2007 (edited) Thanks for your reply. I am familiar with those functions you mention, but not with how to tell them to count the different times a value is selected. In a field, let's say, COLORS, I want to know how many times "white" has been selected, how many times "blue" has been selected, and so on. Thanks again, MD Edited June 7, 2007 by Guest
mr_vodka Posted June 7, 2007 Posted June 7, 2007 As Vaughn said, you could use a summary report. Summary report recent thread
Recommended Posts
This topic is 6439 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