jms181 Posted August 15, 2007 Posted August 15, 2007 What would the calculation be to get the number of discreet values in a field over several records? I'm building a database to keep track of shots in a movie. Each shot has a SceneNumber field that assigns the shot to one of the movie's scenes. If I create a found set of all shots added to the database in a given week, and I want to know how many different scenes are represented in that found set, what would the calculation be? That is, how do I total the number of discreet values in the SceneNumber field across all the records? Thanks!
dreamingmind Posted August 15, 2007 Posted August 15, 2007 How 'bout setting up a relationship so the records in question can be collected Then build a value list to pull field of interest together (this will omit duplicates) Then get the count of value list items (ValueCount (listhere)) Don
jms181 Posted August 15, 2007 Author Posted August 15, 2007 Then build a value list to pull field of interest together (this will omit duplicates) Could you explain this step. I don't understand. Thanks!
jms181 Posted August 15, 2007 Author Posted August 15, 2007 Nevermind! Just figured it out. Thanks so much! I really appreciate it. Jon
dreamingmind Posted August 15, 2007 Posted August 15, 2007 In the menu File:Manage:Value Lists... you can build value lists for pop up lists, radio buttons, checkboxes and the like. You can build lists from data you type or from related data. Yours will be from related data. Don
Recommended Posts
This topic is 6370 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