Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

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 #23: Parsing CPG Data

rajenderk18
8 - Asteroid

Here is my Solution:

 

Spoiler
rajenderk18_0-1610123016463.png

 

 

Jude451
8 - Asteroid

I'm sure there's a more efficient way ... but I did have fun solving this challenge

Jude451
8 - Asteroid

Solution attached

JITHINPR
8 - Asteroid

My Solution

Hub119
11 - Bolide
11 - Bolide

Solution attached.  Final output is slightly different from the example as I kept the Holding Companies in the order they were provided and also kept the weeks for each subset in calendar order as well.

robert-headington
8 - Asteroid

#23

apathetichell
20 - Arcturus

Lots of fun!

BeginnerMindset
8 - Asteroid
Spoiler
BeginnerMindset_0-1614266835249.png

 

I've definitely missed a trick this time - used dynamic rename and dynamic select.  Must be a better way.

jwjeong
5 - Atom

By  SELECT RECORD I seperated by three parts : Header(2pieces) / BODY(1piece)

 

From 2 pieces of Header, I blended Brand and Column Name

 

in order to create the key column that could seperate data uniquely when transpose/crosstab the table at the later stage

 

This is just a simple concept of my workflow, and please refer the posted workflow to understand the specific flow

 

Thank you for reading the post

 

_________

 

0001.png

 

rcarog
8 - Asteroid

Solution attached.