Alteryx Designer Desktop Discussions

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

String Word Month date to the End of the month format

arjundelara
8 - Asteroid

Hi All,

 

Working on a output that result on the end of the month result.

 

arjundelara_0-1608529331826.png

if the value is March the result is March = 31/3/2020

 

Regards,

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @arjundelara 

 

The formula for that would be

DateTimeTrim(DateTimeParse([Month]+"-"+ToString(
DateTimeYear( DateTimeNow())),"%b-%Y"),"Lastofmonth")

Workflow:

atcodedog05_1-1608534143864.png

Hope this helps 🙂

arjundelara
8 - Asteroid

Great Workflow! Perfect.

 

Thank you @atcodedog05 

Labels