Solved! Go to Solution.
% means that anything is acceptable in its place: one character, a hundred characters, or no character. Alternatively, if you want to search with a wildcard that represents one character, use _.
<value prompt="Example: M1234567" isvaluerequired="true">upper(ID) LIKE upper('[value]_')
% means that anything is acceptable in its place: one character, a hundred characters, or no character. Alternatively, if you want to search with a wildcard that represents one character, use _.
<value prompt="Example: M1234567" isvaluerequired="true">upper(ID) LIKE upper('[value]_')
Slade,
That is standard SQL language that is not GIS specific and definitely not widget version specific. It should work in 3.1. What does your expression look like?
Slade,
OK, I am not sure what your expression has to do with this forum post then. You do not seem to have any wild card or a like in the expression at all...
<value prompt="Example: NAME">upper(NAME) LIKE upper('[value]%')</value>