Dashboard Components Documentation
Dashboard components offer a visual representation of data to the user. They consist of an SQL statement, which if needed, can be dynamically altered by adding certain filters and criteria.
Attributes
Name | Description | Value |
---|---|---|
name | The dashboard component name. | Any |
description | The dashboard component description. | Any |
sql | The dashboard component SQL statement (In the case the SQL is very simple). | Any valid SQL statement |
ejb | The ejb name. | Any valid ejb name |
method | The method to call from the ejb. | Any valid method name |
type | The dashboard component type. | pie, stack, bar, summary |
valuelabels | The label values that the group by elements will have. | <label_name>:<label_value>, ejb/<method_name> |
primaryfieldlabel | The label that the primary field will have. | Any |
groupbyfieldlabel | The label that the group by field will have. | Any |
summarypage | The summary page name. | Any valid summary page |
orientation | The dashboard component orientation. | vertical, horizontal |
setting | The dashboard component settings. | Settings |
fields | The dashboard component fields. | Fields |