Newbies kconick Posted December 8, 2014 Newbies Posted December 8, 2014 Hello everyone, I would like to know if there is a function that obtains the values selected in the group check boxes so they can be counted and represented in a chart.
comment Posted December 9, 2014 Posted December 9, 2014 Not sure I understand your question. A field formatted as a checkbox set stores the checked values as a return-separated list (place another instance of the field, formatted as an edit box, on the layout in order to see this). So there's no need for "a function that obtains the values selected" - they're just there. To count the checked values, use the ValueCount() function.
LaRetta Posted December 9, 2014 Posted December 9, 2014 I believe a chart will require records. It sounds like those checkboxes should have been records in a related table. Checkboxes are great for many things but data which may need to be reported on later and grouped by the checked values isn't one of them.
Recommended Posts
This topic is 3728 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