October 4, 200421 yr 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
October 4, 200421 yr 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.
October 4, 200421 yr Author Thanks Ralph: Could you please give my some more detail because my knowledge of scripting is limited. Dave
October 4, 200421 yr 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
Create an account or sign in to comment