This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Local variables > let

let

Defines a variable.

Several variables may be defined consecutively and refer to previously defined variables. By means of the keyword in the variable definitions are separated from the actually formula.

let <variable> = <varExpression> in <Expression>
Arguments
Return value