Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Either need to reverse transpose a single line of data or filter columns based on row data

Alterthis
5 - Atom

Good afternoon all, 

 

I have an issue where I need to take a row of data and filter out columns based on the contents of the row.  I have transposed the data and have filtered it out that way, but can't seem to get it back to it's original format.

The columns are arranged as such and I would only need the x, y, and z across the top

 

F1      F2   F3   F4    F5

Null   Null  x     y      z

 

 

 

 

Thanks in advance!


Brian 

2 REPLIES 2
MSalvage
11 - Bolide

@Alterthis,

 

To get the fields back to the way you want them you just need to use the Cross tab tool with  "New Column Headers" as Name and"Values for New Columns" as Value.

 

Attached is a sample solution workflow.

 

Best,

MSalvage

Alterthis
5 - Atom

@MSalvage

That worked. Thank you so much!

Labels