Each report has its own parameters, most of which are common to all reports
...
and these are normally set using the Report Selection Criteria window
...
You can override a Report Selection Criteria by adding parameters to a special section . However, you can override these parameters by modifying the settings in the main configuration file. That is if
If a user may set sets a specific parameter in the report selection criteria
Referencemacro | ||
---|---|---|
|
As an example, we can set the percentage mark-up in every Billing Report to 50% and a surcharge of £1.00. To apply these settings, you need to edit the
Referencemacrokeywordmacro | ||
---|---|---|
|
Keywordmacroreferencemacro | ||
---|---|---|
|
Open the the
Referencemacrokeywordmacro | ||
---|---|---|
|
Referencemacrokeywordmacro | ||
---|---|---|
|
Code Block |
---|
Report2Extra = &markup=50&surcharge=1.00 |
In this instancethe example above, when a billing report (ID = 2) Billing Report is run, these extra settings are forced upon the reporting engine and override any values that the user has selected.
Info |
---|
To configure these settings, we strongly recommend to contact our Technical Support team for assistance. |