Hi, I have a set of data with sales from different countries and different brands. I am trying to create an option whereby the user can first choose a country and a brand and then the rest of the flow carries with it only that country and only that brand. Is this possible? I have been trying to use drop down list and update values but am struggling.. Thank you in advance!
Solved! Go to Solution.
Hi @CJHM - You can dynamically update drop down lists of values depending on the previous selection using chained apps. The exact process is very well explained in the following interactive lesson: https://community.alteryx.com/t5/Interactive-Lessons/Chaining-Analytic-Apps/ta-p/243120
thanks! I think what I am trying to do is even simpler than this because I don't need one list to be dependent or update based on the other - I am just struggling to carry whatever the user inputs through to my flow. Basically I have all the steps created for one country. Now I want to replicate this for a bunch of countries without having to use loads of filters or "if then" so I would like for the user to first be asked about which country they want to look at and then for my flow to only carry that country through. I am sure there is a relatively simple way but I cannot find it.
Hi @CJHM , I have prepared a demo workflow. I hope this will help you.
If this is what you are looking for kindly mark this post as solution.
Thanks.
@atcodedog05 , it is always a pleasure to find new solutions and also learn a lot from you guys 🙂
Thank you.
thank you so much - I think this would work but, sorry, I am not sure how to use it - can I get the actual flow so I can see how you've done it? when I download what you posted it just opens the app but I want to replicate it 🙂
@CJHM , drag and drop the file on the canvas it will open as workflow, as when we create an app it cannot be exported as yxmd file.
Thanks.
I think you just solved one of greatest roadblocks where we would be forced to use a chained app to supply values. And its solved by this workaround. Where values is converted to column header and can be supplied as value list.