10 Dec
2001
10 Dec
'01
2:48 p.m.
On Mon, 10 Dec 2001 16:22:57 +0200, "Jean Jordaan" <jean@upfrontsystems.co.za> wrote:
Hi all
I'm sure this is dead simple, but I'm not getting it. How do I do this? ::
brains = catalog( Status != 'dismissed' , meta_type = 'Reminder' )
Specifically, that "!=" inequality condition. I want all reminders that aren't dismissed.
If you know all possible status values: catalog( Status = ['outstanding','cancelled','anything else'] , meta_type = 'Reminder' ) Toby Dickenson tdickenson@geminidataloggers.com