All messages should be posted in plain text. HTML will be converted to attachments. The meditech-l web site is MTUsers.com ======================================
Kenny, This works great in 5.5. Thanks for helping me (and others) out. Jayne West Clinical Analyst Cortland Regional Medical Center 607-756-3885 [EMAIL PROTECTED] -----Original Message----- From: Kenny Whiteside [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 14, 2006 8:46 AM To: West, Jayne; [email protected] Subject: Re: [MEDITECH-L] Clearing query in 5.5 Jayne, We are 5.5 sr1 and have similar attributes. I see nothing wrong with your attribute other than the fact that you need to place a number in front of the L in the second line of the attribute. "L" represents Length and should be the same as the length of your query response. For example, (" ":5L) would represent a blank space with a length of five characters. Try adding the number and see if that makes the difference. Otherwise, I see no reason for this not to work. If there is no response to query 1, query 2 should "erase" and skip. You may also need to check to be sure that you don't have an attribute somewhere that is nilling out /[ANS%0,"query1"]|0 by mistake. Good Luck, Kenny Whiteside Kenny Whiteside RN, BSN Patient Care Information Systems Catawba Valley Medical Center 810 Fairgrove Church Road Hickory, NC 28602 [EMAIL PROTECTED] >>> "West, Jayne" <[EMAIL PROTECTED]> 06/13/2006 11:26:39 AM >>> >>> All messages should be posted in plain text. HTML will be converted to attachments. The meditech-l web site is MTUsers.com ====================================== I have been using the following query to clear and skip query2 if query1 is blank. It does not work in 5.5. Does anyone have a usable version? IFE=IF{[ANS,"query1"]|0 1; IFE=P(R,S,(" ":L))^#, IFE=""^/[ANS%0,"query2"]|0,""} Jayne West Clinical Analyst Cortland Regional Medical Center 607-756-3885 [EMAIL PROTECTED] _______________________________________________ meditech-l mailing list [email protected] http://mtusers.com/mailman/listinfo/meditech-l
