Hi there, Can I show some form(bizform) data in frontend, like if I want to show total entries(count) of a form on frontend. is there any macro way? Many Thanks!
Check this answer as well
Hi,
You will be able to retrieve total number of entries for form with this macro expression:
{% SiteObjects.Forms.<CodeNameOfTheForm>.Items.Count |(identity)GlobalAdministrator%}
Best regards, Dragoljub
Thanks @dragoljub-ilic, I will check ASAP.
Thanks Dragoljub, it worked awesome. voted and marked as correct answer.
Thanks Peter Mogilnitski, your one also good, Voted.
Hi, May I ask something here. how can we get total/sum of a column's value, for example we have column called "quantity". how can we get total using macro ? Thanks!
Please, sign in to be able to submit a new answer.