Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.

Alteryx Designer Desktop Discussions

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

Difference in amount for the same tnx

modiuttam88
5 - Atom

I am comparing two tnx files from two different systems. I was able to find out tnxs which are not common/missing in each system. Now i am stuck and need to find out tnxs which are common/present in both the systems but have different amounts. Like in one system for the same tnx, tnx vlaue is different in system A & system B.

5 REPLIES 5
atcodedog05
22 - Nova
22 - Nova

Hi @modiuttam88 

 

Can you provide some sample data.

modiuttam88
5 - Atom

That is confidential.. However i can provide an eg if that can help

 

Tnx reference number 123456 has an amount o/s for USD 100 in system A and same tnx reference has an amount o/s for USD 30 in system B. How can i find out which tnx has different amount o/s in two different system.  Which formula can be used?

messi007
15 - Aurora
15 - Aurora

@modiuttam88,

 

You can do this with a join and filter 

 

messi007_0-1628587849406.png

 

Attached a sample workflow.

 

Hope this helps !

 

Regards,

atcodedog05
22 - Nova
22 - Nova

Hi @modiuttam88 

 

Here is how you can do it. Join on reference number and compare amount in formula.

Workflow:

atcodedog05_0-1628587964832.png

 

Hope this helps : )

 

atcodedog05
22 - Nova
22 - Nova

Hi @modiuttam88 

 

Another method if you want all rows output.

 

Workflow:

atcodedog05_0-1628588359747.png

 

1. Using join multiple since it always does outer join.

2. Using formula to compare and flag accordingly.

 

Hope this helps : )

 

 

Labels