Version 8.5
I have a parameter set which is looking for partial postcode matches, The table requires an exact match - i.e.
n14 would not return a result while N14 would.
Is there an easy way to either:
1) Ignore the case of the lettering when comparing to table.field
or
2) Force the parameter to allow capital letters only on entry
or
3) Convert the parameter input to capitals if in lowercase
I appreciate that I can probably do a replace function for this but there is surely a better approach?
Thanks in advance for any help.
I have a parameter set which is looking for partial postcode matches, The table requires an exact match - i.e.
n14 would not return a result while N14 would.
Is there an easy way to either:
1) Ignore the case of the lettering when comparing to table.field
or
2) Force the parameter to allow capital letters only on entry
or
3) Convert the parameter input to capitals if in lowercase
I appreciate that I can probably do a replace function for this but there is surely a better approach?
Thanks in advance for any help.