Alteryx Designer Desktop Discussions

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

Multiple filter options in App where user may use one or many to narrow down their data

No-Sass
8 - Asteroid

Use case is to replace Tableau w/ apps. 

 

Looking to create an app where the user can select/utilize one or more filters to narrow down the data set. Currently there are multiple apps in use that satisfy this based on the paired options available to filter. However, we are looking to consolidate this to one APP. We've scoured the community and found only solutions that danced around this in many ways, but nothing that addressed this question fully. 

 

PROBLEM: There is a dataset that requires updating by the end users. They always select the first field to filter, "Vehicle Type". Sometimes they only need "Vehicle Type" to make the necessary updates to the dataset and return to the dataset. Other times, they need to narrow down the selection further by selecting by [Brand] or [Brand] & [Color] or [Brand] & [Color] & [Year] or [Color] & [Year] etc...How can the workflow & APP be configured to allow for the options of a single filter and multiple filters and still pass along all the data from the dataset to be uploaded after the end user updates their filtered set. 

 

The dataset in question is stored in a .yxdb file is 6m rows w/ 50 columns of data. 

 

Thoughts are welcome!

 

AYX App Question.pngAYX App Question dataset .png

 

 
 

 

 

 

 

 

6 REPLIES 6
Qiu
20 - Arcturus
20 - Arcturus

@No-Sass 
It seems that only Chained Apps can solve this kind of issue, refer similar question below.

https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Multiple-levels-of-filters-fir...

And there is also an Idea has been raised for improvement, Kindly vote here.

https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Ideas/multiple-filter-dropdowns/idi-p/6384...

caltang
17 - Castor
17 - Castor

Chained apps is how you prep the data in one workflow, and use the results of that workflow for your 2nd workflow. Via Analytic app, it's a seamless experience - need some config on server side though.

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
apathetichell
18 - Pollux

Check out the Tree Tool. this would allow a user to drill down levels (ie apply multiple filters).

 

your next question -> if you would like to see an example post some data - not a screengrab. - and alteryx isn't designed for 50 column filters. you can try transposing this but you'll loose some othe inner record linkage.

Gaurav_Dhama_
7 - Meteor

You can try updating the xml of the summarize tool. This is best approach when you want to dynamically change the summarization levels and type.

No-Sass
8 - Asteroid

@apathetichell wrote:

Check out the Tree Tool. this would allow a user to drill down levels (ie apply multiple filters).

 

your next question -> if you would like to see an example post some data - not a screengrab. - and alteryx isn't designed for 50 column filters. you can try transposing this but you'll loose some othe inner record linkage.


Exactly. It's finding that limit of use and answering the question of "Can AYX substitute for Tableau when its used as a filter tool to use/view data from a dataset?" The transposing idea we played with but were concerned with the pivot and the significant amount of data it would produce to slow down the process. Still tinkering with that one. 

 

We'll look at the tree tool, thank you

No-Sass
8 - Asteroid

@Qiu wrote:

@No-Sass 
It seems that only Chained Apps can solve this kind of issue, refer similar question below.

https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Multiple-levels-of-filters-fir...

And there is also an Idea has been raised for improvement, Kindly vote here.

https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Ideas/multiple-filter-dropdowns/idi-p/6384...


We'll take a look at both of these. Thank you!

Labels