Changes for page InitMetrics
Last modified by Outhman Moustaghfir on 2024/02/26 17:12
<
edited by Outhman Moustaghfir
on 2024/02/26 17:12
on 2024/02/26 17:12
edited by Outhman Moustaghfir
on 2024/02/01 17:27
on 2024/02/01 17:27
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.Func tions.XSLT .tracking.WebHome1 +iXPath V3.Funcitons.WebHome - Content
-
... ... @@ -59,7 +59,7 @@ 59 59 Assuming you want to initialize a projection named 'YourProjection' in the metric 'YourMetric' with an XPath expression 'Order[Company = 'HM']' and a default value of -1: 60 60 61 61 {{code language="XML"}} 62 -<xsl:value-of select="ixf:InitMetrics('YourMetric', 'YourProjection', 'Order[Company = 'HM']', -1)"></xsl:value-of> 62 +<xsl:value-of select="ixf:InitMetrics('YourMetric', 'YourProjection', 'Order[Company = ''HM'']', -1)"></xsl:value-of> 63 63 {{/code}} 64 64 65 65