Changes for page SetMetric
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
edited by Outhman Moustaghfir
on 2024/01/25 12:20
on 2024/01/25 12:20
edited by Outhman Moustaghfir
on 2024/01/24 14:59
on 2024/01/24 14:59
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)" ></xsl:value-of>11 +<xsl:value-of select="ixf:SetMetric(metricName, projection, value)"/> 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')"></xsl:value-of>29 +<xsl:value-of select="ixf:SetMetric('TotalSales', 'SalesAlias', 500)"/> 30 30 31 31 {{/code}} 32 32 ... ... @@ -36,4 +36,4 @@ 36 36 37 37 * All parameters (metricName, projection, and value) are required. 38 38 39 -=== === 39 +=== ===