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

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Dynamic pivot column by variable

187
8 - Asteroid

Hi I seek some help from here

 

I got data like this

clientAUGSEPOCT
 AAA 2A3A4A
CCC 2C  3C  4C 

 

I have variable of month which could be set to AUG/SEP/OCT

i wanna get the value for client CCC on OCT which is 4C  if i pass the variable OCT and if i pass the SEP i want to have 3C return, what is the solution?

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @187 

 

You can convert columns to rows and apply the required filter like below.

 

atcodedog05_0-1634112147364.png

 

Hope this helps : )

binay2448
11 - Bolide

Please find attached solution for the same..

Labels
Top Solution Authors