Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

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

raj_k
6 - Meteoroid

Please tell me if this solution looks accurate

LordNeilLord
15 - Aurora
Spoiler
Weekly Challenge 8.png
KOBoyle
11 - Bolide

Solution attached.  Since the string values for the Date sorted chronologically, I did not bother parsing.  I didn't think to branch the logic to calculate the total tickets separately from the potential meal deals.  That approach seems unnecessary.

 

Ken

A_Twa
8 - Asteroid

My approach was very similar to others (and different from the posted solution) - looking at the solution file gives me additional ideas for consolidation/optimization of processes going forward.  Thanks!

MsBindy
8 - Asteroid

I thought I was using an awful lot of tools to get to the answer.  Glad to see that my solution is in the ballpark :)

robcarroll
7 - Meteor

Thanks

sagarb
8 - Asteroid

Used two new tools in here, Append Fields and Count Records.

nick_ceneviva
11 - Bolide

Solution Attached

ADerbak
11 - Bolide

I probably did way too many tools, but I got the solution!

 

See attached.

DanielaMira
5 - Atom

Hi, this is my first challenge, I tried to keep the workflow as simple as possible