I. Scenario: if multiple pages exist in a report and different data is displayed on each page, how can I use the directory control to enable user-friendly access to each report? Next, let's look at the effect of explain, such as 1, 2.
Figure 1: Certificate :----------------------------------------------------------------------------------------------------------------------------------------
Figure 2: Certificate :----------------------------------------------------------------------------------------------------------------------------------------
To sum up the two figures above, we can achieve the following results:
1: Click 1, 2, and 3 reports on the directory page to jump to the corresponding report.
2: Click the return directory in each report on the Report page to return to the directory page. Select the report to be viewed again.
3: The encoding is displayed in front of each directory entry name, for example, directory 1 2 3.
Ii. Principles and implementation methods
MATERIALS: Four Report pages: Directory, order data by year, order data by month, order data by day
To achieve result 1: Add a directory on the directory page and add a directory entry to each report page. You will find that the directory and directory entries are associated through pagenumber ().
To achieve effect 2: Add a 'return directory 'text project' to each page and add tracing for each text project. The tracing type is bookmarks and the source type is text, text content is a directory
The name of any bookmarks added to the page.
To achieve effect 3: You only need to add a layout calculation in front of the Directory Entry text on the directory page. The expression is tocheadingcount (1). Then, the directory serial numbers 1, 2, and 3 are automatically displayed.