I wanting to create a statistic using “To get a count of fields with a specific value”
My field, 430, is a check box field. The second option is “Prāṇāyāma”. In my data, the “Prāṇāyāma” check box has been checked 5 times. When I insert the following code to create the stat, the value it comes up with is “0″.
[frm-stats id=430 type=count value="Prāṇāyāma" user_id=current]
What am I doing wrong?




August 18, 2011 at 5:01 pm
The problem is that it's a check box field so the value won't be exactly equal. Please take a look at this post for a change that was made for the next release:
http://formidablepro.com/help-desk/count-a-multiple-selection-values/#frm_response_17167
August 18, 2011 at 5:25 pm
Thank you so much! That worked.
Topic closed.