First of all, I am running Crystal 9 with SQL 2000.
I have a field in a vendor's database called "crscore" that is integral in a variety of my reprots. The field used to be numeric, and has been converted to a string to accomidate the very few people who do not have a score, but instead display an error message. Now all of my reports bomb even when I try to convert the field to a numeric, because the system finds the non-numeric values.
Basically I need to find a way to tell the system to ignore all strings that are not composed of numbers. Is there a way to do this? I can't filter on the non-numeric error message, because it is varied.
I have a field in a vendor's database called "crscore" that is integral in a variety of my reprots. The field used to be numeric, and has been converted to a string to accomidate the very few people who do not have a score, but instead display an error message. Now all of my reports bomb even when I try to convert the field to a numeric, because the system finds the non-numeric values.
Basically I need to find a way to tell the system to ignore all strings that are not composed of numbers. Is there a way to do this? I can't filter on the non-numeric error message, because it is varied.