Alert: There is a planned Community maintenance outage October 16th from approximately 10 - 11 PM PST. During this time the Alteryx Community will be inaccessible. Thank you for your understanding!

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 #8: Aggregate Consumer Purchases

ferg_smith
Astéroïde
Révélation
ferg_smith_0-1673361673226.png

 

alacoume
Comète

My solution

Victor_Hugo
Météoroïde

solución

rcollins1986
Météore

Not the cleanest but here is my solution

kristiadiuisan
Astéroïde
Révélation
Alteryx_challenge_8_KU.png
huyenntran97
Météore

My solution for challenge 8:

Kusk
Astéroïde

Challenge completed.  

anay_zinje
Météore

Amazing Challenge #8 Solved

Used Join, Filter, Criss Tab tool and formula tool to solve this problem. 

viniciusahanada
Météoroïde

Steps and tools I used:

1. Find/Replace tool to replace food items names for their high-level description;

2. Convert [Date] data type from V_String to Date;

3. Filter Tickets with date >= "2013-07-01" - this was especially tricky - I need to work on my English skills;

4. Cross Tab, grouping by "TicketID', changing "Desc" headers with "TicketID" values and "First" method;

 

*** Here my workflow separated ***

Path A

5a. Filter using formula "(!IsEmpty([Burger]) OR !IsEmpty([Pizza])) AND !IsEmpty([Side]) and !IsEmpty([Drink])"

6a. Summarize tool, counting by "TicketID";

 

Path B

5b. Count Records tool

*** Workflow got back together ***

 

7. Append Fields tool - join both number of records (potential meal deals and total tickets)

8. Formula Tool to calculate %

 

viniciusahanada_0-1673530679961.png

 

psk009
Astéroïde

#8 Solution: Tools used - DateTime , Filter , Join, Summarize, Formula, Cross Tab, Append

 

psk009_1-1673542897881.png