Does the “id show=id” concept from Custom Displays work with the total shortcodes?
I’m using the following shortcode as a starting point it clearly doesn’t work.
[frm-stats id=364 show=412 value="Arts" type=count]
Any and all suggestions are most welcome.
Thanks, Michael




October 4, 2012 at 4:01 pm
No, just use [frm-stats id=412 value="Arts" type=count]
October 4, 2012 at 4:33 pm
The challenge here for me is that I don't want to count every entry in 412 that equals "Arts"...only those the equal "Arts" for users who completed field 364 in my form. How could I achieve this?
October 4, 2012 at 4:41 pm
That's not an option with that shortcode. You would need to get that stat on your own with a custom SQL call.
Topic closed.