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.
SOLVED

Addition of one row to another.

anonymous008_G
8 - Asteroid

Hi  - I need one help in the below scenario in Alteryx. I wanted to merge/add "Not classified" data into the row which has highest Gross exposure. For example Maturity(,1) has largest exposure in the Gross column. so this Not classified should be get added in the same bucket. Incase in the next reporting Maturity[3,5) has largest exposure then it should merge/add into this bucket. Can someone please guide me, how can achieve this using Alteryx.

SectorGrossNet
Maturity(,1)6030
Maturity[1,3)4035
Maturity[3,5)3525
Maturity[5,7)55
Maturity[7,10)00
Maturity[10,)0.50.6
Not Classified0.270.27
4 REPLIES 4
binuacs
21 - Polaris

@anonymous008_G something like the attached workflow?

image.png

anonymous008_G
8 - Asteroid

@binuacs -- Thank you for the solution. This would partially work. Can this expression be changed to get the below output? Not classified Gross and Net values added in the respective Gross and Net where Gross is Maximum.

 

SectorGrossNet
Maturity(,1)60.2730.27
Maturity[1,3)4035
Maturity[3,5)3525
Maturity[5,7)55
Maturity[7,10)00
Maturity[10,)0.50.6
Not Classified0.270.27

  

binuacs
21 - Polaris

@anonymous008_G updated workflow attached

image.png

anonymous008_G
8 - Asteroid

@binuacs  Oh thanks i thought of this but i made wrong column order in formula tool. anyway thanks for your help.

Labels