View Single Post
Old 10-19-2014, 04:28 PM   #3
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,778
Karma: 30237628
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Adoby

@pghaworth - Say I have 2 VLs 'Final' and 'Later' defined as:

'Final' VL search term - #status:"=Final"
'Later' VL search term - tags:"=_later"

I could define a 'None of the Above' VL with this search term:

(not #status:"=Final") and (not tags:"=_later")

The parentheses may not be absolutely necessary, but I think they make the expression easier to comprehend, in complex expressions that mix 'and-ing' and 'or-ing' they are more or less obligatory.

In the above sample #status is a custom column, that is what the '#' denotes. If you hover the pointer on column header the 'internal' column name is displayed in a tooltip (same for a VL tab, the search term is displayed if you hover the pointer on them).

BR
BetterRed is offline   Reply With Quote