Changes for page SetMetric
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
edited by Outhman Moustaghfir
on 2024/01/24 14:59
on 2024/01/24 14:59
edited by Outhman Moustaghfir
on 2024/01/30 14:14
on 2024/01/30 14:14
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -8,7 +8,7 @@ 8 8 }}} 9 9 10 10 {{code language="XML"}} 11 -<xsl:value-of select="ixf:SetMetric(metricName, projection, value)"/> 11 +<xsl:value-of select="ixf:SetMetric(metricName, projection, value)"></xsl:value-of> 12 12 13 13 {{/code}} 14 14 ... ... @@ -26,7 +26,7 @@ 26 26 }}} 27 27 28 28 {{code language="XML"}} 29 -<xsl:value-of select="ixf:SetMetric('TotalSales', 'SalesAlias', 500)"/> 29 +<xsl:value-of select="ixf:SetMetric('TotalSales', 'SalesAlias', '500')"></xsl:value-of> 30 30 31 31 {{/code}} 32 32 ... ... @@ -35,5 +35,10 @@ 35 35 === Notes === 36 36 37 37 * All parameters (metricName, projection, and value) are required. 38 +* ((( 39 +**setMetric **function will add or subtract a value from the previous result. For example, if you input 10 and there was already a value of 500, the result will be 510. 40 +))) 41 +* Adding 1 will add 1 to the previous value. 42 +* - 1 will subtract 1 from the previous value." 38 38 39 -=== 44 +=== ===