Changes for page Average
Last modified by Abdelali EL MAJDOUBI on 2023/08/03 15:53
edited by Abdelali EL MAJDOUBI
on 2023/08/03 13:12
on 2023/08/03 13:12
edited by Abdelali EL MAJDOUBI
on 2023/08/03 13:15
on 2023/08/03 13:15
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -17,9 +17,9 @@ 17 17 18 18 * **${ixf:avg(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 average is 20.00.20 +Let's suppose that the result of //Documents/Order/DeliveryAddress/OrderLine/Price// is 30, so the average is 20.00. 21 21 22 22 == Note: == 23 23 24 -* Numerical values can be also enclosed within single quotes : ${ixf:avg('10','12','100')} **OR **mix single and double quotes, like this: ${ixf:avg("10",'12','100')}. 25 -* Bydefault the averagedisplaytwo decimalnumbers.24 +* Numerical values can be also enclosed within //single quotes// : ${ixf:avg('10','12','100')} **OR **//mix single and double quotes//, like this: ${ixf:avg("10",'12','100')}. 25 +* The default display for the average includes **two** decimal places.