Start Free Trial

Alteryx Designer Desktop Discussions

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

Lookup based on count records

Lydieatantra
7 - Meteor

Hi Alteryx Team,

 

May i ask about how to build the workflow based on 2 source data below related this scheme below :

 

Source Data 1

SourceTransaction AmountDescriptionCount
Bank Statement-333000.00TRF IFT1
Bank Statement-11914.40PB Kreditur1
Bank Statement-9905.74PB ke Halim1

 

Source Data 2

Source 2Transaction AmountCount
Common File-33000.001
Common File-11914.401
Common File-9905.741
GL-10001

 

Expected Data

(Here, i need to create the Source Data 1 as based data, and Source Data 2 as a reference to lookup into based data. If the count record for each amount between record in bank statement and common file+PV is the same, then the result RECONCILE. And for the NOT RECONCILE items will be if there's no match between count record bank statement and common file + PV.)

SourceTransaction AmountDescriptionBank Statement_CountCommon File + GL_CountStatus
Bank Statement-333000.00TRF IFT11RECONCILE
Bank Statement-11914.40PB Kreditur11RECONCILE
Bank Statement-9905.74PB ke Halim11RECONCILE
GL-1000 -1NOT RECONCILE

 

Hopefully you can help me to create this workflow since im newby in Alteryx.

 

Thank you.

Lydiea

3 REPLIES 3
grazitti_sapna
17 - Castor

Hi @Lydieatantra , try this.

 

Join on the basis of these two fields

grazitti_sapna_1-1595928975006.png

 

grazitti_sapna_0-1595928955185.png

 

Attaching the workflow along.

Thanks.

 

Sapna Gupta
Lydieatantra
7 - Meteor

Hi @grazitti_sapna , thanks a lot for your help, it works 🙂

 

Thank you.

Lydiea

grazitti_sapna
17 - Castor

@Lydieatantra , you are most welcome.

Sapna Gupta
Labels
Top Solution Authors