Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
解決済み

Dynamic pivot column by variable

187
アステロイド

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件の返信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
ボリード

Please find attached solution for the same..

ラベル