Filter in table

The tag historian doesn’t offer that feature built-in. You will need to move the binding to a custom property and perform the filtering action yourself. You can do this with a script, but for convenience I recommend the view() expression function from my free Simulation Aids module.

You would bind the original table’s data property with an expression like this:

view("Select * Where someColumn==someConstant", {Root Container.path.to.custom.prop})