Important Community update: The process for changing your account details was updated on June 25th. Learn how this impacts your Community experience and the actions we suggest you take to secure your account here.

Alteryx Designer Desktop Discussions

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

Select from drop down

Thiviya
8 - Asteroid

HI,

 

From the attached ITR_ALteryx file, from the tab " Account Mapping" , I would like to filter column " TM1 Category" and then select/filter from the TM1 category relevant items. How do I do that ?

 

At the moment I have use the filter but included as " Contains" .. that may miss some of the accounts.

 

 

14 REPLIES 14
caltang
17 - Castor
17 - Castor

You mean you want to make it into an Analytic App? The drop-down selection comes from having the user selecting it?

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Thiviya
8 - Asteroid

H, Yes wanted user to select the relevant category when the reconciliation is prepared. How do I do that?


Regards

Thiviya

Thiviya
8 - Asteroid

Hi,

I have created the drop down and action tool. I have connected to Filter tool However how do I choose more than one from drop down. Also how do I update if there are two accounts under one category. 

 

Thanks


Regards

Thiviya

caltang
17 - Castor
17 - Castor

I've attached an example for you to learn.

 

To select multiple, you need a List Box interface tool rather than a Drop Down interface tool. 

 

image.png

 

Make sure to change your Filter tool's expression accordingly to have a statement like:

[YourFieldHere] IN ("ToReplace")

 

Then the action tool should configure to:

 

image.png

 

For further reading:

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Thiviya
8 - Asteroid

Thanks for the example, that is really helpful. I have updated to the list book instead of drop box. However, it is not producing any results. 

I have also try your example workflow and try to select different state and no results is coming up though...

 

 

caltang
17 - Castor
17 - Castor

That's because of this:

image.png

 

Your reference file must only have two fields: NAME and VALUE

 

Since you didn't export your package over, do you mind exporting your Alteryx workflow?

 

To export a workflow go to: Options > Export Workflow. Kindly do NOT send a "Save As" copy. Please also export C:\Users\PATHMT\OneDrive - Pacific National\ITR\Alteryx\ITR_FS mapping drop down.yxdb 

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Thiviya
8 - Asteroid

Here you go exported workflow and file :

 

Thiviya
8 - Asteroid

I have attached the drop down list file exported too,

 

If you can show me an example what to do that would be great .

 

Thanks

 

Labels