worldchanger
MIS
I have one field that has all numbers in it, but one record contains alphanumeric. For example I'm filtering out all of the records based on numbers:
Where ((object is between 30000 and 50000) ...
I have one file that is valid and it's 98E35. This causes problems when I'm trying to filter it out. Is there anyway to do a match based on the 98 part and exclude it because it's in the 98000 section even though it has an E in it? For system use it's considered to be in the 98000 section and I need to exclude it in my results. How can I do this?
Where ((object is between 30000 and 50000) ...
I have one file that is valid and it's 98E35. This causes problems when I'm trying to filter it out. Is there anyway to do a match based on the 98 part and exclude it because it's in the 98000 section even though it has an E in it? For system use it's considered to be in the 98000 section and I need to exclude it in my results. How can I do this?