Count number of checkboxes
Posted: 07 Feb 2011, 17:09
I have a custom field called Clients that is a checkbox field. I use it to show which of our clients are reporting a bug or feature request. What I want to be able to do is create a column that counts how many clients are checked off for each bug. Then I would be able to sort the list to show the highest # of clients that the bug/feature is affecting. I'm familiar with the count command in PHP, but not sure how to tie it to my custom_Clients custom field. Any ideas? Running v1.2.4. Thanks!