Here's an expression I'd like some help with:
IF [Qry Fin Impact] = "Y" AND [Baseline to Final
Reim Change] != 'null'
Then
Round(( [RW Diff] * [Blended Rate 2016]),0.01)
ELSE 00.00
ENDIF
This is giving me the error: Invalid operator !=
In Alteryx what is the NOT EQual operator?
In the IF statement, when you want an AND comparison what is the syntax?
AND I'd really like to find a general overview of expression building in Alteryx but I've not found this in the Knowledge area. Can anyone recommend an overview of how expression are built in Ateryx?