I am using Crystal XI. We have a report we use to determine if a field has punctuation in it. This is an audit report used to catch these errors prior to an extract being taken. We are currently looking for results to be returned in the select expert using the following:
like ["*!*", "*#*", "*$*", "*%*", "*(*", "*)*", "*-*", "*,*", "*.*", "*:*", "*`*", "*~*", "*+*", "*=*", "@"]
I was just wondering if there was something more efficient to do to look for any kind of punctuation in the field.
Thanks!
Kim
like ["*!*", "*#*", "*$*", "*%*", "*(*", "*)*", "*-*", "*,*", "*.*", "*:*", "*`*", "*~*", "*+*", "*=*", "@"]
I was just wondering if there was something more efficient to do to look for any kind of punctuation in the field.
Thanks!
Kim