Dashboard Elements
Format of dashboard elements table depends on dashboard's Destination.
Elements of a Desktop dashboard are defined by the following properties:
Field Description | Field Name | |
Title. This is the header of element's window. | title | |
Type. Element type, see elements article for details. | type | |
Window Location. Location of element's window within dashboard window. See details here. | location | |
Parameters. Settings of the element. The settings define what data will be shown and how to present it. List of settings depend to element's Type. | parameters | |
Validity Expression. An expression that defines whether the element should be skipped during dashboard rendering. It evaluates to FALSE, the element will be skipped. | validityExpression | |
Validity Expression Resolution Environment: | ||
---|---|---|
Context for which dashboard is opened. | ||
None. | ||
0 | ||
Standard variables only. |
Elements of a Web dashboard are defined by the following properties:
Field Description | Field Name |
Name. Name of a dashboard component. | name |
Type. Type of the component. | type |
Parameters. Properties of the component. | parameters |
These may be accessed via the elements variable.
Was this page helpful?