I have developed a suite of KPI reports for a customer, based on data supplied from a Stored Procedure in MS SQL Server 2005.
Although based on a common dataset, and sharing the same parameters, each report is quite distinct and features different record selection criteria. I initially developed each report as a standalone RPT file with a view to combining them all as subreports in a Main Report and linking the parameters.
Everything was great until i hit the virtual pages limitation of Cross-Tabs in Subreports.
Having trawled google and various forums it seems clear that I can't make a cross-tab that spans multiple pages display fully when held in a subreport.
My next option was to try and move the cross-tab into the main report, but my problem is then one of filtering & record selection:
My dataset is basically a list of Sales Transactions including detail of Sales Outlet (Branch), Product criteria, such as Manufacturer and Product Group, and also Customer criteria, such as Account Group and Region.
I need to implement two cross-tabs in my report:
The first is the sum of Units, Turnover, and Profit by Product Manufacturer (Columns), analysed by Branch (Rows).
This needs to be limited to 10 specific manufacturers (out of approx 100 present in data).
The second cross-tab is the sum of Units, turnover, and profit, by Customer Account Group (Columns), analysed by Branch (Rows). This data needs to be unrestricted and include all records in the dataset.
I really can't see how I can achieve the different record selection criteria required in the two cross-tabs when both held in the same report.
I'm getting a bit desperate, any help seriously appreciated!! I hope I've explained this problem clearly enough. Any other info required, just ask!
Thanks in advance... Shaun
Although based on a common dataset, and sharing the same parameters, each report is quite distinct and features different record selection criteria. I initially developed each report as a standalone RPT file with a view to combining them all as subreports in a Main Report and linking the parameters.
Everything was great until i hit the virtual pages limitation of Cross-Tabs in Subreports.
Having trawled google and various forums it seems clear that I can't make a cross-tab that spans multiple pages display fully when held in a subreport.
My next option was to try and move the cross-tab into the main report, but my problem is then one of filtering & record selection:
My dataset is basically a list of Sales Transactions including detail of Sales Outlet (Branch), Product criteria, such as Manufacturer and Product Group, and also Customer criteria, such as Account Group and Region.
I need to implement two cross-tabs in my report:
The first is the sum of Units, Turnover, and Profit by Product Manufacturer (Columns), analysed by Branch (Rows).
This needs to be limited to 10 specific manufacturers (out of approx 100 present in data).
The second cross-tab is the sum of Units, turnover, and profit, by Customer Account Group (Columns), analysed by Branch (Rows). This data needs to be unrestricted and include all records in the dataset.
I really can't see how I can achieve the different record selection criteria required in the two cross-tabs when both held in the same report.
I'm getting a bit desperate, any help seriously appreciated!! I hope I've explained this problem clearly enough. Any other info required, just ask!
Thanks in advance... Shaun