What is the syntax to get the SUM of a pagelist and pagegroup property using JSP in a Paragraph rule?
If I have a pagelist called SomePageList with a property called SomeInteger on it. How do I get the SUM of SomeInteger and show it in a Paragraph rule using JSP tags?
I want to output something like:
<%= <pega:reference name="@sum(SomePageList.SomeInteger)"></pega:reference> %>
***Edited by Moderator Marissa to update categories***