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.
SOLVED

Dynamic Drop Down to get QTD or YTD data from one input file

pokhan27
8 - Asteroid

Hi Expert

I am trying to make an analytical app which gives the user to choose whether they want QTD or YTD from the given extract 

in sample data. like when they run the app they will have an option to choose QTD or YTD as a dropdown. 

 

thank you again in advance. 

 

 

4 REPLIES 4
atcodedog05
22 - Nova
22 - Nova

Hi @pokhan27 

 

Here is how you can do it. You need to use condition tool and containers

 

Workflow:

atcodedog05_0-1628230551398.png

 

Here is a helpful resource

https://community.alteryx.com/t5/Interactive-Lessons/Implementing-Conditional-Routing/ta-p/243117

 

Hope this helps : )

 

pokhan27
8 - Asteroid

Hi 

Thank you so much, that's exactly what i was looking for. 

 

 

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @pokhan27 

Cheers and have a nice day!

pokhan27
8 - Asteroid

hi 

its been a while i created a flow based on your workflow, but its only giving me the record from YTD container instead qtd even if i select qtd

 

pokhan27_0-1640184538048.png

 

pokhan27_2-1640184677651.png

 

pokhan27_3-1640184705299.pngpokhan27_4-1640184717949.png

when i select i qtd am getting calculation from YTD instead of QTD but YTD case is same. can you help

Labels