Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

Joining Data sets

SouravKayal
8 - Asteroid

Hi Team,

 

I have a data set as below

 

Cost ID  Jan$ Feb$

123        100    200

123        200  300

 

Cost ID splits1 splits2 jan % Feb $

 

123      A         A1         25        25

123      A         A2          25        25

123      A         A3          40         25

123     B          B1          10         25

 

I need to split the % based on the % as above and bring in the splits. When i tried to join and then put a formula to calculate by multiplying with the % the data is increasing.

2 REPLIES 2
kelsey_kincaid
12 - Quasar

Hi @SouravKayal -

Could you please provide an example of the desired output?

SouravKayal
8 - Asteroid

HI ,

 

so it should be 

 

Cost ID Splits 1 splits 2 jan$ feb$

123       A            A1          75   125

123       A            A2         75     125

123      A             A3          120   125

123     B              B1           30    125

 

So totals should be the same , only the $ will get split row wise based on the %ages

Labels