try it this way

<@IF EXPR="<@COLUMN enrollment.attendance> = 1">
        Not Completed
<@ELSE> 
        Completed
</@IF>


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Campbell, Steve V.
Sent: Friday, August 02, 2002 11:29 AM
To: Multiple recipients of list witango-talk
Subject: RE: Witango-Talk: <@IF EXPR>


Hello

I am trying to do an if statement to check for a result. Basically if
the number in a column is "so and so" then I need it to do <@else>  "so
and so">

This is my code:

<@IF VALUE=<@COLUMN "enrollment.attendance"> 1
<@ELSE> 
        Completed
</@IF>


I have three of those for completed, no showed and cancelled all back to
back.  All of them look like the above, but it's not working.  

Should it be <@IF EXPR= expr, etc.>??

Thanks for any help...

Steve 
________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to