Changes for page GetTracking
Last modified by Outhman Moustaghfir on 2024/07/23 13:27
<
>
edited by Outhman Moustaghfir
on 2024/06/10 11:02
on 2024/06/10 11:02
edited by Outhman Moustaghfir
on 2024/06/10 11:26
on 2024/06/10 11:26
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -42,3 +42,10 @@ 42 42 {{code language="XML"}} 43 43 <xsl:value-of select="ixf:GetTracking('Product [Name == Laptop AND Brand == Dell AND _statusTracking==Delivered ]','',0,'Country')"></xsl:value-of> 44 44 {{/code}} 45 + 46 +GetTracking with projection : 47 + 48 + 49 +{{code language="XML"}} 50 +<xsl:value-of select="ixf:GetTracking('Product [Name == Laptop AND Brand == Dell AND _statusTracking==Delivered ]/Processors')"></xsl:value-of> 51 +{{/code}}