<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Web AppBuilder Query Widget Wildcard in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-query-widget-wildcard/m-p/496533#M13052</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you got the "Starts With" and "Ends With" reversed.&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2015 18:00:36 GMT</pubDate>
    <dc:creator>LarryStout</dc:creator>
    <dc:date>2015-08-18T18:00:36Z</dc:date>
    <item>
      <title>Web AppBuilder Query Widget Wildcard</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-query-widget-wildcard/m-p/496529#M13048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have configured a Web Mapping Application using Web AppBuilder. I would like to define a multi-attribute query where the user can use an existing value but with the possibility to use a wildcard for some of the attributes.From the test I did with the Query Widget, I cannot find a way of doing this pretty basic query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did anyone was successful doing something similar?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line Champagne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Mar 2015 17:49:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-query-widget-wildcard/m-p/496529#M13048</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2015-03-11T17:49:43Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder Query Widget Wildcard</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-query-widget-wildcard/m-p/496530#M13049</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.esri.com/migrated-users/51640"&gt;Line Champagne&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you set up the query widget you have the option to create a filter expression. When you do that you can have the expression be a "contains". This acts like a wild card and looks for anything in that search that has the input value as part of the result. I hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Stan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2015 02:24:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-query-widget-wildcard/m-p/496530#M13049</guid>
      <dc:creator>StanMcShinsky</dc:creator>
      <dc:date>2015-03-12T02:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder Query Widget Wildcard</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-query-widget-wildcard/m-p/496531#M13050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having the same issue.&amp;nbsp; "Contains" does not work for in my case because I expect my users will be searching the layer using leading zeros which are not included in the layer's attribute records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way to use wildcard in the current Web App Builder query widget?&amp;nbsp; My organization is able to do so with our Flex applications, but we want to move away from that since Flex isn't going to be supported for much longer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 15:46:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-query-widget-wildcard/m-p/496531#M13050</guid>
      <dc:creator>OliviaDeSimone</dc:creator>
      <dc:date>2015-08-17T15:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder Query Widget Wildcard</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-query-widget-wildcard/m-p/496532#M13051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Olivia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The option "Contains" looks like this in SQL "YourField like %[value]%"&lt;/P&gt;&lt;P&gt;The Option "Ends With" looks like this "YourField like %[value]"&lt;/P&gt;&lt;P&gt;The Option "Starts With" looks like this "YourField like [value]%"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So one of these should work for you as all three use wildcards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2015 15:51:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-query-widget-wildcard/m-p/496532#M13051</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-17T15:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder Query Widget Wildcard</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-query-widget-wildcard/m-p/496533#M13052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you got the "Starts With" and "Ends With" reversed.&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 18:00:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-query-widget-wildcard/m-p/496533#M13052</guid>
      <dc:creator>LarryStout</dc:creator>
      <dc:date>2015-08-18T18:00:36Z</dc:date>
    </item>
    <item>
      <title>Re: Web AppBuilder Query Widget Wildcard</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-query-widget-wildcard/m-p/496534#M13053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Larry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Yep, Thanks for catching that. I have fixed my post.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2015 18:06:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/web-appbuilder-query-widget-wildcard/m-p/496534#M13053</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-08-18T18:06:10Z</dc:date>
    </item>
  </channel>
</rss>

