cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

ThingWorx Navigate is now Windchill Navigate Learn More

Translate the entire conversation x

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

AP_10343008
16-Pearl

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

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?

ACCEPTED SOLUTION

Accepted Solutions

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.

 

Tony

View solution in original post

1 REPLY 1

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.

 

Tony
Announcements


Top Tags