Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Panel | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||
高级表单行数据绑定器是 表单数据绑定器的扩展版本 。它允许您以 引导和友好的方式添加 筛选条件。Advanced Form Row Data Binder is an extended version of the default 表单数据绑定器. It allows you to add in Filter Conditions in a guided and friendly manner. |
Panel | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||
这个特性在Joget Workflow v6中得到了增强。This feature has been enhanced in Joget Workflow v6. |
Figure 图 1: Advanced Form Data Binder Properties高级表单绑定器属性
名称 | 描述 | |||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
表单 | 源表单来检索数据。 | |||||||||||||||||||||||||||||||||||||
关联数据表 | ||||||||||||||||||||||||||||||||||||||
Name | Description | |||||||||||||||||||||||||||||||||||||
Form | Source form to retrieve data from. | |||||||||||||||||||||||||||||||||||||
Joins Form Data Table |
|
Figure 图 2: Advanced Form Data Binder Properties - Advanced - Filter高级表格绑定器- 高级 - 过滤器
名称 | 描述 | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
筛选条件 | 筛选条件
| ||||||||||||||||||||||||||||
附加条件 | 用于筛选数据集的附加条件。HQL是在这里预期的。
| ||||||||||||||||||||||||||||
Name | Description | ||||||||||||||||||||||||||||
Filter Conditions | Filter Conditions
| ||||||||||||||||||||||||||||
Extra Conditions | Additional condition(s) for filtering the data set. HQL is the expected here.
Hash variable is accepted here.这里接受哈希变量。
Userview Key can be used as part of the condition. 可以用作条件的一部分。
|
Figure 图 3: Advanced Form Data Binder Properties - Advanced - Aggregate Query高级表单绑定器 - 高级 - 聚合查询
Info | ||
---|---|---|
| ||
This is a new feature in Joget Workflow v6. | ||
| ||
这是Joget Workflow v6中的一个新功能。 |
名称 | 描述 |
---|---|
聚合字段 | 选择字段是汇总。
在上面的示例截图中,“数量”字段将被放入“总和”功能,“计数”将被应用于“标题”。 |
Group By | 将分组子句/功能添加到最终的数据集。这可以与上面的筛选条件一起使用。 在上面的示例截图中,“金额”字段将由“索赔人”加总,显示在每个记录行中。 |
表达式列 | HAVING子句使您能够指定在最终结果中显示的组结果的筛选条件。WHERE子句将条件放置在选定的列上,而HAVING子句将条件放置在GROUP by子句所创建的组中。 |
Name | Description |
Aggregate Fields | Select field is to aggregated.
In the sample screenshot above, the "amount" field will be put into the "Sum" function, and "Count" will be applied to "title". |
Group By | Add grouping clause/function to the eventual data set. This can be used together with Aggregate Fields above. In the sample screenshot above, the "amount" field will be summed up by "claimant", shown in per record row. |
Having Conditions | 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 |
The configurations shown in Figure 3 will produce the following sample result.图3中显示的配置将产生以下示例结果。
Figure 4: Sample result图4:示例结果