We posted the solution JSON file to Cloud Quest #22. Check it out and let us know what you think! Send suggestions to academy@alteryx.com or leave a comment below!
For more detailed instructions on how to import and export Designer Cloud workflow files, check out the pinned article Cloud Quest Submission Process Update.
This quest was adapted from a submission by @Maskell_Rascal and @mceleavey. Thank you both!
For this week's quest, we have provided a list of transaction data including the Customer, Date, and Amount. Since not every customer makes a purchase every day, they only have entries on dates when they made a purchase.
Your task is to include rows for customers in the dataset with an [Amount] of 0 if they have missing dates after their first purchase. They should not have entries for dates prior to their first purchase. Assume a customer’s first purchase date is their earliest entry in the dataset.
Hint: Summarize the Min_Date and Max_Date for use in the Generate Rows tool.
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.
@AYXAcademy can you upload the file?
@alexnajm We clearly didn't get enough coffee this morning! Thank you Alex. The start file has been posted.
Thank you @AYXAcademy ! Always love a good cup of joe 😊☕
Done!
A cup of coffee is necessary in the morning.
Quick and easy to do. Maybe some day I will learn to overwrite an original column when generating dates from a range as to conserve credits
Had to think about this one a bit!