Disclaimer: This site is moderated by the Formidable Forms community. Formidable Forms and its parent company Strategy11 are not responsible for the words, opinions, and content posted by others on this site. This site is provided as a courtesy and free resource for the Formidable Forms Community. Any actions deemed as harassment, toxic or abusive, will result on being banned from this site and potentially losing your Formidable Forms license.
Thanks for your cooperation, if you have any questions please
consult our code of conduct
I think you have to figure out how to show the individual field. The frm-stats id is a field id and a value. The view id is related to the whole form. It really doesn't represent a specific field id and doesn't know how to evaluate it. That's my interpretation of the situation.
I think Bobby's right. Your solution may live in building your own short code to return the value you need.
Thanks for the support, I actually realised that the nested view needed to be trimmed down, removing all access code (divs, p tags etc...) and just show an integer. Then when nesting it into the parent view, it worked how it should.
Good call. Sometimes things require some self troubleshooting. Enjoy!