All messages should be posted in plain text.  HTML will be converted to
attachments.    The meditech-l web site is MTUsers.com
======================================

Title: Message
Good morning everyone,
I am trying to prepare for our move to 5.5 SR2 and I am having difficulty with converting from the /S.LAST.QUERY attribute. This is what I have:
 

IFE=IF{[ANS,"MYQUERY"]|0^/VAR,

IFE=/VAR^/[ANS%0,"MYQUERY"]|0,P(R,S,/VAR)^#,""}

 
By using this attribute I am successful in defaulting the value (for MYQUERY) to my target query. My problem is this, I need to add this value to my grand total. This attribute causes my cursor to skip the query, thus leaving it out of the totaling macro. The other option that I can think of is this:
 

IFE=IF{[ANS,"NUROTTBT"]|0^/VAR,

IFE=/VAR^/[ANS%0,"NUROTTBT"]|0,P(R,S,/VAR)^#,1}
 
With this attribute, my cursor will stop at the query (which would allow the value to be totaled),  but the value will not default. Can someone with a better understanding and better attribute skills help me find a solution?
 
Thank you in advance!
 
 
Katie Wood
Applications Specialist
War Memorial Hospital
500 Osborn Blvd
Sault Ste. Marie, MI  49783
(906) 635-4663
[EMAIL PROTECTED]
 
_______________________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l

Reply via email to