We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

Not applicable

Hi @HUANGCONG ,

Share your script