Changes for page Sum
Last modified by Abdelali EL MAJDOUBI on 2023/08/03 13:29
<
edited by Abdelali EL MAJDOUBI
on 2023/08/03 13:18
on 2023/08/03 13:18
edited by Abdelali EL MAJDOUBI
on 2023/08/03 13:29
on 2023/08/03 13:29
Change comment:
Update document after refactoring.
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -iXPath V3.Basic Functions.WebHome 1 +iXPath V3.PortalV3.Basic Functions.WebHome - Content
-
... ... @@ -15,8 +15,10 @@ 15 15 16 16 == Example : == 17 17 18 -* ${ixf:sum(Documents/Order/DeliveryAddress/OrderLine/Price,"10"} 18 +* **${ixf:sum(Documents/Order/DeliveryAddress/OrderLine/Price,"10"}** 19 19 20 +Let's suppose that the result of //Documents/Order/DeliveryAddress/OrderLine/Price// is 30, so the sum is 40. 21 + 20 20 == Note: == 21 21 22 22 Numerical values can be also enclosed within single quotes : ${ixf:sum('10','12','100')} **OR **mix single and double quotes, like this: ${ixf:sum("10",'12','100')}.