I’m trying to exclude any value from a certain field (table.value) that does not match this format AA#####A. Example if they entered APT12345T, or PT12345PT and No Value then I want to exclude it from the report. It needs to match example AP12345P. What selection formula can I use to accomplish this.
Any help is greatly appreciated
Thanks in advance.
I’m trying to exclude any value from a certain field (table.value) that does not
Share
try reading Crystal’s help topics on the mid() and isnumeric() functions.
here’s an example from the help file:
so, in your case, you want to strip your value into three pieces,
and build up a three-part boolean variable where:
else you want to test for letters,
where are you getting stuck?
something like this: