Changing operators
The logical operator OR has been used in the following example formula:
((LU 13 | LU 16) + LU 12)
This means that if LU 13 is non-zero, it is added to LU12, otherwise LU16 is added to LU12.
The logical operator OR has been used in the following example formula:
((LU 13 | LU 16) + LU 12)
This means that if LU 13 is non-zero, it is added to LU12, otherwise LU16 is added to LU12.