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

Jeune
7 - Meteor

Proposed solution

Spoiler!

AndrewPowell
8 - Asteroid
Spoiler
Challenge 8.png

 Interesting one, found the use of the summarize tool with concatenate to be useful to put all the meal item types on one line and then a bit of formula logic to return 1 for meal deals and 0 for not meant I could summarize again to get the needed values

jonathanwillis
8 - Asteroid

Here's my solution

YuriTchong
7 - Meteor

I definitely learned a couple of thing.

achank1ns
6 - Meteoroid

Here's my solution.

sreekanthac
8 - Asteroid

Hello Community,

 

I am bit confused with this challenge. Since my output was not matching the provided output, I checked the solution provided  and realised that the approach was slightly different. If I understood the challenge correctly (as per the wordings), the accepted categories of food are (Pizza OR Burger) AND a Side AND Drink.

So according to me the possible combinations are:

 

Burger, Side, Drink

Pizza, Side, Drink

Burger, Pizza, Side, Drink

 

Please correct me if I am wrong. Thanks in advance for your response.



offer a “Meal Deal” that would add a side and drink to a purchase of pizza or a burger.

 

since July 1, 2013 which include the following categories of food: Pizza OR Burger along with a Side and Drink.

 

sreekanthac
8 - Asteroid

Hello, 

 

PFA my solution. 

Spoiler
sreekanthac_0-1637902346313.png

 

emjiang
8 - Asteroid

i use Regex not lookup table to find the food/drink match

Spoiler
 
Robinvm
8 - Asteroid

Challenge 8

GarthTurner
6 - Meteoroid

My solution