Autocomplete editors
To use variables in this field, type the name of the variable prefixed by the dollar symbol and surrounded by { } brackets, as follows: ${variable}
. Once you type ${
, a drop-down list of autocompleted suggested variables will appear. This list updates as you type; for example, if you type ${date
, functions and variables containing date
will be listed.
To use warehouse functions or variables in this field, type the name of the function or variable prefixed by the dollar symbol and surrounded by { } brackets, as follows: ${variable}
. Once you type ${
, a drop-down list of autocompleted suggested functions and variables will appear. This list updates as you type; for example, if you type ${DAY
, functions and variables containing DAY
will be listed. This list also shows the type of each function or variable.