sjc1956
Technical User
- Jan 14, 2004
- 19
This is a subreport that is showing entries in a patient's chart. I want only the last entry which is a text_parm determined by the last entry time.
{c_text_parm.emtek_id} = {?Pm r_adt_core.emtek_id} and
isnull ({c_text_parm.changed_date}) and
{c_text_parm.object_name} like 'C_NEWGU3' and
not ({c_text_parm.text_value} like ['Tol*','Cath','has*','*clamped*']) and
{c_text_parm.time_for} > (CurrentDateTime -1.0)
{c_text_parm.emtek_id} = {?Pm r_adt_core.emtek_id} and
isnull ({c_text_parm.changed_date}) and
{c_text_parm.object_name} like 'C_NEWGU3' and
not ({c_text_parm.text_value} like ['Tol*','Cath','has*','*clamped*']) and
{c_text_parm.time_for} > (CurrentDateTime -1.0)