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

split transactions

yasin
6 - Meteoroid

Hi All,

 

I"m working on credit card transaction big data file trying to find:

- split transaction for the same person for the same vendor total amount $3000.

- Purchase split between two cardholders for the same vendor total amount more than $6000.

 

I have attached sample data i work on.

 

I appreciate your help in advance

Thank you

6 REPLIES 6
benakesh
12 - Quasar

Hi @yasin ,

There are no  records  to test   your conditions  in sample data .  

I have used smaller amounts ( 200 and 400 )  for testing.

 

- split transaction for the same person for the same vendor total amount $3000.  : Summarize by vendor and name . Use filter to check amount >  3000

- Purchase split between two cardholders for the same vendor total amount more than $6000. : Summarize by vendor and name. Join same data using vendor and filter to exclude same person . Calculate total and check if amount > 6000.

benakesh_0-1573341896633.png

 

yasin
6 - Meteoroid

Thank you for your response.

Would you please briefly explain the first solution and the second one please.

Thanks

benakesh
12 - Quasar

Hi @yasin ,

Added explanation/logic to  original message  .

yasin
6 - Meteoroid

 

I appreciate you.

 

benakesh
12 - Quasar

Hi @yasin ,

The wf  includes  summarize , join and some formula to extract transactions matching different rules. 

 

 

yasin
6 - Meteoroid

THANK YOU. I  APPRECIATE YOUR HELP

Labels
Top Solution Authors