Filter Editor example

This a worked example of using the Filter Editor to create a more complex filter.

The requirement

In the Case List you only want to display the cases that were open at a certain date.

In this example that date is July 1, 2017.

The solution

The filter below can achieve this:

Analysis

We can't just select all cases opened on or before July 1st 2017 because that would include cases that had also been closed by that date. We are only interested in open cases.

Thus, this filter looks at two case fields:

It needs to select cases where:

  • the case was opened on or before July 1st 2017
  • AND

    • EITHER it was closed after July 1st 2017
    • i.e. it was open on that day and only closed later

    • OR it is still open
    • i.e. it hasn't ever been closed

Create and use filter