Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
Start Free Trial

Alteryx Designer Desktop Discussions

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

split data based on accounting system

rojan
7 - Meteor

Hi,

 

I want to make a work flow bases on below data

Grupaccamountststem
499111301111140325.1CUS
499111501112140325.1WIN
4994115014117409.26CUS
4994115014077409.26WIN
4994115014117409.26CUS
4994115014077409.26WIN
49989930189913.69CUS
49989950199913.69WIN
499958301958264483.5CUS
499958301958264483.5CUS
499958301970264483.5WIN
499958301970264483.5WIN

 

Below are the conditions

 

1) account number corresponding to Win should come first and corresponding CUS account to come second 

and corresponding amount

eg 

   
account1account2amount
501112301111140325.1
5014115014077409.26

 

since amount of both system are same i want one column for amount

 

Above example i have total 12 entries so i want to make 6 raw 

2) goup account of Win & cus should match

4 REPLIES 4
echuong1
Alteryx Alumni (Retired)

If I understand your requirements correctly, this is what you're looking for?

 

echuong1_0-1598898252421.png

 

grazitti_sapna
17 - Castor

Hi @rojan , try this.

grazitti_sapna_0-1598935447587.png

 

Sapna Gupta
RolandSchubert
16 - Nebula
16 - Nebula

Hi @rojan ,

 

what about splitting by source and joining by amount? Added an additional identifier to handle duplicate amounts.

 

2020-09-01_07-53-08.png

I've attached a smple workflow. Let me know if it works for you.

 

Best,

 

Roland

rojan
7 - Meteor

Hi

 

 

Thank you so much. It will work out.

 

 

 

Regards

rojan

Labels
Top Solution Authors