DatGridWindow Filter: useage

Hi.

I’m hoping someone can provide advice on how to use the Filter: capability within DataGridWindow configuration. I have a data grid configured to display a template array tag, and was hoping to be able to use a filter to control the displayed rows. Is this possible or am I misunderstanding the intended use of the Filter: facility? I have tried many expressions without any success and haven’t found any relevant documentation.

Any advice will be appreciated.

Regards,
Greg Shearer

Just letting you know I worked it out!
Just had to use the right quotation marks in the expression :slight_smile:

Hi Greg,

Thanks for your question, just to let you know all of our filters are based on SQL, so here are some examples of how you can use this feature.

In the first example you can filter by the exact name:

In this second example, you can filter using a tag:

In this third example we are filtering by a part of the name, we used “Time”, and the filter shows every name that contains the word “Time”:

If you need something else, please let us know.
Best Regards,
Tatsoft Team.