Hi Isomorphic,
I'm building a Layout with a couple of DynamicForms used as Criteria-generators for a ListGrid. Before I only had one DynamicForm, but in order to group different fields, I now use three DynamicForms.
I fed the Criteria to ListGrid.fetchData() with resultGrid.fetchData(myBigDF.getValuesAsCriteria());
Now I'd like to use a ValuesManager for the three DynamicForms and get the combined Criteria from the ValuesManager, but the needed APIs are missing. Could you add:
as AND-combination of the underlying DynamicForms?
Thank you & Best regards,
Blama
I'm building a Layout with a couple of DynamicForms used as Criteria-generators for a ListGrid. Before I only had one DynamicForm, but in order to group different fields, I now use three DynamicForms.
I fed the Criteria to ListGrid.fetchData() with resultGrid.fetchData(myBigDF.getValuesAsCriteria());
Now I'd like to use a ValuesManager for the three DynamicForms and get the combined Criteria from the ValuesManager, but the needed APIs are missing. Could you add:
- ValuesManager.getValuesAsAdvancedCriteria()
- ValuesManager.getValuesAsAdvancedCriteria(TextMatchStyle textMatchStyle)
- ValuesManager.getValuesAsCriteria()
as AND-combination of the underlying DynamicForms?
Thank you & Best regards,
Blama
Comment