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.

Appending a calculation of data

sblanchard
5 - Atom

I have 2 files, one that has a unique product with 100% total amount for a set of customers, and in another file that is a subset of those customers by product.   I want to append the difference in amount of each unique product from the total file to the subset file, and name customer as "Other Clients".  So the two files for that unique product, sum to the same total amount.  How do I do that?

2 REPLIES 2
fmvizcaino
17 - Castor
17 - Castor

Hi @sblanchard ,

 

I've created a simple dataset here, let me know if this is what you are looking for. 

fmvizcaino_0-1617830896673.png

 

 

Best,

Fernando Vizcaino

Qiu
21 - Polaris
21 - Polaris

@sblanchard 
It will be much better if you could provide us a sample input and output.

Labels