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.

To rearrange data in specific format

Polite123
8 - Asteroid

Hi team,

 

Please help to achieve below specific output format:

 

Input file:

 

EntityAmounts to be givenAmounts to be taken
A42
B53
C64

 

Output file:(Required format)

 

ValuesABC
Amounts to be given456
Amounts to be taken234

 

Thanks in advance:)

3 REPLIES 3
JosephSerpis
17 - Castor
17 - Castor

Hi @Polite123 you can achieve your output using a Transpose and a Crosstab tool.

FrederikE
13 - Pulsar

Hey @Polite123,

 

Transpose Tool with the following settings will do the trick. 

 

FrederikE_0-1663659481598.png

 

Polite123
8 - Asteroid

Hi @JosephSerpis ,

 

Thanks for the quick reply.

The logic is working but actually I am trying to create Summary sheet with this and the output of your workflow arranges the data alphabetically

 

Example the output comes out to be in order A,B and then C.

But I require some thing like C, A and then B.

Could you please help with the above logic?

 

Thanks again in advance:)

Labels
Top Solution Authors