I've been over this with BO support and got my usual answer of "it can't be done", but thought I'd throw it out to the BO users. I have a report that that is more of a technical document, than a standard report. All the data is driven by a SQL Server database.
Because this report is so large (pages) I have a business need to include a Table of Contents. This TOC would be triggered on the changing values of a specific "section" in the report. For example the first section might be based on the value of <BookTitle>.
The second BO "section" would be <Chapter>. So as the value of <Chapter> changes I need to know what page of the report this occured on and also a way to store these values (<Chapter>(value) and current page number) until the last <Chapter> has been reached. Then I need to be able to display all this stored data in a Table of Contents page in the report.
Of course this TOC page would be one of the first pages of the report so if I could get and store this data, could I get the report to re-evaluate the TOC page after the data collection is complete?
The biggest obstacle I've found to my requirements, is that there are not but a hand full of "Events" that fire during report creation, and Section_OnChange() is not one of them.
Any ideas would be appreciated..
thx,
Russell
Because this report is so large (pages) I have a business need to include a Table of Contents. This TOC would be triggered on the changing values of a specific "section" in the report. For example the first section might be based on the value of <BookTitle>.
The second BO "section" would be <Chapter>. So as the value of <Chapter> changes I need to know what page of the report this occured on and also a way to store these values (<Chapter>(value) and current page number) until the last <Chapter> has been reached. Then I need to be able to display all this stored data in a Table of Contents page in the report.
Of course this TOC page would be one of the first pages of the report so if I could get and store this data, could I get the report to re-evaluate the TOC page after the data collection is complete?
The biggest obstacle I've found to my requirements, is that there are not but a hand full of "Events" that fire during report creation, and Section_OnChange() is not one of them.
Any ideas would be appreciated..
thx,
Russell