Previewing a Query
To preview a query, follow the steps below:
- In the Query Editor, select Preview. The Preview Option dialog appears.
- In the Max Records text box, specify the maximum number of records to be displayed.
- In the Records per Page text box, specify the number of records displayed on one page.
In the Range box, specify the range of the records for previewing.
- Max Records
If checked, the Max Records option will take effect. - All
If checked, all the records will be displayed when you preview the query, and the Max Records option will be disabled.
- Max Records
- Select OK. If the query has parameters, you will be prompted to enter the parameter values.
The Preview dialog appears showing the records. In the dialog, JTable is used to display the result set. When you open the dialog, the result set is cached, and when you close the dialog, the result set is released.
- Select , , and to browse the records. If the type of the result set is TYPE_FORWARD_ONLY, the last page button will be disabled until you have browsed the last page.
- To refetch the result set, select Refetch. Select Stop to stop Logi JReport from refetching the result set.
- To print the result set, select Print . If you want to preview the result set before printing, select Print Preview.
- If you want to set up the page parameters, select Page Setup.
- Selectthe close button of the dialog to close the Preview dialog.
Notes:
- The values shown in the Preview Option dialog when it appears are the default values. These values can be specified in the Query Editor category in the Options dialog.
- If there are a large number of records in a query, it may take a long time when previewing the query and possibly run out of memory. In this case, it is best to use a parameter value which returns a small number of records.
- When you preview a query, values from computed columns are shown in the Preview dialog, while results of formula fields are not shown.