Why do the following queries produce different output:
( resolution != Fixed)
and
( resolution != Fixed or resolution is empty)
the first query does not show unresolved issue - just resolved set with a resolution which is not fixed. This is confusing