Grouping based on more than one value

Confluence User - 23 Nov, 2017

Hello experts. We need to implement some restrictions in a checkbox type control based on grouping, BUT, they depend on another control taking some of a list of values (not a single value). Is it possible that the grouping field in the options of the checkbox field contains more than one value to be evaluated?

grouping;options

2


23 Nov, 2017
confluenceUser
confluenceUser

Hi

You can use the JDBC Options Binder Plugin .

The JDBC Options Binder Plugins allows you to use SQL Select statements, to retrieve and populate 3 types of form elements:

  • Checkbox
  • Radio
  • SelectBox

The data could come from the default Joget database or an external database source of your choice.

23 Nov, 2017
confluenceUser
confluenceUser

I think I did not explain myself. I need the options to be filtered dynamically, according to compound conditions from the value of another field of the same form. With grouping that can be done, as long as the visibility of the option depends on a single value of the field. However, if the option can be shown if the field took a value or another, then grouping no longer works. So I thought that the most expeditious way to achieve this was not with the grouping feature, but through the extra filter condition application. However, in this option it is possible to invoke dynamically the value of a field of the same form to compare it? Something like: e.customProperties.field1 LIKE "# requestParam.field2 #" Where field2 is a field of the same form

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print