I have a question that I thought would be trivial, but it ins’t ^^
I have a repeating group. It contains a datatype and I want to filter after a field, that is a boolean (yes/no).
I want to see everything if nothing selected, and than depending on the selection the entries with yes or no. Therefore, I can’t use a checkbox, because I need 3 options.
Dropdown and Radio Buttons don’t do the job (I guess I am too dumb).