12-18-2018 01:33 AM
Hello,
Is there a way to set interdependent filters in a form list like we can have in a form?
Any idea is appreciated.
Thank you!
Yohann.
12-18-2018 02:39 AM
Hi Yohann,
filters work already this way, if you set more than one filter they get applied in AND. If you need to do more complex logic you can use the FILTER placeholder to refer to a specific value set by the user.
HTH,
Stefano
12-18-2018 07:58 AM
Hello Stefano,
I meant that values shown in a combobox list is filtered by the value entered in another filter.
Thank you!
Yohann.
12-19-2018 12:49 AM - edited 12-19-2018 12:50 AM
Hi Yohann,
I'm afraid this is not possible since Filter values are loaded just on list load.
I guess the only workaround would be to use a formtable in a standard form and build the filter "manually".
Stefano
05-24-2019 12:20 AM
Hi Stefano,
might there be a trick mit JavaScript to solve the problem by reloading the FormField and the value is changed ? or will the fact that the value are only loaded with the list prevent it to work?