% 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>
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>
i get the same result, fault 400
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.