Report parameters file

This xml file defines how parameters are prompted in WFO reports. It is required for each report that you deploy to WFO.

This prompt information defines the types of input controls, and the attributes used in WFO. Each control has at least one label and at least one input control. The XML file contains a list of values to be displayed for the list controls.

The parameter name and its case must match the SSRS report.

File name format

<reportName>_prompt.xml

Example:  

<?xml version="1.0" encoding="UTF-8"?>

<reportcontrols name="Employee Information">

<control ctrl-type="DATE" label="Date">

<parameter name="Date" initial-value="Sep 01, 2005" />

</control>

<control ctrl-type="EMPLOYEE_FILTER" filter-by="ID" label="Employee Filter:">

<parameter name="EmployeeFilterID" />

</control>

<control ctrl-type="TIME_ZONE" label="TimeZoneID">

<parameter name="TimeZoneID" />

</control>

</reportcontrols>

Create or edit a report

Deploy an ad hoc report (on-premises deployments)

Custom report parameters (Workforce Optimization Report Development Kit)