All messages should be posted in plain text. HTML will be converted to attachments. The meditech-l web site is MTUsers.com ======================================
Ooopppsss, sorry about that, your right it should have been a ! instead of a &. Sorry for the confusion. -----Original Message----- From: Ken MacPherson [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 8:29 AM To: Lovelace, Chuck; 'Janet Austin'; Meditech-L (E-mail) Subject: RE: [MEDITECH-L] CDS MULTIPLE ATTRIBUTE Hi Janet I think the answer below has a syntax error IFE=IF{("S"=[ANS,"NURAR"]|0)&("SF"=[ANS,"NURAR"]|0) 1;""} should be IFE=IF{("S"=[ANS,"NURAR"]|0)!("SF"=[ANS,"NURAR"]|0) 1;""} Hope this Helps Ken -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Lovelace, Chuck Sent: Wednesday, June 28, 2006 9:15 AM To: 'Janet Austin'; Meditech-L (E-mail) Subject: RE: [MEDITECH-L] CDS MULTIPLE ATTRIBUTE All messages should be posted in plain text. HTML will be converted to attachments. The meditech-l web site is MTUsers.com ====================================== Try this one... IFE=IF{("S"=[ANS,"NURAR"]|0)&("SF"=[ANS,"NURAR"]|0) 1;""} -----Original Message----- From: Janet Austin [mailto:[EMAIL PROTECTED] Sent: Monday, June 26, 2006 4:25 PM To: Meditech-L (E-mail) Subject: [MEDITECH-L] CDS MULITPLE ATTRIBUTE All messages should be posted in plain text. HTML will be converted to attachments. The meditech-l web site is MTUsers.com ====================================== I am using this attribute to stop at a query if the answer to a group response is "S" IFE=IF{[ANS,"NURAR"]|0="S" 1;""} Now I would like for the cursor to stop here if the answer to the same group response is "S" or "SF" Everything I seem to try is not working. Any help would be greatly appreciated. _______________________________________________ meditech-l mailing list [email protected] http://mtusers.com/mailman/listinfo/meditech-l _______________________________________________ meditech-l mailing list [email protected] http://mtusers.com/mailman/listinfo/meditech-l _______________________________________________ meditech-l mailing list [email protected] http://mtusers.com/mailman/listinfo/meditech-l
