Previous Topic: Passing Booklet ParametersNext Topic: Penalty Tags


Booklet Parameter Syntax

The syntax in the booklet template resembles the syntax for passing parameters to Free-form reports.

Notes regarding syntax:

Parameter values are merged with the original favorite filter where booklet parameters have priority over the original filter. If you pass a parameter to a filter that already exists in the report, the filter uses the parameter from the booklet.

Booklet Parameter Syntax Example

<<BEGIN_FAVORITE=Normal favorite name>>

<<BEGIN_PARAMETER>>
<<NAME=AGGREGATION>><<VALUE=Sum>>
<<END_PARAMETER>>

<<BEGIN_PARAMETER>>
<<NAME=CONTRACT>><<CONTEXT_VALUE=SLA_NAME>>
<<END_PARAMETER>>

<<BEGIN_PARAMETER>>
<<NAME=SERVICE>><<VALUE=Service 1>>
<<END_PARAMETER>>

<<BEGIN_PARAMETER>>
<<NAME=RESOURCE>><<IS_GROUP=NO>><<VALUE=Resource 1>>
<<END_PARAMETER>>

<<BEGIN_PARAMETER>>
<<NAME=metric >>
<<SELECT_TYPE=MULTI>>
<<VALUE=Contract Party/Contract/metric 1>>
<<VALUE=Contract Party/Contract/metric 2>>
<<VALUE=Contract Party/Contract/metric 3>>
<<END_PARAMETER>>

<<NAME>>
<<CHART>>
<<DATA>>
<< END_FAVORITE>>