Skip to main content
16-Pearl
February 26, 2025
Solved

In datachipfilter, is there any multiselect options of values to filter grid data

  • February 26, 2025
  • 1 reply
  • 368 views

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?

Best answer by TonyZhang

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.

 

1 reply

TonyZhang16-PearlAnswer
16-Pearl
February 28, 2025

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.