07.05.2007
Quick tip: FTSearch for field is blank
>>Author: Bernd Hort
>>Ort: Hamburg
URL: http://www.assono.de/blog/d6plinks/BHOT-72YFCLCategory: Quick-Tipp
As Andre Guirard pointed out in his Blog a fulltext search for an empty field is possible. The syntax to search for a none empty field is
[Feldname] is present
If the aim is to search for a empty field the search query has to be provided with a NOT. So if you want to search for a todo with no one assigned to the query would be
[Form] = "Todo" AND NOT [AssignedTo] is present
if the form is "Todo" and the person assigned to is in the field "AssignedTo".
