December 16, 200718 yr I have a value list where I have about 10 different options to choose from. For example, there might be SALE, RESET, DEMO, etc.... I would like to be able to display on a report page how many SALE, how many RESET and how many DEMO have occurred. Any ideas on how to accomplish this?
December 17, 200718 yr Hi Mike513jr The way I would do this is to create a summary field "s_Total" of the field that displays the VL. Then create a SORTED report to display the count of each occurrence, the report must be sorted by the input field before you can get an accurate count.
Create an account or sign in to comment