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
8 - Asteroid
Spoiler
ferg_smith_0-1673361673226.png

 

alacoume
9 - Comet

My solution

Victor_Hugo
6 - Meteoroid

solución

rcollins1986
7 - Meteor

Not the cleanest but here is my solution

kristiadiuisan
8 - Asteroid
Spoiler
Alteryx_challenge_8_KU.png
huyenntran97
7 - Meteor

My solution for challenge 8:

Kusk
8 - Asteroid

Challenge completed.  

anay_zinje
7 - Meteor

Amazing Challenge #8 Solved

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

viniciusahanada
6 - Meteoroid

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
8 - Asteroid

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

 

psk009_1-1673542897881.png