You are here:
Reserved Keywords in Formulas
Batch data transforms have reserved keywords that need special handling when manually writing formulas. Use double quotes “ when referencing fields that share a name with reserved keywords. To avoid cross-referencing your field names with this list, the best practice is to use double quotes around all field names.
Enclose fields that share a name with a reserved keyword in double quotes. For example, if your data has a field named Month, you can enter this expression:
case when "Month" = ‘New’ then ‘High’ else ‘Low’Reserved Keywords
|
|
|
Additional Keywords for Multiple Row Formulas
These keywords are reserved in formulas with the Multiple row formula
turned on. Use double quotes " when referencing fields that
have any of these names.
-
CURRENT -
DENSE_RANK -
FIRST_VALUE -
LAG -
LAST_VALUE -
LEAD -
RANK -
ROW_NUMBER -
SUM

