statistics order

Hi, I managed to show my stats using for my field that is checkboxes and I can get the number each option has been checked by the users submitting the form. Now I need to order these stats by most checked options, starting from most and descending.   Thanks in advance

Question about displaying stats

Hello All, I’m trying to display a count of the entries in one form, but I’d like to only display a count of a specific field without duplicates. Example: If one person submits to the form more than once, I’d like to only count the entry once (the people will not be logged in). Is [...]

Stats – How do I get the total of specific multiple values

On http://formidablepro.com/knowledgebase/add-field-totals-and-statistics/ the follow example is provided: value (string) – Only include entries if they have a specific value, ie count the number of entries with a value of “Blah Blah” What is the syntax to total multiple values? Example: I have a radio button which has four options (Category). Another field in the form [...]

Display Comment Count

Hi Stephanie, How can I display the comment count for a particular user-submitted post?  I created a comment form and want to display the number of comments for just that specific post. I need the  PHP code rather than the shortcode. So far I have: <?php echo FrmProStatisticsController::stats_shortcode(array(‘id’ => 92, ‘type’ => ‘count’, ‘entry_id’ => [...]