Jonathan212
IS-IT--Management
Example of Selection Criteria:
{@SurgDate} = {?Date} and
isnull({pcmprocedure.deletedon}) and
{pcmProcedure.primaryProcedure} = "Y" and
isnull({pcmcase.deletedon}) and
isnull({pcmanesthes.deletedon}) and
{pcmCase.status} = 3 and
tonumber({vw_pcxPatient.medicalRecordNumber}) in [
471823 ,
967138 ,
670587 ,
958754 ,
858620 ,
754679 ,
368877 ,
975928 ,
978406 ,
343797
]
I entered that vw_pcxPatient.medicalrecordNumber information in selection formula > record and then entered {table field} in [paste here]
Getting error message: the string is non-numeric
The medical record number is a string.
Any thoughts as per how I can resolve this error message?
Using Crystal 10.
Jonathan
{@SurgDate} = {?Date} and
isnull({pcmprocedure.deletedon}) and
{pcmProcedure.primaryProcedure} = "Y" and
isnull({pcmcase.deletedon}) and
isnull({pcmanesthes.deletedon}) and
{pcmCase.status} = 3 and
tonumber({vw_pcxPatient.medicalRecordNumber}) in [
471823 ,
967138 ,
670587 ,
958754 ,
858620 ,
754679 ,
368877 ,
975928 ,
978406 ,
343797
]
I entered that vw_pcxPatient.medicalrecordNumber information in selection formula > record and then entered {table field} in [paste here]
Getting error message: the string is non-numeric
The medical record number is a string.
Any thoughts as per how I can resolve this error message?
Using Crystal 10.
Jonathan