0

Is it possible to create a filter based on whether a custom field (long text) is blank or not.

Ex: I've added a custom field (long text) called OpenQuestions. I want a filter/search that shows all cases with OpenQuestions (where it's not blank).

flag

1 Answer

1

You should do this by searching for the wildcard "*", i.e.

CustomField:"*"

for a custom field with the surprising name of CustomField.

See also this article.

link|flag
I tried that originally and it returned back everything. – Mike Wachner Jun 10 2011 at 22:23
Just tried it without the dash at the beginning and it works! CustomField:"*" – Mike Wachner Jun 10 2011 at 22:24
Oops, yes, my mistake - what I gave will return all the cases where the field is blank! I'll fix the question. – James McLeod Jun 11 2011 at 1:12
not may day - in my last comment, s/question/answer/... – James McLeod Jun 11 2011 at 23:31

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.