Newbies dalty52 Posted March 16, 2006 Newbies Posted March 16, 2006 Hi. I have a radio button value list of "yes" "no" and "maybe". Also, on each record, I have a field that is a numeric value called "total number of people". I am trying to figure out how to create a summary calculation of the "total number of people" value, but only using the records where "yes" or "maybe" is selected in the radio button. Thanks for your help!
comment Posted March 16, 2006 Posted March 16, 2006 Define a calculation field (result is number) = Case ( YourRadioField = "Yes" or YourRadioField = "Maybe" ; total number of people ) Summarize the calculation field using a summary field.
Newbies dalty52 Posted March 16, 2006 Author Newbies Posted March 16, 2006 Awesome! Thank you! I had come to the conclusion that I needed to use the case function somehow, but, I never thought about needing to make two fields for it. Worked like a charm.
Recommended Posts
This topic is 7175 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