Page 1 of 1

Posted: Thu Dec 01, 2005 12:08 am
by jenkinsrob
You need two links coming out of your nested condition.

Choose "Custom - Conditional" for the Expression Type and use the following code in the Expression fields

oconv(Date(),"DWA")="SATURDAY" --Link goes to JobS
oconv(Date(),"DWA")="WEDNESDAY" --Link goes to JobW

Posted: Thu Dec 01, 2005 2:18 am
by ray.wurlod
LHS and RHS are metasyntactic variables - placeholders if you prefer. The pseudo-expression LHS=RHS serves only to remind you that whatever expression you use here must be resolvable in a Boolean context - that is, generate a true/false value.

Posted: Thu Dec 01, 2005 3:48 am
by kkreddy
thanks for u r replies and one more
is there any way to test expresion like to see the output of a expression
like this oconv(Date(),"DWA")
jenkinsrob wrote: oconv(Date(),"DWA")="SATURDAY" --Link goes to JobS
oconv(Date(),"DWA")="WEDNESDAY" --Link goes to JobW

Posted: Thu Dec 01, 2005 4:50 am
by ray.wurlod
Put it in a server Routine and use the Test button there.