Join the Alteryx Community’s Maveryx Summer Cup event! Compete, network with others, and earn your gold through a series of challenges from July 24th to August 11th. Learn more about the event 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