Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Delete

wonka1234
10 - Fireball

delete

3 REPLIES 3
wonka1234
10 - Fireball

@Felipe_Ribeir0 

 

Any idea on this one?

Felipe_Ribeir0
16 - Nebula

@wonka1234 a good trick to deal with dynamic columns is to transpose the data, do what you need to do (after transposing you will have always a fixed known schema) and then use the cross tab at the end.

 

Felipe_Ribeir0_0-1674164638680.png

Felipe_Ribeir0_1-1674164677625.png

I dont know if it helps, i could not understand exactly the problem just by the text. Maybe if you share more info (like prints of the data before and after the cross tab) could help.

 

 

wonka1234
10 - Fireball

@Felipe_Ribeir0  its moreso using an analytical app, some months will be 202202, some will be 202202 and 202203 and so on. 

The cross tab tool isnt dynamically picking up the chosen months in my initial input.

Labels