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.
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