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:29
on 2023/08/03 13:29
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 (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Parent
-
... ... @@ -1,1 +1,1 @@ 1 -iXPath V3. PortalV3.Basic Functions.WebHome1 +iXPath V3.Basic Functions.WebHome - Content
-
... ... @@ -6,7 +6,7 @@ 6 6 7 7 * **${ixf:avg(xpathExp1, xpathExp2)}** calculates the average of the results obtained from evaluating "xpathExp1" and "xpathExp2". 8 8 * **${ixf:avg(xpathExp,"10")}** the result will be the average of the result obtained from evaluating "xpathExp" and 10. 9 -* **${ixf:avg("10","12","100")}** the result will be 40,66, which is the sum of 10 and 12 and 100 dividing by 3. 9 +* **${ixf:avg("10","12","100")}** the result will be 40,66, which is the sum of 10 and 12 and 100 dividing by 3 . 10 10 11 11 Ensure that numerical values are between double quotes : ${ixf:avg("10","12","100")}, 12 12