Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
This is a new feature in Joget DX 8
Database Wizard for Loading to the List is a new feature introduced in Joget DX 8. Database Wizard allows the user to integrate external databases as a source in a Datalist Builder. Instead of dealing with SQL code, users can now visually configure database connections, queries and updates.
To use the Database Wizard inside a Datalist, here are the steps:
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Datasource |
By selecting Default Datasource, the database your Joget is currently using will be selected. | ||||||||||
Custom JDBC Driver | Custom JDBC Driver. This field is required when Custom Datasource is selected in Datasource above. Example: | ||||||||||
Custom JDBC URL | Custom JDBC URL. This field is required when Custom Datasource is selected in Datasource above. Example: | ||||||||||
Custom JDBC Username | Custom JDBC Username. This field is required when Custom Datasource is selected in Datasource above. | ||||||||||
Custom JDBC Password | Custom JDBC Password. This field is required when Custom Datasource is selected in Datasource above. Test the connection parameters Click on the "Test Connection" button at the bottom of the page to quickly test out your configurations. | ||||||||||
Table | Choose a Table from the database as a source to retrieve data. | ||||||||||
Joins Form Data Table | Joins Form Data Table
| ||||||||||
Primary Key | Define the primary key column. By default, it should be "id". |
Name | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Filter Conditions | Filter Conditions
| ||||||||||
Extra Conditions | Additional condition(s) for filtering the data set. HQL is expected here. |
Name | Description |
---|---|
Group By | Add grouping clause/function to the eventual data set. This can be used together with the Aggregate Fields above. |
Aggregate Fields | This field will be displayed once any number of columns has been added to the Group By field. The select field is to aggregate.
|
Having Conditions | This field will be displayed once any number of columns has been added to the Group By field. The HAVING clause enables you to specify conditions that filter which group results appear in the final results. The WHERE clause places conditions on the selected columns, whereas the HAVING clause places conditions on groups created by the GROUP BY clause. Read more at http://www.dofactory.com/sql/having |
Name | Description |
---|---|
Expression Columns | An additional column can be added to this expression column using Hibernate Query Language (HQL). This is especially useful when you need to perform additional computation on multiple columns. |