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 #363: Coffee or Tea? That’s the question.

dwstada
11 - Bolide

my solution

 

Spoiler
dwstada_0-1680462907905.png

 

elena_mazareanu
8 - Asteroid

Solved

katejoyce87
8 - Asteroid
Spoiler
katejoyce87_0-1680528474327.png

 

westlakecjw
7 - Meteor
Spoiler
westlakecjw_0-1680613105130.png

 

hharris0411
8 - Asteroid
Spoiler
hharris0411_0-1680622755819.png

 

tsand22
8 - Asteroid

KAR Solution

PratikPP
6 - Meteoroid

Here is my Solution...!!

joeoswald614
6 - Meteoroid

Fun Challenge!

 

 

 

Spoiler

Tools used:

  1. Select tool to change sales to Int16
  2. Cascading Filters - 2 Sets, 1st set below
    1. Regular Coffee
    2. Decaf Coffee
    3. Regular (is Tea by default) (False output = Decaf)
  3. Cascading Filters - 2nd Set
    1. Coffee (False output = Tea)
  4. On each of the 6 output anchors, run the following tools:
    1. Summarize
      1. Group by State, Sum Sales for 1st 4
      2. Group by product_type, Sum Sales for last 2
    2. Sort all Sum_Sales Descending
    3. Sample 1st Row
    4. Filter to add name row
    5. Select to update naming
  5. Union tool to combine the 6 outputs in the correct order.

 

CasperBuenting
7 - Meteor
Spoiler
CasperBuenting_0-1680784310861.png

 

Not the most efficient one, but it worked

MattBenj
9 - Comet

My solution