Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Analysis Server and Reporting Services (2005)
 Repeat Table

Author  Topic 

Jysafe
Starting Member

6 Posts

Posted - 2013-07-15 : 11:24:52
Hi,

I have a table that has two header, one detail and one footer.

The first header has title of the division and location. Second header is for the tile for items
The detail is the sum of each item per client and the footer is the total sum for each client.

What I would like to do is repeat the table for each division and location. How can I accomplish this?

Currently the header picks the first division and location and doesn't repeat the table.

Thanks,

Jysafe

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-07-16 : 01:30:20
add a higher level group based on division and location fields in table. Include group header and footer in grouping properties
Add division and location names in header like Fields!Division.value etc
In second level you'll have current grouping on client.
In First group footer add expression to get subtotals for each division,location combo

Check the property insert page break after group for first level group and you'll get data for each division, location ina separate page with second level having client details

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -