Dynamic filter options for Filter Table

How can I achieve a dynamic filteroptions for Filter Table? I want to activate any filters containing the letters “QFP” only. The letters QFP has to be side by side not found individually along the numerous filter strings.

tried new string {DT.Columns[“PKG”].Contains(“QFP”)} in filteroptions but to no avail

Hi,

We need to create string array for filter in advance, in this case.
Hope the following helps you.

Sample20210510-1.zip (10.2 KB)

If you want to filter your datatable, can you try FilterDataTable activity?

Regards,

Thanks as usual ^^

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.