View Single Post
Old 07-06-2013, 03:13 PM   #1
HFC3
Enthusiast
HFC3 began at the beginning.
 
Posts: 30
Karma: 10
Join Date: Apr 2013
Device: Kindle Touch
[SOLVED] NOT EQUAL (!=) and OR in Search

How do you code a "not equal" condition in a search filter?

Help says any Python expression is accepted, but I can't get != to work;
{field}!={value}
{field}:!={value}
{field}:!{value}

All return no results.

Also, how do you code an OR? .{val}.{val} works for an itemized list field as an AND, but how would I code an OR?

And, how do you code an AND or an OR where the blank value is also OK?

Thanks!

Last edited by HFC3; 07-07-2013 at 03:12 AM. Reason: Annotate solved
HFC3 is offline   Reply With Quote