In chipdatafilter, we want to filter one column using multiple values. Example, I want to filter ColoursColumn in grid data using three values like Red,Orange,Yellow. How to do this.
Is there any way to multiselect options of values to filter grid data?
Solved! Go to Solution.
Hi @AP_10343008,
Unfortunately, there is no multiselect option.
Alternatively, you can enable ShowAndOrOperator for DataChipFilter.
Add 3 filter conditions: ColoursColumn is Red, ColoursColumn is Orange, ColoursColumn is Yellow, and select OR for the join type to achieve this.
Hi @AP_10343008,
Unfortunately, there is no multiselect option.
Alternatively, you can enable ShowAndOrOperator for DataChipFilter.
Add 3 filter conditions: ColoursColumn is Red, ColoursColumn is Orange, ColoursColumn is Yellow, and select OR for the join type to achieve this.