Skip to main content

OtherSymbol

Defines a symbol to be treated as 'all other values' before a LOAD/SELECT statement. This is a user-defined variable.

Syntax:  

OtherSymbol

Example:  

set OtherSymbol='+';

LOAD * inline

[X, Y

a, a

b, b];

LOAD * inline

[X, Z

a, a

+, c];

The field value Y='b' will now link to Z='c' through the other symbol.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!