Report on sums on multiple fields

Lenka4
Kilo Contributor

Hi there,

I have a table of demands, and a table of breakdowns. Each demand has multiple breakdown records associated with it (one to many relationship).

Each breakdown contains information on hardware cost, software cost, labour cost, labour hours, and more.

My requirement is to run a report on the sums of these individual components for each demand, see below:

 Total hardware costTotal software costTotal labour cost
Demand1487
Demand2359
Demand3671

Running the report from the breakdown table, I seem to be able to achieve one of two things:

1) Report type == List: (problem is that there is no total/sum option)

 Hardware costSoftware costLabour cost
Demand1271
Demand1104
Demand1112
Demand2138

2) Report type == Pivot table: (problem is that this can only show total for one column at a time)

 Hardware cost = 1Hardware cost = 2Hardware cost = 3Total
Demand12 204
Demand21203
Demand33036

 

Any help with this would be greatly appreciated.

Thank you

Lenka

1 ACCEPTED SOLUTION

Adam Stout
ServiceNow Employee
ServiceNow Employee

You can do it with Performance Analytics by setting up two indicators and using a list scorecard.

View solution in original post

2 REPLIES 2

Omkar Mone
Mega Sage

Hi 

Have you gone through the below link by any chance ?

https://community.servicenow.com/community?id=community_question&sys_id=994fba69db58dbc01dcaf3231f96...

 

Mark Correct if it helps.

 

Regards,

Omkar Mone.

www.dxsherpa.com

Adam Stout
ServiceNow Employee
ServiceNow Employee

You can do it with Performance Analytics by setting up two indicators and using a list scorecard.