We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
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 #50: Preparing Survey Data

JBevan89
8 - Asteroid

My Solution attached

RebekaMazuchova
8 - Asteroid

:)

TGreen
8 - Asteroid

Challenge solved.

nSpire
10 - Fireball
Spoiler
050.png

TobiasFitschen
8 - Asteroid
Spoiler
Challenge_50.png

Rhys_Cooper
11 - Bolide

Pushed myself with this one to make it as dynamic as possible, mainly through avoiding hard coding relabels in a select tool. 

 

Spoiler
Screenshot 2025-06-20 111618.png

 

Dhrish
8 - Asteroid

Solution

Pilsner
13 - Pulsar

My solution:

Spoiler
50.png

mceleavey
17 - Castor
17 - Castor

A bit of pivoty goodness.It's now a word.

 

Spoiler
Workflow.jpgI began by assigning each row a RecordID then transposed the data grouped by said RecordID. In the transpose tool I deselected all fields as data fields, and then selected F1,F2, F3 and F38. This left me with only the required fields when pivoted into columns. I then added 3 to the "Column" field in the Questions data to account for the first three reference fields in the Data stream. I then added an F as a prefix to this.
This then gave me my join fields. Following this I simply Crosstabbed the data back, dynamically renamed from the first row of data, parsed the Age data to split into the two data fields and named accordingly.
Results.jpg
Simple.

Onto the next one.

 

M.



Bulien

Volha
8 - Asteroid
Spoiler
Volha_0-1756206923795.png