Show form data in frontend

Jakaria al Mahmud asked on November 24, 2018 19:53

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!

Correct Answer

Peter Mogilnitski answered on November 26, 2018 15:52

Check this answer as well

1 votesVote for this answer Unmark Correct answer

Recent Answers


Dragoljub Ilic answered on November 26, 2018 11:49 (last edited on December 10, 2019 02:31)

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

1 votesVote for this answer Mark as a Correct answer

Jakaria al Mahmud answered on November 26, 2018 13:50 (last edited on November 26, 2018 13:50)

Thanks @dragoljub-ilic, I will check ASAP.

0 votesVote for this answer Mark as a Correct answer

Jakaria al Mahmud answered on November 26, 2018 17:42

Thanks Dragoljub, it worked awesome. voted and marked as correct answer.

Thanks Peter Mogilnitski, your one also good, Voted.

0 votesVote for this answer Mark as a Correct answer

Jakaria al Mahmud answered on July 8, 2019 19:38

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!

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.