From Bright Pattern Documentation
• 日本語
<translate>= Customizing Reports=
In the “Interval Report with SL” report template, is it possible to add a column for the number of agents staffed?
Yes--the “Interval Report with SL” report template is built upon the table Service_in_time_counters, which includes the fields min_agents (minimum number of agents) and max_agents (maximum number of agents).
Should you wish to add these fields to your report, you may do the following:
- Download the report template (a .JRXML file) for the report in question.
- Import and open the .JRXML file in Jaspersoft Studio.
- Add two new columns for the fields desired to the table. These should be:
- Column “Minimum Agents” with field $F{min_agents}
- Column “Maximum Agents” with field $F{max_agents}
- Create the added fields as Jaspersoft Studio fields.
- Update the crosstab table to include the newly added fields.
- Save the modified report with a new name (so you can find it easily).
- Upload it to the Contact Center Administrator application (i.e., your tenant) by going to Configuration > Reporting > Report Templates.
For more information on customizing report templates in Jaspersoft Studio, see the Custom Reporting Tutorial.
For generated reports (specifically, the Agent Performance report), how can I remove inactive agents from the drop-down list?
These users will remain in the reporting lists for historical reporting reasons and cannot be removed.</translate>