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

Union multiple Filters

GioTramonto
6 - Meteoroid

Hello,

 

This seems crazy but I can't seem to union multiple filters?

 

 

 

11 REPLIES 11
Bren_Spill2
12 - Quasar
12 - Quasar

@GioTramonto - can you elaborate on your question a bit? And provide some sample data?

cmcclellan
14 - Magnetar

Are you using Designer Cloud or Designer Desktop ?  The screenshot seems to be Desktop but you've tagged it as Cloud.

 

In Desktop you should be able to use one filter tool, create a custom filter and chain the filters with AND 

GioTramonto
6 - Meteoroid

Yeah it's Desktop, apologies. Because the data is propriety I can't share it. But all I want do is now that I have my individual spreadsheets that are cleaned, I want to union them all into one sheet (stack them on top of each other.) but, it seems I can only connect 1 filter to the union, not many filters to the union.

 

Note: each Excel sheet has the same layout/schema. 

 

Best,

-Gio

Yoshiro_Fujimori
15 - Aurora
15 - Aurora

Hi @GioTramonto 

You can read multiple sheets as explained in this interactive lesson;

https://community.alteryx.com/t5/Interactive-Lessons/Connecting-to-Multiple-Sheets-at-Once/ta-p/8287...

 

Once you read from multiple sheets to one table, you can apply filter to the output anchor of Dynamic Input tool.

Good luck.

Bren_Spill2
12 - Quasar
12 - Quasar

Not sure if @Yoshiro_Fujimori's link covers wildcards - if not then this would be helpful too: Solved: Re: Using wildcard in Data input - Alteryx Community

GioTramonto
6 - Meteoroid

Yeah I tried using wild cards but 4 out of the 21 files I was loading (again all same template) said the schema was different. So then I just ended up uploading them individually

 

Bren_Spill2
12 - Quasar
12 - Quasar

@GioTramonto - then your best bet is a batch macro: Solved: Re: Running Batch Macro on Multiple files from a f... - Alteryx Community

 

Any issues getting this to work let us know

Bren_Spill2
12 - Quasar
12 - Quasar

@GioTramonto - this should be helpful for you too: The Ultimate Input Data Flowchart (alteryx.com)

GioTramonto
6 - Meteoroid

Thanks Bren, yes I have seen the diagram before, which is helpful, but I still do not understand why 17 of the excel sheets loaded but the other 4 did not when they have the same schema. One thing I did figure out is 2 of them were not loading because they have a special character in them, once that one character was deleted, the file loaded just fine. But the other 2 I still don't know. Can you please explain why a batch macro would help with solving this? Thank you in advance.

Labels
Top Solution Authors