Hi All,
I have a report in which I have one master query and 4 detail queries. Each one populating columns in 5 different report pages.
All the 5 queries have grouping on country.
When I render the report in XLS I get the 5 report pages as 5 sheets in Excel. So if there are 2 countries in my master query then I will have the Excel rendered as,
Sheet 1 - master query result set (summary data for country C1 and C2)
Sheet 2 - Detail query-1 for country C1
Sheet 3 - Detail query-2 for country C1
Sheet 4 - Detail query-3 for country C1
Sheet 5 - Detail query-4 for country C1
Sheet 6 - Detail query-1 for country C2
Sheet 7 - Detail query-2 for country C2
Sheet 8 - Detail query-3 for country C2
....
The issue is, when I burst the report on Country,
I get two excel workbooks, one each for C1 and C2.
For C1, all the 5 sheets are proper. For C2 only the master result page is proper, the rest of the detail result sheets are empty(not even the column titles).
Any clue on why this is happening?
Any help is appreciated.
Thanks in advance.
Ramesh
I have a report in which I have one master query and 4 detail queries. Each one populating columns in 5 different report pages.
All the 5 queries have grouping on country.
When I render the report in XLS I get the 5 report pages as 5 sheets in Excel. So if there are 2 countries in my master query then I will have the Excel rendered as,
Sheet 1 - master query result set (summary data for country C1 and C2)
Sheet 2 - Detail query-1 for country C1
Sheet 3 - Detail query-2 for country C1
Sheet 4 - Detail query-3 for country C1
Sheet 5 - Detail query-4 for country C1
Sheet 6 - Detail query-1 for country C2
Sheet 7 - Detail query-2 for country C2
Sheet 8 - Detail query-3 for country C2
....
The issue is, when I burst the report on Country,
I get two excel workbooks, one each for C1 and C2.
For C1, all the 5 sheets are proper. For C2 only the master result page is proper, the rest of the detail result sheets are empty(not even the column titles).
Any clue on why this is happening?
Any help is appreciated.
Thanks in advance.
Ramesh