At project en_10253_3_ats.prj the values of the value range variable AUS have been changed.
Original values: 'S', 'seamless', 'W', 'welded'
Changed values: 'N', 'seamless', 'G', 'welded'
The following illustration shows the old and new values in the Variable Manager.
Perform following adjustments:
Initial situation: When changing a value range value, there is no adjustment in the right table.
Insert a target variable by clicking on
Target variable to insert a target variable. Select the variable From in the list field.
Insert the following formula under Variable assignment:
IF(AUS.EQ.'S')THEN AUS = 'N' ELSE AUS = 'G' ENDIF
If you now make changes to the Off variable on the left, these are automatically applied to the table on the right.
If the behavior is correct, click
Confirm all assignments [Verify all mappings].