Discussion
Virtusa Consulting Pvt Ltd.
IN
Virtusa Consulting Pvt Ltd.
Posted: Jul 7, 2016
Last activity: Jul 7, 2016
Last activity: 7 Jul 2016 9:18 EDT
Closed
How to calculate SubTotal based on UnitTotal using Declarative Network?
How to calculate SubTotal based on UnitTotal using Declarative Network? I want to know the step to achieve the subtotal?
Let's supposed you have a Page List property ItemList defined with UnitTotal:
ItemList(1).UnitTotal
ItemList(2).UnitTotal
...
ItemList(n).UnitTotal
Then you can create a Declare Expression for .SubTotal to perform a Sum of ItemList().UnitTotal.