The Generate Report wizard will open. In the first step (Template), select the template to use for generating the report. Click Next to proceed.
In the Filters step, you can add one or more filters to refine the report data.Each filter is built by selecting:
Click Next to continue.
This step is optional. If you don’t need filters, click Next to skip.
- Database — the data source connection to query.
- Table — a table from the selected database schema.
- Field — a column from the selected table.
- Operator — the comparison logic to apply.
- Value(s) — the value(s) to compare against.
| Operator | Description |
|---|---|
| Equal | Exact match. |
| Greater Than | Field value is greater than the specified value. |
| Greater or Equal | Field value is greater than or equal to the specified value. |
| Less Than | Field value is less than the specified value. |
| Less or Equal | Field value is less than or equal to the specified value. |
| Between | Field value is within a range. Enter two values separated by comma (e.g., 10, 20). |
| In | Field value matches any of the specified values. Enter multiple values separated by commas. |
| Not In | Field value does not match any of the specified values. Enter multiple values separated by commas. |
In the Review step, review the selected template and applied filters. If everything looks correct, click Generate Report.
The Generate step will display the generation progress. After completion, the wizard will close automatically.
Reports are generated asynchronously. If something goes wrong (e.g. the report fails), you can view error details and try again with the same parameters.

