Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Free Trial

Alteryx Designer Desktop Discussions

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

How to delete all columns contaning a specific text?

richleeb2
8 - Asteroid

I have a table where I need to delete all the columns that contain the word "status" or "associated" in the header.  How do I do this?

5 REPLIES 5
nagakavyasri
12 - Quasar

@richleeb2 Try this:

 

Capture.PNG

richleeb2
8 - Asteroid

Hi,

 

I tried this but the output formatting came out wrong.  My original table has 11 records and 1093 columns.

Raj
16 - Nebula

use dynamic select tool
you can refer to the example attached.

 

Raj
16 - Nebula

Dynamic select >- select by formula

!Contains([Name],"status") or !Contains([Name],"associated")

nagakavyasri
12 - Quasar

@richleeb2 Try this:

 

Capture.PNG

 

 

Labels
Top Solution Authors