<?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: definition query like filter in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651728#M17339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so then theoretically, if someone experienced was doing it, the filter code could be added to the basic or classic map template. if I can ask, how did you decide to work in the WAB environment instead of just building a viewer using the API?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2014 13:09:00 GMT</pubDate>
    <dc:creator>glennhazelton</dc:creator>
    <dc:date>2014-10-29T13:09:00Z</dc:date>
    <item>
      <title>definition query like filter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651720#M17331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Is there a sample bit of code that I could use to filter point features similar to what the 'definition query' does in arcmap?&lt;/P&gt;&lt;P&gt;I think this would be a great enhancement as my users sometimes only want to see specific location without the clutter of the others.&lt;/P&gt;&lt;P&gt;any help appreciated.&lt;/P&gt;&lt;P&gt;glenn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 18:54:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651720#M17331</guid>
      <dc:creator>glennhazelton</dc:creator>
      <dc:date>2014-10-22T18:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: definition query like filter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651721#M17332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glenn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; What version of WAB Beta are you using? In Beta 1 and 2 you can define your own operational layers in the main config.json and the layer type of feature could have a attribute of definitionExpression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 19:19:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651721#M17332</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-10-22T19:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: definition query like filter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651722#M17333</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;BBeta 3&lt;/P&gt;&lt;P&gt;i would want the user to be able to define the def. query &lt;/P&gt;&lt;P&gt;iI see that there are samples in the we app publishing templates that do this&lt;/P&gt;&lt;P&gt;one is called find-filter I think&lt;/P&gt;&lt;P&gt;also &lt;/P&gt;&lt;P&gt;can you explain the differnce between just using the JavaScript API and the we app builder.&lt;/P&gt;&lt;P&gt;i Like to be able to use the easy contraction but I am concerned about not being able to just use web services from arc server like I can with the flexviewer.&lt;/P&gt;&lt;P&gt;mostly i'm worried about 'named users' in portal or agol and the associated costs.&lt;/P&gt;&lt;P&gt;seems like all this is getting complicated beyond just building simple maps that provide functionality&lt;/P&gt;&lt;P&gt;maybe what Larry s. Is building outside of the we app builder is the path to sanity&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 20:40:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651722#M17333</guid>
      <dc:creator>glennhazelton</dc:creator>
      <dc:date>2014-10-22T20:40:43Z</dc:date>
    </item>
    <item>
      <title>Re: definition query like filter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651723#M17334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glenn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WAB is an online or on premise (using the developer version) web application (JS website) builder. To compare this in Flex terms, WAB is like Application builder for Flex Viewer. The difference between using the JS API and WAB is like using the Flex API (you have to do all the application programming) and using ArcGIS Viewer for Flex (Where the web application is built for you can you just configure it). In Beta 1 and Beta2 you did have the ability to use your own ArcGIS Server layer without using a Web Map Id from AGOL or Portal, in Beta3 they messed this up. I hope to see this ability come back in the final release and then WAB will be very similar to ArcGIS Viewer for Flex (in this perspective).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Oct 2014 21:11:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651723#M17334</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-10-22T21:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: definition query like filter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651724#M17335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Robert,&lt;/P&gt;&lt;P&gt;thanks for the response.&lt;/P&gt;&lt;P&gt;I have been exploring and I found a sample template here (&lt;A href="https://github.com/Esri/local-government-online-apps" title="https://github.com/Esri/local-government-online-apps"&gt;Esri/local-government-online-apps · GitHub&lt;/A&gt; ) that I downloaded and configured to use my AGOL webmap. I got to github from the esri list of templates. the one I like is the apps2 (edit-find-filter).&lt;/P&gt;&lt;P&gt;what I am wondering is how hard it is (or what the path to getting it done would be) to take the code for the find/filter and add it to the webappbuilder or to one of the other esri templates like the classic or basic.&lt;/P&gt;&lt;P&gt;the ability to filter out and just display specific features is very useful (at least to me).&lt;/P&gt;&lt;P&gt;I admit to not having a clue how to do this. I looked at the code I downloaded and realized how dependent I am on just configuring tools.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 18:49:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651724#M17335</guid>
      <dc:creator>glennhazelton</dc:creator>
      <dc:date>2014-10-28T18:49:33Z</dc:date>
    </item>
    <item>
      <title>Re: definition query like filter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651725#M17336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glenn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I don't have any experience taking template code and merging it with WAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Oct 2014 21:34:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651725#M17336</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-10-28T21:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: definition query like filter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651726#M17337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so what is the path forward?&lt;/P&gt;&lt;P&gt;would what is in the template integrate with the Javascript API? maybe I should place a help call.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 13:00:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651726#M17337</guid>
      <dc:creator>glennhazelton</dc:creator>
      <dc:date>2014-10-29T13:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: definition query like filter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651727#M17338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glenn, those templates are built using Javascript API.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 13:03:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651727#M17338</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-10-29T13:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: definition query like filter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651728#M17339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so then theoretically, if someone experienced was doing it, the filter code could be added to the basic or classic map template. if I can ask, how did you decide to work in the WAB environment instead of just building a viewer using the API?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 13:09:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651728#M17339</guid>
      <dc:creator>glennhazelton</dc:creator>
      <dc:date>2014-10-29T13:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: definition query like filter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651729#M17340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glenn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Because all the UI leg work is already done for you not to mention the responsive deign work. That would be like asking why no use the Flex API to build an app vs. using the ArcGIS Viewer for Flex.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 13:13:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651729#M17340</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-10-29T13:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: definition query like filter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651730#M17341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get it and I like the WAB.&lt;/P&gt;&lt;P&gt;any thoughts on how to get esri to add the filter tool to it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 13:16:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651730#M17341</guid>
      <dc:creator>glennhazelton</dc:creator>
      <dc:date>2014-10-29T13:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: definition query like filter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651731#M17342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is the Geocoder, the Query widget, and soon my eSearch. Short of those then you need to submit an enhancement request (if you are a Beta participant) else you need to wait for the official release then contact tech support with an enhancement request.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 13:27:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651731#M17342</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-10-29T13:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: definition query like filter</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651732#M17343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i'll submit the request.&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2014 14:10:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/definition-query-like-filter/m-p/651732#M17343</guid>
      <dc:creator>glennhazelton</dc:creator>
      <dc:date>2014-10-29T14:10:45Z</dc:date>
    </item>
  </channel>
</rss>

