glenhest53 Posted October 4, 2004 Posted October 4, 2004 Hi I have a field that contains a radio button value list ("Color", "Black and White"). How would I calculate the number of times either one of these items are selected in the database and place the result in the header area of a columnar list/report layout. Thanks in advance. Dave
RalphL Posted October 4, 2004 Posted October 4, 2004 Put a transparent button over each radio button. Write scripts which set the field to value for the radio button and increment a global counter field for that button.
glenhest53 Posted October 4, 2004 Author Posted October 4, 2004 Thanks Ralph: Could you please give my some more detail because my knowledge of scripting is limited. Dave
Lee Smith Posted October 4, 2004 Posted October 4, 2004 Are you just wanting a total for these patterns? If so, why not use the Pattern Count function with the Summary Function for each field. Something like: Your_Field
glenhest53 Posted October 4, 2004 Author Posted October 4, 2004 Thanks Lee That's just what I wanted. Dave
Recommended Posts
This topic is 7424 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