Hi all,
I am struggling to find what is the problem in that simple IF statement and I would appreciate to have your help:
IF [Warranty expiration]>2 AND [Warranty expiration]<7 THEN "Wave 1"
ELSEIF [Warranty expiration]>6 AND [Warranty expiration]<10
THEN "Wave 2"
ELSE "Wave 3"
ENDIF
The statement it seems fine until I am entering the last value "Wave 3" and specifically the last ".
The Warranty expiration is an Int32 field that has been created by the DateTimeMonth([Warranty expiration]) expression and saves the number of the month.
There are no Nulls is that.
The "Wave x" is save to a new column as string.
Thanks in advance,
Kostas