Start Free Trial

Alteryx Designer Desktop Discussions

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

How to sum specific records using multi row formula tool

anonymous008_G
8 - Asteroid

Hi Guys - 

Can someone please help me to know how would i perform sum calculation in below table. I want to sum values for governement,materials, Real Estate and Not classified and create new field as Other. this calculation to be perform different for Fund and BM. 

 

Input table :- 

SectorFund %BM %
Communications1015
Consumer Staples2030
Energy3045
Financials4060
Government5075
Industrials6090
Materials70105
Real Estate80120
Utilities90135
Not Classified100150

 

Expected Output as per attached screenshot

 

 

2 REPLIES 2
davidskaife
14 - Magnetar

Hi @anonymous008_G 

 

Here is one way - flag the rows that need to be summed using a Formula tool, then Summerize, filter out only the true records, create an 'Other' field, rename and remove fields not required, and Union back to the original stream

 

Capture.PNG

anonymous008_G
8 - Asteroid

@davidskaife thanks. This works awesome

Labels
Top Solution Authors