PivotLinkComponent

Description

Creates a pivot action link. Usually it's used together with chart components which allows the user to analyze, with more detail, the chart results.

Options

name
The name of the component
type
pivotLink
htmlObject
Id of the component (usually a div or a span tag)
refreshPeriod
Time in seconds for this component to refresh. Default is 0 (disabled)
executeAtStart
True to execute the component at start, false otherwise
tooltip
Tooltip to be displayed when mouse hovers
content
The value of the pivot action link
pivotDefinition
MetaLayer object with the definition of pivot (see MetaLayer options)

MetaLayer options

The options related to pivot action described in pentaho wiki.
queryType
Type of query to read results from. Can be sql or mdx. Default: mdx
jndi
Connection to use for the query
query
sql or mdx Query to execute
cube
Cube name to use when queryType is mdx
catalog
Mondrian schema to use when queryType is mdx

Sample