Enumeration in checkbox (filter)

0
Is it possible to put enumeration values in checkboxes so i can filter based on selected checkboxes? 
asked
3 answers
1

Yes. Add any enumeration-typed attribute to the searchbar, set the resulting searchfield’s property “Allow multi-select” to Yes.

Unfortunately you can only select one default value. Not two or more.

answered
0

Currently I have the following:
- I have a dataview with radiobuttons (source = entity) → The “RadioButton OnChange event” triggers a microflow to update the filter for the listview.
- I have a listview containing data, based on the filter selected in the dataview. The source of the listview is a microflow. The microflow contains a “retrieve list” and a “filter list”.

What I want to do is instead of using the radiobuttons as filters, I want to use checkboxes.  
 

answered
0

You should take a look at the anysearch widget or the advanced Grid Search. If you take a look at the demo app with it, it should be very helpfull

answered