<?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: ArcGIS WebApp Builder Query Results in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/arcgis-webapp-builder-query-results/m-p/17254#M435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramakrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Looking at the Query widgets source code I can see that the server has to support OrderBy and Pagination for the pencil to be enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a thread about when pagination is enabled: &lt;A href="https://community.esri.com/thread/118631"&gt;How do you enable the "Supports Pagination" on a layer at 10.3?&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Sep 2015 01:27:56 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2015-09-10T01:27:56Z</dc:date>
    <item>
      <title>ArcGIS WebApp Builder Query Results</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/arcgis-webapp-builder-query-results/m-p/17249#M430</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;Having issues to configure the Sorting on Query Results while configuring the app. Using 1.2 Version of the WebApp Builder. Trying to sort the results by order but the pencil is greyed out. Thanks and any help in this regards will be highly appreciated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://doc.arcgis.com/en/web-appbuilder/create-apps/widget-query.htm" title="http://doc.arcgis.com/en/web-appbuilder/create-apps/widget-query.htm"&gt;Query widget—Web AppBuilder for ArcGIS | ArcGIS&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramakrishna Billakanti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 21:45:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/arcgis-webapp-builder-query-results/m-p/17249#M430</guid>
      <dc:creator>RamakrishnaBillakanti</dc:creator>
      <dc:date>2015-09-09T21:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS WebApp Builder Query Results</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/arcgis-webapp-builder-query-results/m-p/17250#M431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramakrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The pencil will be grayed out if your map service does not support supportsOrderBy you can check if your map service supports this by going to the REST endpoint page for the layer and looking for this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Advanced Query Capabilities: &lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt; Supports Statistics: true&lt;/P&gt;&lt;P&gt; Supports OrderBy: true&lt;/P&gt;&lt;P&gt; Supports Distinct: true&lt;/P&gt;&lt;P&gt; Supports Pagination: true&lt;/P&gt;&lt;P&gt; Supports TrueCurve: true&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 22:08:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/arcgis-webapp-builder-query-results/m-p/17250#M431</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-09-09T22:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS WebApp Builder Query Results</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/arcgis-webapp-builder-query-results/m-p/17251#M432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/126154_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;I don't see that options how can I make it enabled ? Thanks in advance Robert&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 22:15:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/arcgis-webapp-builder-query-results/m-p/17251#M432</guid>
      <dc:creator>RamakrishnaBillakanti</dc:creator>
      <dc:date>2015-09-09T22:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS WebApp Builder Query Results</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/arcgis-webapp-builder-query-results/m-p/17252#M433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramakrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; The availability of this advanced features depends on the version of ArcGIS Server you are running. Time to upgrade. Also based on the URL in your image you are looking at the mapservice end point. Try looking at the layers endpoint.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 22:38:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/arcgis-webapp-builder-query-results/m-p/17252#M433</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-09-09T22:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS WebApp Builder Query Results</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/arcgis-webapp-builder-query-results/m-p/17253#M434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I do see order by is supported by our server, Do you have any other suggestions for me to check&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/126229_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right earlier I was looking at the map service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 23:29:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/arcgis-webapp-builder-query-results/m-p/17253#M434</guid>
      <dc:creator>RamakrishnaBillakanti</dc:creator>
      <dc:date>2015-09-09T23:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS WebApp Builder Query Results</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/arcgis-webapp-builder-query-results/m-p/17254#M435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ramakrishna,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Looking at the Query widgets source code I can see that the server has to support OrderBy and Pagination for the pencil to be enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a thread about when pagination is enabled: &lt;A href="https://community.esri.com/thread/118631"&gt;How do you enable the "Supports Pagination" on a layer at 10.3?&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 01:27:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/arcgis-webapp-builder-query-results/m-p/17254#M435</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-09-10T01:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS WebApp Builder Query Results</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/arcgis-webapp-builder-query-results/m-p/17255#M436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Ramakrishna,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;ArcGIS Server supports `order by fields` from 10.2, but the `order fields` must be an element of `outFields` array; 10.3 conquered this shortcoming but must be enable pagination.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;So the order feature in Query and AttributeTable only support 10.3 services which enabled `OrderBy` and `Pagination`.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2015 02:31:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/arcgis-webapp-builder-query-results/m-p/17255#M436</guid>
      <dc:creator>ZeZhengLi</dc:creator>
      <dc:date>2015-09-10T02:31:07Z</dc:date>
    </item>
  </channel>
</rss>

