Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

Make Column tools help

cireost
8 - Asteroid

Hi - I have built a workflow using the Make Column tool to essentially transpose each column and the respective data within that column to fit nicely within a table.   However, I have one tenant that has 1 extra row of data in the Building Share % column called (varies), which is throwing off the workflow.  Might be easier to see input file with comment.  Instead of (varies), the result should have shown 0.36%.   Please advise on how I can address this.

 

Thanks!

1 REPLY 1
CarlDi
Alteryx
Alteryx

hi @cireost,

 

If you modify your 2nd filter tool to exclude "varies" (!IsNull([F2]) and [F2]!='(varies)'), then the 0.36% entry will be where you expected. Question is, does it make sense to filter it out? The other streams didn't have it. 

 

makecolumns.jpg

 

Labels
Top Solution Authors