% 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]_')
i get the same result, fault 400
Slade, OK, from your first post it sounded like you had already tried to add a wild card to your expression and it was not working.Here is what you are looking for.<value prompt="Example: NAME">upper(NAME) LIKE upper('[value]%')</value>
<value prompt="Example: NAME">upper(NAME) LIKE upper('[value]%')</value>
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...
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?
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.