Navigator > Setup > Report Designer
Select or develop an SQL Query using the Edit Query button before you design a report.
Reports are made up of Bands laid on the page in a sequence determined by the Band type. Components are placed in Bands, and then properties are applied to the components. See Report Designer Band Selection.
GL Financial Report Designer and Report Designer include wizards, that help you build bands and fields to design a report. Click Wizard
to use the wizard to generate a report.
Main menu |
|||
File Menu |
Some file menu options are also displayed on the Menu toolbar, see below. Click Use The last 9 files accessed are listed at the end of the menu. |
||
Edit Menu |
You can use shortcut keys. You can also right-click on objects to bring up the edit menu options. |
||
View Menu |
You can show or hide the Property Editor, Iterators and Code Editor. View All Code replaces Report Designer windows with a single multi-panel view of the MaxBasic code. Preferences opens the Report Designer Preferences. |
||
Menu toolbar |
|||
|
New |
Create a new report. |
|
|
Open |
Open an existing report. |
|
|
Save |
Save the report. On save, the previous design version is retained as a backup copy. The backup copy has the original design file name with the extension .BAK. Previous backups of the design file will be renamed to increment the backup extension .BAK to .BK1, .BK1 to .BK2 and so on, through to .BK8 to .BK9. The oldest backup, previously .BK9 will be overwritten. Recover previous versions by loading the backup file and saving it under the correct file name. |
|
|
Generate using wizard |
Only available for Report Designer and GL Financial Report Designer. See Report Designer Wizard. |
|
|
Export Column and Row Wizard |
Opens the Export Column and Row Wizard to analyse Label and Expression components, and adjust Columns, Rows and Column Width properties to be valid for exporting. |
|
|
Export Column and Row Checker |
Opens the Export Column and Row checker. This checks for conflicts and expressions and labels not exported. |
|
|
Execute Report |
Run the report. You can test against the number of records specified in Report Designer Preferences. Results are shown on the screen in Report Preview. |
|
|
Run report to PDF |
Run the report to PDF format and view in PDF Viewer. Note: If you experience issues with Adobe pdf reader running embedded or prefer to open in your default PDF Viewer Unselect the Use Adobe PDF reader embedded preference under View > Preferences > Trouble-shooting tab. |
|
|
Cut |
Cut selected component, text or figures to the clipboard. |
|
|
Copy |
Copy selected component, text or figures to the clipboard. |
|
|
Paste |
Paste previously cut or copied component, text or figures from the clipboard. |
|
|
Undo |
Undo the last editing operation.
|
|
|
Redo |
Redo the last editing operation. |
|
|
Filter Selection Types |
Use the filter to only select components of a particular type. When a filter is applied, use |
|
|
Filter Types |
When Filter Selection Types is applied, this lists the types of components selected in the filter. |
|
|
Encoding |
File encoding for the report is displayed. Default File Encoding may be changed in System Settings - Encoding. Saving a file will use the selected encoding. |
|
Iterator Panel (Custom Reports) |
|||
Query Bands |
Click |
||
Edit Query |
Edit the SQL Query for the report. Opens the Report Designer - Edit Query form. |
||
Iterator Panel (Document Designers) |
|||
The fields for a pre-defined panel are: |
|||
Name |
Iterator name, indicating the iterator's use. For referring to iterators in MaxBasic code, add the prefix "it" to the name (for example, itLines). |
||
Bands |
Select the Detail Bands from the Design Window to use to render the data for this iterator. Normally there would be a single band per iterator but multiple bands are permitted, usually when a band is optional, depending on the data being printed. To select (or reorder) the bands for an iterator, click |
||
Sort Order |
Iterators that iterate over multiple records provide optional sorting of those records. To add a sort, click |
||
Filter |
To apply a filter to select a subset of the available records, click |
||
Property Editor |
|||
The Property Editor shows the property settings for the component selected in the Design Window. If more than one component is selected, properties for the selected components are shown. Components can also be selected from the drop down at the top of Property Editor (listed alphabetically). See also the Report Designer Report Properties. |
|||
Property Name |
The Component's Property Name is displayed above the Property Editor. Drop down to select a different component. Click |
||
Code Properties |
Code properties display (Code) as their Value in the Property Editor. To view the code:
Code Editor is available for the:
|
||
Users Property |
Click |
||