cancel
Showing results for 
Search instead for 
Did you mean: 

Adding a sum at the end of a break

former_member672670
Participant
0 Kudos

Hey Guys,

I need to sum the Total Hrs for all the "Resource Type Name" for each "Unit" in my report (basically sum all the blue cells for a "Unit"). The variable used for "Unit" in the report is "Unit Number - Name". I have attached the snapshot of the report below. There are more units in the report. I have only provided one here. Can you suggest me how to achieve the solution?

Accepted Solutions (1)

Accepted Solutions (1)

former_member225163
Active Participant
0 Kudos

Hi Jeevan,

As per the snapshot of your report, It looks like you have applied two breaks in the report.

As you need sum at Unit column level,

> select the Unit column

> go to break properties

> Check show break footer option

> use Sum(Total Hrs) in break footer of Total Hrs column.

Hope this helps..

Cheers,

Bala

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Enable Break footer and then try applying the Sum Function.

Thanks,

Kirthi


Former Member
0 Kudos

Hi Jeevan,

have you tried with right click on total(blue cell) and apply sum?

If it is not working then add a cell in total column below each Unit(Break) and write a formula as

=Sum([Total]) foreach([Unit])

Please check