Alert: There is a planned Community maintenance outage October 16th from approximately 10 - 11 PM PST. During this time the Alteryx Community will be inaccessible. Thank you for your understanding!

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