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

Match intercompany transactions

johnny_jy
5 - Atom

Hey, may I ask if someone may know how to match for following scenario please?

 

Basically, company A has 200 receivable from company B. Company B need to pay 200 to Company A.

 

Account categoryAccountIntercompanyCompany ACompany B
Account receivable1000

Company A

00
Account receivable1000

Company B

2000
Account payable2001Company A0-100
Account payable2002Company B00
Account payable2001

Company A

0-100
Account payable2002Company B00

 

I would like Alteryx to give me a summarise table like following

 Company A & BNote (No need to include in Alteryx)
Current asset mismatch0200-100-100

 

Thanks a lot!

5 REPLIES 5
abacon
12 - Quasar

@johnny_jy Just summarize the 2 dollar value columns, use a formula to compare and create your identifying text column, then remove the columns you don't need.

 

Bacon

 

image.png

RWvanLeeuwen
11 - Bolide

Hi there,

 

I built upon the prior suggestion of @abacon and I feel it might be appropriate to look at how I pivoted the data for this use case. 

 

Have a look at attached file, and the image here

alternative approach intercompany data.png

johnny_jy
5 - Atom

many thanks for your help :)

johnny_jy
5 - Atom

Thanks a lot :)

RWvanLeeuwen
11 - Bolide

You are most welcome. Happy solving!

Labels
Top Solution Authors