Using the Report Designer

The Report Designer on the web is incorporated into the Reports module. The Report module is located on the primary ChangeGear navigation menu. If the Report module is not visible, contact your local ChangeGear Administrator for privilege/permission changes. The Report Module tool bar has a View    command. If you have permission to the Report Designer, Reports module tool bar has additional commands allowing you to:

  •  Create a report.

  •  Edit a report selected from the Reports Module grid.

  •  Delete a report selected from the Reports Module grid.

  •  Revert to factory a report selected from the Reports Module grid. Reverting a report changes it's values back to original factory settings. This only works for factory reports from SunView Software and does not apply to newly created reports.

A variety of report types are available for user consumption. Click on each report type for more details.

Note:  You may not have access to this ChangeGear feature depending on your permissions or ChangeGear edition. Contact your ChangeGear Administrator for privilege/permission changes.

Enabling Advanced Web Reporting

Advanced web reporting allows you to generate data sets for reports using custom SQL queries instead of views.

To enable advanced web reporting:

  1. Open the ChangeGear Web configuration file (defaults to C:\Program Files (x86)\SunView Software\ChangeGear\Web\web.config).

  2. Add the following key to the <appSettings> section of the file:

    <add  key="EnableAdvancedWebReporting"  value="true" />

  3. Save the file, then restart IIS or recycle the ChangeGear Web application.

 

Back