Alteryx Designer Desktop Discussions

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

Group By

Mina2021
8 - Asteroid

Hello,

 

I have a data set I need to build a workflow with 3 option based on EL code :

1. status

2. ID

3. Content

 

I need to build the workflow that where a person see El code filtering by 'Status' or 'ID' or 'Content' using app interface.

 

I am wondering is there any way to do it in the app interface?

 

Kindly help!

 

 

4 REPLIES 4
OllieClarke
15 - Aurora
15 - Aurora

Hi @Mina2021 I think you'll want to make a chained app to solve this problem - dynamically updating app drop downs based on whether they want to filter by Status, ID or Content.

 

There's a great interactive lesson which goes through a very similar use case here: https://community.alteryx.com/t5/Interactive-Lessons/Chaining-Analytic-Apps/ta-p/243120

 

Hope that helps 🙂

 

Ollie

Mina2021
8 - Asteroid

Hello 

 

 

pedrodrfaria
13 - Pulsar

Hi @Mina2021 

 

Can you please provide more details on what you are trying to do?

Mina2021
8 - Asteroid

Hi  

 
My workflows gives output only for Status.Now I need to build the same for ID & Content and there should be options for Status, ID & Content in the app interface.
Labels