Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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
Top Solution Authors