Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Calculate the sum of all SAFe features associated with an Epic

TerryC03
Tera Guru

Hello,

 

I want to calculate the sum of an integer of all SAFe Features associated with an Epic. For example, 

 

EPIC A:

Feature 1 has value 5

Feature 2 has value 3

Feature 3 has value 2

 

The total for EPIC A should come out to be 10. I'm currently using glideAggregate, but is lost on how to find the sum for the current Epic and its stories.

1 REPLY 1

Hasan6
ServiceNow Employee
ServiceNow Employee

Hi Terry,

Can you elaborate more on the context here, specifically where you want this sum.

As you mentioned, you can script with GlideAggregate. You can analyze it with dashboard reports and Performance Analytics. You can use list calculations to see their sum in a list view.

Will any of these answer your requirements, or are you looking for something else?

 

Best

Hasan