Advent of Code is back! Unwrap daily challenges to sharpen your Alteryx skills and earn badges along the way! Learn more now.
Community is experiencing an influx of spam. As we work toward a solution, please use the 'Notify Moderator' option on the ellipsis menu to flag inappropriate posts.
Free Trial

Alteryx Designer Desktop Discussions

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

Append columns to the DataSet by sum the logic from corresponding columns

187
8 - Asteroid

Hi Alteryx engineer, i have data set like below 

keyUSD_DIV_1USD_DIV_2ROC_D
APAC1.0000002.0000003
EURO4522

 

AND I have lookup table like below

KEYLOOKUP
DIV RATEDIV
ROC RATEROC

 

I want to get below results, which means I read data from lookup table and append the column to the dataset and it is value set by the rules which is get lookup value from lookup table for example DIV RATE is DIV then I sum the value from original dataset for those columns contains "DIV" , and do the same logic for ROC RATE

 

keyUSD_DIV_1USD_DIV_2ROC_DDIV RATEROC RATE
APAC1.0000002.000000333
EURO4522922

 

1 REPLY 1
ShankerV
17 - Castor

Hi @187 

 

I think this post is duplicated, the same has been addressed by @FinnCharlton and myself in the below post.

 

https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Append-columns-to-the-DataSet-by-sum-t...

 

Many thanks

Shanker V

Labels
Top Solution Authors