I'm using GlideAggregate to do the calculation

HUANGCONG
Tera Contributor

I'm using GlideAggregate to do the calculation

input

column A        column B 

abc                   10           

abc                   10 

Abc                   10

what i except 

column A         column B

abc                   20

Abc                  10

but the reality is 

column A    column B

abc               30

1 REPLY 1

HrishabhKumar
Kilo Sage

Hi @HUANGCONG ,

Share your script