Free Trial

Alteryx Designer Desktop Discussions

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

Formatting Data

DarioN
5 - Atom
 

Hello, I am relatively new to alteryx and was wondering if the desired output was possible within alteryx. I have transactions with a company, trading partner, and the account number. I want to essentially stack the other side of the entry underneath the current row. Please help if possible. 

4 REPLIES 4
Raj
15 - Aurora

@DarioN Yes, this is possible Please attach sample input and expected output.

DarioN
5 - Atom

Hope this helps!

 

Current Input:

Comp.TPAcct Number AmountAmount
CPTP40000100

CP 

TP4001

100

100
CPQN4000200100
CPQN4001-200200

 

Desired Output:

 

Comp.TPAcct NumberAmount Amount
CPTP40000100

CP 

TP4001

100

100
TPCP4000100100
TPCP4001

0

100
DarioN
5 - Atom

Input:

Company | Trading Partner | Account Number | Amount | Amount

EX | TP | 4000 | ### | ### 

EX | TP | 4001 | ### | ###

EX | PT | 4000 | ### | ###

EX | PT | 4001 | ### | ### 

etc.

 

Desired Output: 

Company | Trading Partner | Account Number | Amount | Amount

EX | TP | 4000 | ### | ### 

EX | TP | 4001 | ### | ###

TP | EX | 4000 | ### | ###

TP | EX | 4001 | ### | ###

 

Qiu
21 - Polaris
21 - Polaris

@DarioN 
Can you eloborate a bit more?
I can not see the logic between your input and output..😂

Labels