Summary Report of Main Report


i using ssrs 2008. have developed report has parent group called area , child group called status.

area can a, b, or c.

status can open, closed, new.

the report this:

area a

          status new

                                               count of apps 'new' in area 'a' = 10

         status open

                                              count of apps 'open' in area 'a' = 18

         status closed

                                             count of apps 'closed' in area 'a' = 2

area b

          status new

                                               count of apps 'new' in area 'b' = 17

         status open

                                              count of apps 'open' in area 'b' = 20

         status closed

                                             count of apps 'closed' in area 'b' = 6

                 

what want have separate table @ bottom of report gives count of number of status e.g.

total number of 'open' = 38

total number of 'closed' = 8

total number of 'new' = 27

i want summary above can displayed on page @ bottom of report shows combined total of each status main report.

anyone got ideas?

hi,

insert 3 row under parent group  or use different table , put expression

=count(fields!open.value)

=count(fields!closed.value)

=count(fields!new.value)



hope !!!
sanjeewan



SQL Server  >  SQL Server Reporting Services, Power View



Comments

Popular posts from this blog

SQL Server PSProvider SQL Server Authentication

BIT Version

How to calculate the delta size while diffing the files in TeamFoundationServer ?