Skip to main content
Version: 1.22.3

report

Use the <report> tag to add a widget that displays a particular report.

Available attributes:

AttributeTypeMandatoryDescription
classStringNSpecify the CSS class name defined in the CSS field of the widget.
conditionStringNSpecify a query condition that limits the records available for selection.
This attribute takes a decoded condition as a value. To decode a query condition, use server methods as recommended.
styleStringNSpecify the display settings (size, font, color, and others) of the tag elements using the CSS syntax.
reportIdStringYSpecify the ID of the report to display.
caution

When placing two or more conditions into the condition string, merge them with the caret symbol ( ^ ). The condition syntax is presented below:

ConditionNotationExample
AND^emailLIKE-group^state=active
OR^ORimpact=high^ORurgency=high

See the Condition Operators article to learn more about possible condition operators.

Example:

report
<report 
reportid="158563965716385690"
condition="(stateNOT IN10@7)"
></report>

The template above adds the following form to the page: