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.

Transform Table

ThankForYourHelp
8 - Asteroid

Hi guys, thank you for your help.

 

I want my table 1 to change to table 2. Please make it more dynamic.

 

table 1:

 

Partner or Entity NameProperty NumberNet Depletable BasisCost Depletion
test 1201859429.5
test 220241996.91555
    

 

 

table 2:

 

 Net Depletable BasisCost DepletionNet Depletable BasisCost Depletionwill have new calculation name if there is in table 1
Property Numbertest 1test 1test 2test 2 will have test 3 if table 1 has test 3 
201859429.5    
202  41996.91555  

 

 

Thank you so much for your help.

12 REPLIES 12
DawnDuong
13 - Pulsar
13 - Pulsar

Hi @ThankForYourHelp 

I have replied to your other thread which seems to be related to the issue. 

The short question is that you probably can achieve what you set out to do with combinations of Transpose and Crosstabs, as it feels like you are trying to make the column values to be headers and headers values to be column values.

Echoing @cmcclellan point, it's best to revisit and define the objective, i.e. what is needed and why is it needed, rather than focusing on the task of transforming this format to another.

Cheers,
Dawn.

ThankForYourHelp
8 - Asteroid

HI Dawn,

 

This is what I needed for my report. and I got this so far

 

01234
Property NumberNet Depletable BasisNet Depletable BasisCost DepletionCost Depletion
Property NumberRight_test1Right_test2test1test2
201429.5 859 
202 555 41996.9

 

The only thing that I need to figure out is how to make those Right_test1 and Right_test2 to the same name as test1 and test2.

 

Thank you for your help

lwolfie
11 - Bolide

Did you ever figure this out?  I had something similar that I had to do.  I used table tools for the headers and then joined them together with the table.  (The data table did not output the header column.

Labels
Top Solution Authors