The variables ABC, PQR, and XYZ have been combined in a variable CONC.
CONC = '$ABC. 0 $PQR.$XYZ.', example: CONC = A 0 QY
Open the upper dialog area so that you can see the target variables. The program has already recognized that the variables ABC, PQR and XYZ no longer exist in the new version.
Create the new target variable CONC by clicking on Add variable assignment [Add variable mapping].
Click on Formula.... [Algorithm...] in the Variable assignment column on the right
Enter the following formula and confirm with .
CONC = ABC//'0'//PQR//XYZ
Explanations of the syntax can be found under Section 7.8.12.6, “Mathematical functions (feature algorithm ) ”.
If you now set new values for ABC, PQR and XYZ in the left-hand table, the desired adjustment is automatically made immediately in the right-hand table under CONC.
Finally, click on Confirm all assignments [Verify all mappings]
.