Similar to a playlist, a filter allows you to run a specific set of tests. This works by providing a Category at a TestFixture. This allows you to execute only the tests inside a TestFixture with your chosen category.
{TestFixture}
{Category(MyTestCategory)}
CLASS MyTestFixture
VAR
_myVariable : INT;
END_VAR
....