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.

Filter the csv using the interface tool

radhikasood1112
8 - Asteroid

Hi Alteryx Community,

 

I want to filter the rows in the csv file using the user interface tool.

For example - if the user selects the particular Zipcode, then the records in the csv should be filtered by the user selected zipcode.

 

I am trying to create something like this below:

radhikasood1112_2-1644364061307.png

 

 

radhikasood1112_0-1644363975058.png

 

Can you please help with this?

 

TIA!

2 REPLIES 2
Qiu
21 - Polaris
21 - Polaris

@radhikasood1112 
A quick sample for your reference.

Capture1A.PNG

gabrielvilella
14 - Magnetar

@radhikasood1112 just be aware that if you grab the values for the interface tool from within the same workflow (as @Qiu mentioned) the values listed will represent the data from the last execution of the workflow. If you have a new ZIP code on the dataset, it won't list there on the first run. To avoid this and see all the options from the current dataset on the same run you need to set up a chained application. 

Labels
Top Solution Authors