PowerTable Enduser Manual - Filter multiple values per Column

Hello Ignition Users and Developers,

i´ve included a Power Table into my Vision project that allows the users to filter specific columns like its needed.

There is also a custom filter option that allows to filter by individual conditions. When selecting e.g. "contains" as Condition a new field appears that allows to enter my Value(s).

Is it possible to filter for multiple Values within that one filed?
What will be the correct delimiter symbol used to separate the multiple values?
So in my example i would like to filter for "6110M" OR "6125M" within the same column.

image

Thanks for sharing some insights!

You could convert your operand dropdown and selection dropdown to a template, and then, use a template repeater to enable the user to add additional rows of filter dropdowns as needed.

I've also created a multiselect dropdown that is available for free on the ignition exchange that could be used to allow multiple filter items per column with a single operand selection:
https://inductiveautomation.com/exchange/2581/overview

1 Like

I think you want to use the 'Is In' condition, and then separate your values with semicolons:

From this document, page 46:

3 Likes