Adding a Bookmark in a Report |
You can add a bookmark so that users can quickly move from one part of a report to another. For example, a list report contains many rows of data. You use bookmarks so that users can move to specific rows.
You can also drill through to another report.
Bookmarks work for reports produced in HTML format or PDF. In HTML format, they work best when viewing saved report outputs, as the entire report appears in a single HTML page. When reports are run interactively, more than one HTML page may be generated, and a bookmark works only if the target exists in the page currently being viewed.
Tip: You can reduce the number of HTML pages generated when a report is run interactively by specifying a value for the Rows Per Page property for a data container in the report.
Source Type | Description |
Text | Creates a static bookmark using a text value.
For example, a list has sections, and you want users to jump from each section to the top of the report. |
Report Expression | Creates a dynamic bookmark whose values are derived from an expression that you define. |
Data Item Value | Creates a dynamic bookmark that has data as possible values. This is useful for creating a context-based bookmark.
For example a list has sections, and you want users to jump from the top of the report to a specific section.
Note: This source type appears only if the bookmark is inserted next to a data item. |
Data Item Label | Creates a bookmark that has the label of a data item as its value. Use this source type to jump to the first occurrence of a data item label.
For example, a list is divided into sections using Product line. You want users to jump to the first product line section that appears in the list rather than to a specific section, such as Camping Equipment.
Note: This source type appears only if the bookmark is inserted next to a data item. |
Member Caption | In a crosstab, creates a dynamic bookmark that uses member captions as possible values. |
Cell Value | In a crosstab, creates a dynamic bookmark that uses cell values as possible values. |
Related Topics: