Field Total Shortcode challenge

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

 

 

No, just use [frm-stats id=412 value="Arts" type=count]

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?

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.