Versions Compared
compared with
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Comment:
Merged branch "DOC0000070" into parent
Use the <report> tag to add a widget that displays a particular report.
Available attributes:
Attribute | Type | Mandatory | Description | ||
---|---|---|---|---|---|
class | String | N | Specify the CSS class name defined in the CSS field of the widget. | ||
condition | String | N | Specify a condition to build a report.
| ||
style | String | N | Specify the display settings (size, font, color, and others) of the widget elements using the CSS syntax. | ||
reportId | String | Y | Specify the ID of the report to display. |
Note | |||||||||
---|---|---|---|---|---|---|---|---|---|
When placing two or more conditions into the condition string, merge them with the caret symbol ( ^ ). The condition syntax is presented below:
See the Condition Operators article to learn more about possible condition operators. |
Example:
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<report reportid="{data.monthBarReportId}158563965716385690" condition="(group.nameLIKEdesk^ORstate=activestateNOT IN10@7)"/> |
The template above adds a report to the page:
Image Added