Alteryx Designer Desktop Discussions

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

Rows to Columns in Alteryx?

Jo_the_stats
5 - Atom

So here's what I've got currently- we've got multiple dates by row. This isn't terrible if I'm, say, taking the entire network's totals at once and comparing year-on-year, but if I want to spread out each site as its own column, how would I do that?

Here's what I've got currentlyHere's what I've got currently

And here's what I'm trying to get it to do, which I did manually in excel (obv. I don't want to have to do this for years.) Is it Transpose? Cross-tab?

Here's what I'm trying to getHere's what I'm trying to get

2 REPLIES 2
caltang
17 - Castor
17 - Castor

You can do so using the Cross-Tab tool. Like so:

image.png

 

In your case, I would group by Date. Then change column name to Site ID, and value to be SUM_INTERVAL_VALUE, and choose "Sum".

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
caltang
17 - Castor
17 - Castor

If you are stuck and unsure, kindly provide some raw data for us and we will cross-tab with you so that you can better understand if needs be.

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Labels