Alteryx Designer Desktop Discussions

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

Dates

suby
11 - Bolide

Hi All,

 

My Column 'date' is calculated using the Date diff formula by using two dates using months as the Unit

 

Then after that i am trying to create a Bucket Column using the below formula and its not working as i am getting an error.

 

IF date1 > 0 AND date1 <= 3 THEN '0-3 Months' ELSEif
date1 > 3 AND date1 <= 6 THEN '3-6 Months' ELSEif
date1 > 6 AND date1 <= 9 THEN '6-9 Months' ELSEIF
date1 > 9 AND date1 <= 12 THEN '9-12 Months' ELSEIF
date1 > 12 AND date1 <= 24 THEN 'MORE 1 YEARS' ++' ELSEIF
date1 > 24 THEN 'MORE 2 YEARS' ++' else isnull(date1) then 'N/A' endif

 

Secondly i want to implement the same above formula in 'date2' column where i can create another formula which is fine.

 

but what i am looking for is i need one month bucket formula to be applied in date1 and date2 column using multi field formula please.

 

 

12 REPLIES 12
fharper
12 - Quasar

fharper_0-1651092808586.png

 

fharper
12 - Quasar

fharper_0-1651092934065.png

 

fharper
12 - Quasar

fharper_0-1651093045366.png

 

Polls
We’re dying to get your help in determining what the new profile picture frame should be this Halloween. Cast your vote and help us haunt the Community with the best spooky character.
Don’t ghost us—pick your favorite now!
Labels