Create a custom report template
You can create a new template to customize the look of your reports.
Users can create and generate reports based on queries performed in IXIASOFT CCMS. A default XSL template for reports (report2html.xsl) is provided in the Repository. If it does not meet your needs, you can create a new one based on the default template or create your own.
If you define parameters in the template, they will appear as editable key-value pairs when a user creates a report. The values set in the template can serve as default values for the report, which can be overwritten in the report by the values specified by the user.
For example, if you look in the report2html.xsl file in the /system/xsl/report folder, it contains two parameters called CompanyName and Department. If you create a report using the report2html.xsl file as the XSL template, CompanyName and Department are displayed as keys in the Parameters pane along with the values specified in the template. If the values are modified by the user, the new values will appear in the generated report, but it will not affect the template itself.