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

Weekly Challenges

Solve the challenge, share your solution and summit the ranks of our Community!

Also available in | Français | Português | Español | 日本語
IDEAS WANTED

Want to get involved? We're always looking for ideas and content for Weekly Challenges.

SUBMIT YOUR IDEA

Challenge #367: Manipulating Dates – End of the Month

TimN
13 - Pulsar

Here is my solution

 

olivier_newman
8 - Asteroid

my solution to 367

dkungu
8 - Asteroid

solution367.png

krishnakumare
8 - Asteroid

367 Solution Screenshot.png

Rob-Silk
8 - Asteroid

Solution attached below:

 

Spoiler
challenge_367_RS_screencap.PNG
snbandi
8 - Asteroid

DateTimeTrim to the rescue

lyon_abido
8 - Asteroid
Spoiler
challange_367_pic.png

Great challenge!

tristank
11 - Bolide

Always forget about those trim variables

 

Spoiler
challenge 367.jpg
asultanov
8 - Asteroid
Spoiler
DateTimeAdd([DateTime_Out], 1, "month")
DateTimeTrim([DateTime_Out], "month")
DateTimeAdd([DateTime_Out], -1, "day")
Spoiler
Screenshot 2024-03-04 144436.png
kcollazos
6 - Meteoroid

This problem is great for practicing DateTime functions in the formula tool!