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.

Filtering based on the row value

ebobo
5 - Atom

Hello, I would like to achieve the following result in alteryx.

 

Select only columns where the row equals 1.

 

See Example below.

4 REPLIES 4
gawa
16 - Nebula
16 - Nebula

hi @ebobo 

It is difficult to directly filter the columns depending on value, so first transpose data into vertical shape, and filter data(value=1), and cross-tab would work.

Pls note that if your data is having multiple rows, logic will be much complicated.(should we filter the column with row1=0 and row2=1?...like that) 

 

image.png

binuacs
21 - Polaris

@ebobo Transpose and cross tab

image.png

ebobo
5 - Atom

The problem is that I have a lot of rows, so in that case it's maybe easier to filter manually with select tool?

nagakavyasri
12 - Quasar

@ebobo 

 Capture.PNG

Labels
Top Solution Authors