AnalyzerComponent
Description
This is a component that can execute the new Pentaho Analyzer Reports. The result is displayed in the PUC Analysis Report Viewer, including the show
field list and show repository features. For better use in CDF, show field list and show repository in the analysis report viewer can be turned on or off.
Note: To use this component, Pentaho Enterprise Edition is required.
Options
- name
- The name of the component
- type
analyzerComponent
- listeners
- Array - Parameters who this component will react to
- parameters
- Array of Arrays - Parameters to pass to the analyser report
- htmlObject
- Id of the component (usually a div or a span tag) to be replaced by the result
- refreshPeriod
- Time in seconds for this component to refresh. Default is 0 (disabled)
- executeAtStart
- True to execute the component at start, false otherwise
- preExecution
- Function - Function to be called before the component is executed
- postExecution
- Function - Function to be called after the component is executed
- preChange
- Function - Function to be called before the component is executed. The component will be executed only if the result of preChange equals true.
- postChange
- Function - Function to be called after the component is executed
- tooltip
- Tooltip to be displayed when mouse hovers
- solution
- Solution where the Pentaho Analizer Report file is
- path
- Path where the Pentaho Analyzer Report file is
- action
- Pentaho Analyzer Report file name (unified file format *.xanalyzer)
- showRepositoryButtons
- Pentaho Analyzer showRepositoryButtons option. Default: true
- showFieldList
- Pentaho Analyzer showFieldList option. Default: true
- editMode
- Pentaho Analyzer editMode option. Default: true
- dateFormats
- Object which stores parameterName/dateFormat Map that describes the dateFormats of the associated parameters e.g.
{current_date: "YYYY-MM-DD HH-mm-ss.0"}
Sample