...
If a similar functionality is needed, but in the context of data other than dates or DateTimes, eg filtering out results whose IDs are not are between 5 and 11, that functionality MUST be mimicked by creating two filters. An example of such two filters can be two filters with respective Comparison Types of LessThan, with a parameter value of 11 and GreaterThan, with a parameter value of 5.
...