Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.
Free Trial

Alteryx Designer Desktop Discussions

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

Filter out columns based on name of column

naveennandigam
7 - Meteor

Hi All,

I have a workflow which reads Excel file with multiple tabs and joins the columns. Columns on each tab are mostly different. There are few columns with headers like Misc, Misc 1, Misc #2 etc.I would like to  filter out. Could anyone please tell me how I could do that?

2 REPLIES 2
alexnajm
17 - Castor
17 - Castor

Dynamic Select is your best bet! Using a formula like !Contains([Name], ‘Misc’) should work

naveennandigam
7 - Meteor

Dynamic Select tool has worked, just changed the formula to !StartsWith([Name], 'Misc') and it is not case sensitive

Labels
Top Solution Authors