From version 1.1 >
edited by Outhman Moustaghfir
on 2024/01/24 14:59
To version < 3.1 >
edited by Outhman Moustaghfir
on 2024/01/30 14:14
>
Change comment: There is no comment for this version

Summary

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 +=== ===
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian