Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

IF ELSEIF

max_hfr
8 - Asteroid
IF 

[PERIODE] >=201607  AND [PERIODE] <=201612 THEN "Semestre 2 2016"

ELSEIF 

[PERIODE] >=201701  AND [PERIODE] <=201706 THEN "Semestre 1 2017"

ELSE ""

ENDIF

Hi Guys,

 

I've been trying to create a formula in order to divide the dates in a database into semesters. 

I don't know what's wrong with my formula but Alteryx says "invalid type in operator >=".

 

Any ideas?

 

Thanks in advance

 

Max

1 REPLY 1
TylerNa
10 - Fireball

Is PERIODE coming in as a integer?

Labels