Notifications
Clear all
Topic starter
I need some help with Crystal Reports. I am trying to run a report that gives me only active medications. I tried to enter the "1e35" into the formula to retrieve only medications with this XID number, but it doesn't work. Does anyone know what I'm doing wrong or can give me some tips on using XID to sort only active meds and problems?
Thanks,
Rebecca Higdon
Department of Family Medicine
UT Graduate School of Medicine
Knoxville, TN
Posted : August 17, 2012 1:15 am
{ORDERS.XID} = 10^35
Posted : August 17, 2012 1:31 am
10^35 isn't enough. You need to check for MEDICATE.STOPDATE > {?DateEnd} and MEDICATE.STOPREASON IS NULL (whatever syntax you use...)
Posted : August 17, 2012 5:31 am