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

Hi John,

These steps should work for you:

1)      Create a field called xx.stmt.date with the attributes DAT=DATE10, 
LEN=10, and VAL=""

2)      Put this field on your report wherever you like, but place it as you 
would a multiple, on two lines, one on top of      the other.

3)      Add a line attribute to the first of those two consecutive lines.  The 
line attribute will be MV=S

4)      Add a footnote to launch a macro.  I am not sure what your exact Sort 
Fields are.  You might want to just run the       Footnote at your Detail 
region, so the Footnote will be:        AL D detail.macro

5)      File and translate your report.

6)      Go back to page 3, and find your xx.stmt.date field in the bottom of 
the screen, and make note of the field number      (it will appear to the left 
of the field name)

7)      Create a macro called stmts with the following code:

        "O"^txn.class,
        ""^txn.urn,
        [EMAIL PROTECTED](txn.urn) IF{"S"[EMAIL PROTECTED] 
@txn.ser.date^/MV["S",txn.urn,FLD]}}

8)      Replace FLD with the number of the field you used for the xx.stmt.date 
field.

9)      File and translate your macro.

10)     File and translate your report.

I think that should do the trick.

Good luck,

Brian Schmit
Sr. Programmer, Picis
Direct: 781 557 3315
Fax: 781 557 3140
100 Quannapowitt Parkway
Suite 405
Wakefield, MA 01880
[EMAIL PROTECTED]
www.picis.com

Please visit http://www.picis.com/services/technical/npr.asp# for additional 
information about our NPR Report Writing Trainings.

The information in this email is confidential and may be legally privileged. It 
is intended solely for the addressee. Access or use by any other person to this 
internet email is not authorized and may be unlawful. If you are not the 
intended recipient, please delete or destroy this email. If you do not wish to 
receive future emails from the sender, please reply directly to this email 
requesting you be removed from any mailing list.


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Aloisio, John
Sent: Monday, August 14, 2006 3:56 PM
To: [email protected]
Subject: [MEDITECH-L] Statement date


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


_______________________________________________
meditech-l mailing list
[email protected]
http://mtusers.com/mailman/listinfo/meditech-l

Reply via email to