I want to filter by only showing values from a field and allow the user to check them, and show those fields in the result. I am unable to configure the list box
Solved! Go to Solution.
Hi @vdix,
it depends on if you are building a macro or an analytic application.
On the analytic application side, you can build chained apps, a first one giving the values from the field and the second one using the results of the first one.
You will have more documentation around that here : https://community.alteryx.com/t5/Interactive-Lessons/Chaining-Analytic-Apps/ta-p/243120
For the macros, it's harder, you could use something like in this post : https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Dynamic-dropdown-in-a-macro-using-colu... but it may need to run a first time to be populated.