Hi,
I have created a APP where in list box below are the values.
06240 |
06247 |
06815 |
06816 |
06817 |
09009 |
09001 |
Based on above multiple selections from list box i want to filter the data from below dataset.
Name |
AD_06240_Monthly |
AD_06247_20230201_02550000_Monthly |
AD_ATL_06815_Monthly |
AD_ATL_Test_06816_Monthly |
AD_ATL_06817_Monthly |
AD_ATL_RIQ_ABM09009 |
AD_ATL_RIS_ABM09001_20230405_02550000 |
If user checked 06815 & 09009 then alteryx give me only two entries from above dataset i.e.
AD_ATL_06815_Monthly |
AD_ATL_RIQ_ABM09009 |
Same way based on list box selection my data should be fileter.
Note : My list box number is always five digit.
Appreciate your help :)
Thank you,
Solved! Go to Solution.
Hey @alt_tush
Here is one way to get to your solution:
Attaching workflow for your reference.
Hope this helps!
Hi @alt_tush ,
Another solution, using Dynamic Replace tool.
Workflow
APP image
Output image
I hope this helps.
All three solutions works.. Thank you for your reponse :)