Using System Parameters for Studio Reports
Applies to: Kyvos Reporting
You can use system parameters to display values such as the current date, time, or report details. These parameters are global and can be used in any report as needed.
Previously defined parameters appear in the Field List window of the Layout Editor. To use them, drag and drop the parameter onto the layout window.
In addition to user-defined parameters, Kyvos Reporting Studio provides a set of predefined system parameters:
Parameter | Description |
|---|---|
| Displays the system date. |
| Displays the system time. |
| Displays the report output language. |
| Displays the output format of the report. |
| Displays the ID of the currently executing report. |
| Displays the category under which the report is running. |
| Displays the name of the report as stored in the repository. |
| Displays a string of user parameters with their values. |
| Displays a string of sort parameters. |
| Displays a unique request ID assigned by the report server. |
| Displays the current page number. |
| Displays all filter parameters and their values. |
| Displays all “group by” parameters used in ad hoc reports. |
| Displays the user ID used to log in to Kyvos Reporting Studio. |
| Displays the organization ID of the logged-in user. |
| Returns |
| Returns |
Note
These parameters are especially useful for scripting and conditional logic within reports.