Accredo > Script > Report List
You can add reports to a Report List and save the list, or you can load, edit and run previously created Report Lists.
Report Lists are mainly used to produce a number of reports on a regular basis, for example, end of month reports. When you run a Report List, you do not need to select each report individually and specify the selections.
Reports are defined by MaxBasic code. You can use the flexibility of automating reports into Report Lists. The title bar of the window includes the name and path of the Report List.
To add a Report to a Report List:
(Alt+L) button.(Ctrl+S) in the Report List form to save the list, or (F9) to run the list.Toolbar |
||
|
Expand Toolbar |
Expand the toolbar to give access to all toolbar options. Press |
|
Edit |
Open Report List Editor, to edit the options for the selected report using MaxBasic code. |
|
Duplicate |
Duplicates the selected report. |
|
Move up
Move down
|
Move the line up or down. |
|
Delete |
Delete the selected report from the Report List. |
|
Add Code |
Inserts a block of code at the selected position. Allows you to add code to be performed when the Report List is run. For example, you could add code to prompt for the period to be applied to reports in the list, then edit the code for each report in the Report List Editor to make use of that selection. |
|
Convert to Destination Prompt Report List |
Destination Prompt Report Lists have BeforeList and AfterList code blocks which prompt for selections to be applied to reports in the list. Select this to convert an existing Report List into a Destination Prompt Report list. |
Buttons |
||
|
Load... |
Load a previously saved Report List. |
|
Save... |
Save the Report List. |
|
Add To Navigator... |
Add the Report List to the Navigator, using the Script Shortcut Editor. |
|
Run |
Run the Report List. |