Table filter -if added view path

In perspective table filter is enabled, for one of the column we added view path ,from their we are getting value ,for this particular column filter is not working ,any solution?

The main table filter only knows about the data in the whole table.
The column filter only knows about the data in the column.

If you are passing a parameter or value to a column view and it is performing a lookup or transforming the value somehow, the filter will not be able to see the altered value.

1 Like

is there any way to resolve this type of issues?

No, the table does not know what is inside the cell views.

It's not an issue. It's by design.

Show an example of the data being returned in the column and how you are transforming it in the view. Please see Wiki - how to post code on this forum.