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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.