Hi everybody!
WebI XI 3.1, the question is regarding report layout.
I have to build a report with the following structure:
-- according to filter criteria consider some amount of business entities of the same type
-- for each business entity represent 3 subsequent pages in a report, so that each page contains a table with some data about that entity (each table represent data according to its own criteria, so the tables are different).
I have created a report and added a new section (further referred as "main") based on business entity name (which is unique).
What I tried to do next is:
- place the 1-st table into the "main" section
- create an embedded section (for the "main" one, also based on entity name) and placed the 2-nd table there. Setup "Start on new page" for the second section. Run the report: fine, for each entity I have 2 pages - one page for one table.
- create another embedded section (for the "main" one, also based on entity name) and placed the 3-rd table there. Setup "Start on new page" for the third section. But as I run the report I get the output of the third section on the second page...
I really appreciate any advices.
Thank you!