Notifications
Clear all
Topic starter
I am writing a Crystal Report that pulls current medications. I am trying to sort by medications that have an XID of 1.00e+018 to have only those medications that are active. I keep trying to create a formula, but it will not accept the formula. Can anyone tell me what I am missing?
Thanks!
Rebecca Higdon
(865)305-5856
Posted : December 12, 2012 6:09 am
10^35
Posted : December 12, 2012 6:20 am
convert XID to a string using cstr(), filter on "1.00e+018"
Posted : December 12, 2012 7:34 am
Topic starter
Thank you all so very much!! I got it to work! Thanks bunches!!!
Posted : December 13, 2012 12:09 am