When I create a quick filter where I exclude for instance two story parents, the filter also excludes the EMPTY parent. And I want to see the EMPTY parent stories using this filter. How to gfix this?
Hi Nikola,
Thanks for your fast answer. This is an example of the filter that I'm referring to (and excludes empty ones as well)
Parent != SCRM-1625 AND parent != SCRM-1679
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I included
OR parent IS EMPTY
at the end of the query, and the filter works good now.
Thanks a lot!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I included IS EMPTY at the end of the query. Works now!
Thanks for your suggestion :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.