WebFOCUS Online Help > Managed Reporting Administrator > Customizing Dashboard > Changing the ReportCaster Scheduling Tool
How to: |
The default ReportCaster scheduling tool accessed when a user selects the Schedule option from a selected report is the single page Scheduling Tool. This tool presents all of the scheduling features and options of ReportCaster in a single, unified user interface. ReportCaster offers another scheduling tool, the Scheduling Wizard, which presents the options in a step-by-step manner and opens new option windows as you move through the scheduling process.
Note: The default scheduling tool is dependent on whether or not WebFOCUS was implemented as a full installation or an upgrade.
As the Administrator, you can change the default ReportCaster scheduling tool from the single page Scheduling Tool to the Scheduling Wizard. You can make this a global change (for all views) by editing a variable setting in the bid-config.xml file, or change it for specific views using the Dashboard View Builder.
For information about scheduling and distributing report output with Managed Reporting, see the ReportCaster Development and Administration manual.
To change the Schedule option for reports in all views to open the ReportCaster Scheduling Wizard, perform the following:
<internal-var name="useNewScheduleURL" value="true"/>
to
<internal-var name="useNewScheduleURL" value="false"/>
Note: After making changes to the bid-config.xml file, use the WebFOCUS Console to clear memory cache, or restart the application. Until this is done, the change is not effective.
To change the Schedule option for reports in specific views to open the ReportCaster Scheduling Wizard, perform the following:
For more information about using the Edit Settings functionality in the Dashboard View Builder, see Customizing Dashboard Pages for a Public or Group View.
WebFOCUS |