We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

List box configuration to show list from a field

vdix
7 - Meteor

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 

1 REPLY 1
Ladarthure
14 - Magnetar
14 - Magnetar

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.

Labels
Top Solution Authors