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

How to properly transpose my data and combine like-columns?

capnshanty
5 - Atom

I'm having trouble getting alteryx to flip my data in the correct way. When I apply the transform method, the end result looks way more like I used the "melt" command in R or something than it does a true transposition. Further, I also need to combine the duplicate columns where possible, but I'm not really sure how to do that. I have no control over how this excel sheet is given to me, by the way, so I'm fairly well stuck with the format.

 

I've attached a mockup of how it comes to me. You'll notice the green-text entries are columns, I need those to be the rows. But also, note that the current rows are repeating, stuff like "amortization" appears multiple times. Those all need to be combined. I have on the second sheet attached how it should wind up looking. Thus far, I have tried using the cross-tab and transpose tools in alteryx, but they... have failed, like I said. I'm not sure how to get the data to look like what I want it to.

 

2 REPLIES 2
AbhilashR
15 - Aurora
15 - Aurora

Hi @capnshanty, I am not sure if this is the solution you are looking for but giving it a try.

 

AbhilashR_1-1589307621903.png

I converted values into numeric and then summarize the columns, to sum up, the Amortization value. The rest of the workflow merely uses transpose and crosstab to set up the data in the final format. I wasn't sure what date needs to be captured in the last column (Date) of the Desired End State tab. 

 

Let us know if this isn't what you are looking for.

Blake
12 - Quasar

Hi @capnshanty

 

Check out the attached workflow and let me know if that is what you're trying to accomplish. 

 

Please note that Alteryx does not allow duplicate field names so those are serialized (e.g. billed, true-up,etc). 

 

Blake_0-1589307980723.png

 

Labels
Top Solution Authors