[Tb] how to test wether a date attribute has value or not

From: BnUz <bennnuz__AT__airpost.net>
Date: Fri Apr 30 2004 - 22:17:21 EDT

i have a list of notes that represent projects, each of them has a
begindate and enddate (or not if the project is not finished).

i would like to test wether a project is finished or not (= when endate
is "never"), i tried this in template but it didnt work:

                        ^if(^equals(^get(enddate),never))
                                        ongoing project
                        ^else ^get(end,"y")
                        ^endif
why?

thx

b.

Received on Fri Apr 30 22:17:21 2004

This archive was generated by hypermail 2.1.8 : Wed Dec 14 2005 - 10:45:20 EST