
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