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

