Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Transposing Total Bottom Row To Column

wonka1234
10 - Fireball

Hi,

 

Having trouble doing this 

 

TeamSub TeamSum_1__AssetSum_2__LiabilitySum_3__EquitySum_4__RevenueSum_5__Expense
Toronto Maple LeafsFarm Team 11020304050
Toronto Maple LeafsFarm Team 260708090100
TotalTotal7090110130150

 

to this -

 

TeamSub TeamSum_1__AssetSum_2__LiabilitySum_3__EquitySum_4__RevenueSum_5__ExpenseTotal1Total2Total3Total4Total5
Toronto Maple LeafsFarm Team 110203040507090110130150
Toronto Maple LeafsFarm Team 2607080901007090110130

150

 

I want to do this in order to do some divison to get %'s.

1 REPLY 1
Luke_C
17 - Castor
17 - Castor

Hi @wonka1234 

 

Here's an example:

 

  • Filter to separate total row from rest of data
  • Dynamic rename to rename columns (could use a select but was not sure if you'll have more columns)
  • Append total columnsimage.png
Labels
Top Solution Authors