lindagoodwin
IS-IT--Management
I am using Crystal 10.0.
I am working with a number field (Patient MRUN). I only need records for patients that the last two digits of the Patient's MRUN is from 50 - 99.
Example:
Field is formatted like this
67,610.00
I use the following formula to have it format correctly.
picture(totext({V_ABSTRACT_CONCISE.PATIENT_MRUN},"0000000"),"xxx-xx-xx")
It now reads 006-76-10. I only need to pull records for patients with the last two digits of 50 - 99.
Any help would be greatly appreciated. Thank you
I am working with a number field (Patient MRUN). I only need records for patients that the last two digits of the Patient's MRUN is from 50 - 99.
Example:
Field is formatted like this
67,610.00
I use the following formula to have it format correctly.
picture(totext({V_ABSTRACT_CONCISE.PATIENT_MRUN},"0000000"),"xxx-xx-xx")
It now reads 006-76-10. I only need to pull records for patients with the last two digits of 50 - 99.
Any help would be greatly appreciated. Thank you