A page caption, or title, is used by the author to help document the contents of a page as well as to provide a label for use in scripting. It may not appear in an end user’s view of the data. A page description is used by the author to help document the contents of a page.
Syntax:
PageCaption, pageCaption ~ descriptiveText
PageDescription, descriptiveText
PageDescriptionAppend, descriptiveText
Parameters:
pageCaption – text for the page title
descriptiveText – text to be included in the page description area, following the built-in description of row and column parameters.
Examples:
PageCaption,Sales for the Year~These numbers reflect the sales for the current year.
PageDescription,These numbers reflect the sales for the current year.
PageDescriptionAppend, 2007
The current page’s caption or title is set to “Sales for the Year”, and the descriptive text is set to “These numbers reflect the sales for the current year.” Then the text “ 2007” is added to the end of the page description.
Comments:
The page caption and descriptive text would be visible only to the business report author and are not exported to CSV files.
See the Reserved Words Section for cautions on naming of pages.
|