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.

match GL expense with transcations

Jocelynupup
7 - Meteor

Hi,

 

My goal is to match the GL and the transaction details, ensuring all transactions are recorded in GL. If not in GL, it kicks out and analyst will need to research.

Based on it, I create my input Table 1 which records transaction details, input Table 2 which is the general ledger, and the expected result.

My problem is the general ledger only records expense, so there is no identifier (for example, store, transID, gift card number) that I can use to match except the dollar amt. when customers come to the store, most people bought 25 or 50 gift cards. it's too ambiguous just to use dollar amt to do the matching. I have no any ideas on this. Is it possible do it in Alteryx? 

 

input 1: 

translocIDPOSAMTDT
trans1Issue GC5010/27/2023
trans2Issue GC2510/27/2023
trans3Issue GC2510/27/2023
trans4Issue GC2510/27/2023
trans5Issue GC5010/27/2023
trans6Issue GC5010/27/2023
trans7Issue GC7510/27/2023
trans7Issue GC7510/27/2023
trans7Issue GC7510/27/2023
trans8Issue GC2510/27/2023
trans8Issue GC2510/27/2023
trans9Issue GC2510/27/2023

 

input2:

GLYearPeriodLocationAmountGL_Date
GL202311expense-5010/27/2023
GL202311expense-2510/27/2023
GL202311expense-2510/27/2023
GL202311expense-2510/27/2023
GL202311expense-5010/27/2023
GL202311expense-5010/27/2023
GL202311expense-22510/27/2023
GL202311expense-5010/27/2023

 

Result: 

GLYearPeriodLocationG/L AmtGL_DatetransIDPOStrans AMTDT
GL202311expense-5010/27/2023trans1Issue GC5010/27/2023
GL202311expense-2510/27/2023trans2Issue GC2510/27/2023
GL202311expense-2510/27/2023trans3Issue GC2510/27/2023
GL202311expense-2510/27/2023trans4Issue GC2510/27/2023
GL202311expense-5010/27/2023trans5Issue GC5010/27/2023
GL202311expense-5010/27/2023trans6Issue GC5010/27/2023
GL202311expense-22510/27/2023trans7Issue GC7510/27/2023
GL202311expense-22510/27/2023trans7Issue GC7510/27/2023
GL202311expense-22510/27/2023trans7Issue GC7510/27/2023
GL202311expense-5010/27/2023trans8Issue GC2510/27/2023
GL202311expense-5010/27/2023trans8Issue GC2510/27/2023

 

Kickouts: 

translocIDPOSAMTDT
trans9Issue GC2510/27/2023

 

Thanks,

 

 

2 REPLIES 2
Raj
16 - Nebula

Sol

Qiu
21 - Polaris
21 - Polaris

@Jocelynupup 
I think the answer to your question is not definite...

locID  3 can also be kickouts, right?

Would that be acceptable?

Labels
Top Solution Authors