SILog map styles
Functions
ANYOF
COALESCE
Use the first value that isn't null.
Example
COALESCE(product.name, storageArea.name)
Will show the name of the storage area if there isn't any product in the storage area.
Use the first value that isn't null.
Example
COALESCE(product.name, storageArea.name)
Will show the name of the storage area if there isn't any product in the storage area.