Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Cloud Quests

Elevate your workflow skills by solving real-world challenges using the Alteryx Analytics Cloud Platform.

Cloud Quest #22: Unofficial Holidays

AYXAcademy
Alteryx
Alteryx

Hi Community,

 

We posted the solution JSON file to Cloud Quest 21. Check it out and let us know what you think! Send suggestions to academy@alteryx.com or leave a comment below!

 

Let’s dive into this week's quest!

 

  1. Download the provided JSON file containing your starting data and workflow files.
  2. Upload the provided Cloud Quest 22 Start.json file into your Analytics Cloud library.
  3. All necessary datasets are contained within Text Input tools in the workflow.

 

For more detailed instructions on how to import and export Designer Cloud workflow files, check out the pinned article Cloud Quest Submission Process Update

 

Scenario:

 

We are officially in the holiday season here in the US! In honor of this celebratory time, let’s discover some unofficialholidays listed on nationaldaycalendar.com.

 

For this week’s quest, your task is to create a two-column table with all these holidays in chronological order.

 

Hint: 

The DateTime tool will parse string dates with a warning if the format is inconsistent.

 

Useful DateTime Specifiers:

%d = Day number

%B = Month

%b = Mon

 

Spoiler
A combination of the Formula, DateTime, Sort, Select, and Transpose tools should solve your problem, but not necessarily in this sequence.

 

If you find yourself struggling with any of the tasks, feel free to explore these interactive lessons in Alteryx Academy for guidance:

 

Once you have completed your quest, go back to your Analytics Cloud library.

  • Download your workflow solution file.
  • Include your JSON file as an attachment to your comment.

 

Here’s to a successful quest!

 

Academy Wordmark.png

 

5 REPLIES 5
alexnajm
17 - Castor
17 - Castor

Done!

Spoiler
Quest #22.png
JeffF
Alteryx
Alteryx

I solved this one based on the hint, not how I would have I would have solved it normally.

 

Spoiler
Method 2 doesn't use a formula tool.

CloudQuest22_JeffF.png

 

geoff_zath
Alteryx
Alteryx
Spoiler
quest_22_workflow.png

Qiu
21 - Polaris
21 - Polaris

That is a lot of DateTimeParse

Spoiler
Cloud Quest 22.png
ggruccio
ACE Emeritus
ACE Emeritus

I parsed out the dates and months and standardized them.  Then the Date_Time conversion worked in one step.  Created a string version of the date for presentation.

Spoiler
Screenshot 2024-12-02 102754.png