The Query Builder Engine allows administrators to create dynamic SQL queries without manually writing complex SQL statements. Queries can be used by List Views, Form Views, Dashboards, Reports, APIs, and Workflow Automations.
Query Builder provides a visual interface for designing SQL queries dynamically.
| Field | Description |
|---|---|
| Query Builder Name | Business-friendly query name. |
| Query Builder Slug | Unique query identifier. |
| Base Table | Main table used by the query. |
| Query Description | Description of query purpose. |
| Query Type | SELECT, INSERT, UPDATE or DELETE. |
| Store Variable | Variable name used to store query results. |
Select the fields that should be returned by the query.
Joins connect multiple tables together for retrieving related information.
Conditions filter records returned by the query.
Group records for aggregations and reporting.
Apply filters on grouped results.
Sort query results using one or more fields.
Control the number of records returned by the query.
| Limit | Maximum number of rows. |
| Offset | Skip records before retrieval. |
| Action | Description |
|---|---|
| Save Query | Save query configuration. |
| Generate Query | Automatically generate SQL. |
Retrieve data for grid displays.
Feed charts and analytics.
Generate API datasets.
Power workflow automation.