Last modified by Erik Bakker on 2023/01/24 15:10

From version 31.1
edited by Erik Bakker
on 2022/08/09 12:12
Change comment: There is no comment for this version
To version 32.1
edited by Erik Bakker
on 2022/08/09 12:12
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -127,7 +127,7 @@
127 127  In this example, you see two notes on two attributes. One on the DateTime on Order Level and one on the Description on OrderLine level. The requirements are:
128 128  
129 129  * The DateTime should be filled with the DateTime value related to the **first** OrderLine
130 -* The Description should be the value for ID and the value for DateTime merged with the help of a dash (~-) icon.
130 +* The Description should be the value for ID and the value for DateTime merged with the help of a dash (i.e. -) icon.
131 131  
132 132  To make this happen we need a custom XPath. Remember the discussion on Absolute vs Relative earlier in this microlearning?
133 133  The way the transformation logic is build up helps you ensure that the correct values end up in the correct places.