Setting the default template category
To select a custom template, select a different category from the Category drop‑down list. You can configure Report Studio so that the Report Template dialog displays a different template category as the default category.
How to set the default template category
1 Navigate to the WEB‑INF directory of your Actuate web application. By default, the file path is:
<context root>\WEB-INF
2 Open web.xml for editing.
3 Change the value of the DEFAULT_REPORT_TEMPLATE_CATEGORY_NAME parameter from Standard to the name of the category whose templates you want the Report Template dialog to display by default. The following example shows the Sales category set as the default template category:
<param-name>DEFAULT_REPORT_TEMPLATE_CATEGORY_NAME
</param-name>
<param-value>Sales</param-value>
4 Restart the web or application service for your Actuate web application to apply the changes you made.