We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Row values as Headers

samxhander09
8 - Asteroid

Hi community,

I tried using Transpose tool to make my rows values as new headers but I can't seem to make it happen.

What I want to output are two columns for Amount and Balance with the corresponding row values in original order from input. How could I possibly make that happen?

Attaching an input file, sample file only, public info.

4 REPLIES 4
binuacs
21 - Polaris

@samxhander09 What is the expected result?

samxhander09
8 - Asteroid

@binuacs Thanks for replying. Something like the below

 

Amount  Balance
1.510   (28,959)
4          (1,125)
54        (380)
7890    (14,071)
715      (6,943)

binuacs
21 - Polaris

@samxhander09 One way of doing this

image.png

samxhander09
8 - Asteroid

@binuacs Works fine! Thanks for the help!

Labels
Top Solution Authors