Cross Page Tags
A DiveTab cross page is defined using a cross-page tag with optional tags between open { and close } braces.
|
Tag |
Examples |
Status |
Notes |
|---|---|---|---|
| available-dimension | available-dimension "Customer" | Optional | Enables dimension switching and diving on cross pages and specifies which dimensions are available for switching and diving. |
|
cross-page |
cross-page { ... } |
Required |
Defines the block for this cross page instance. |
|
cross-dimension |
cross-dimension "Premise"
|
Required |
Specifies the cross-dimension to display on the page. The values appear horizontally along the top row. You can have only one cross-dimension for a cross page. |
|
column |
text "Vehicles Sold" column = "Vehicles Sold" text column = "Cost"
|
Required |
Defines the summary columns to use. In this example, column specifies an individual summary column, and the optional text tag overrides the default heading display. |
| column-set |
column-set id = "cs-basic" column-set id = "YearInfo" { text column = "Cost" text column = "Cases" } |
Optional |
References a set of columns previously defined in a definitions block. |
|
cplan |
cplan "/cplans/sales.cplan" |
Required |
Specifies the data source and optional filters. |
|
dimension |
dimension "Customer" |
Required |
Specifies the primary dimension to display on the page. Values appear vertically in the first column. You can have only one dimension for a cross page. |
| filter |
cplan "/cplans/basic.cplan" { filter `value("Resp Team") = "Smith"` } |
Optional | Filters the displayed data to show only the specified value. |
|
id |
cross-page id = "Supplier Page" |
Optional |
Specifies an identifier for the page. Required to link to other pages when in a pages block. |
| link |
text "Customer" column = "Customer Count" { link { page id = "cross-page" } } |
Optional |
Creates a shortcut to the named page from the column. NOTE: Links can be created to a data page, web page, or to a document in a repository. |
| no-grid-lines | no-grid-lines | Optional | Suppresses the appearance of grid lines in the cross page displayed in the client. |
|
no-summary-column |
no-summary-column | Optional | Suppresses the appearance of the summary name column. This is intended for when one summary column is in use; the summary name does not need to be specified for each row. |
| dimension-quickview |
dimension-quickview "Salesperson" dimension-quickview "Sales Region" |
Optional | Specifies QuickView dimensions that appear on the initial page. |
| quickview-set |
quickview-set { cplan "/cplans/demo_drl.cplan" dimension-quickview "Sales Region" dimension-quickview "Product Family" } |
Optional |
Specifies dimensions that appear as QuickViews in the page heading. |
| text | text "Cost in Dollars" column = "Cost" | Optional | Specifies what the user sees as the column heading or label in the client. |
|
title |
title = "Supplier Cross Page" |
Required |
Appears in the title bar when the page displays. |
| value-format |
value-format "$#,###.00" |
Optional |
Formats the data presentation. |
See also: