lookup

Description Syntax Parameters Returns Example
Lookup value in database. lookup( exprToLookup, tableExpr) exprToLookup: Expression to lookup.

tableExpr: Table Expression

A string value as a result of lookup operation. lookup(UOM, tableDatasource('UOMCODES', 'VALUE', 'CODE'))