<?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: Query max numeric value in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/query-max-numeric-value/m-p/476303#M18395</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now that I am able to retrieve the max numeric value from my feature service, it seems that the geometry is not being returned, even though return geometry is set to true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this working as designed, or am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Walter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2018 15:03:53 GMT</pubDate>
    <dc:creator>WalterDziuba1</dc:creator>
    <dc:date>2018-03-23T15:03:53Z</dc:date>
    <item>
      <title>Query max numeric value</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/query-max-numeric-value/m-p/476300#M18392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to query out the max(result_numeric) value from my feature service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result_Numeric is of type (numeric(38,8)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since only where clauses can be used, I'm trying this sql statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-family: Consolas; font-size: small;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; requestor &lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-family: Consolas; font-size: small;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-family: Consolas; font-size: small;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-family: Consolas; font-size: small;"&gt;'Jack'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #808080; font-size: small; font-family: Consolas;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; RESULT_NUMERIC &lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: small; font-family: Consolas;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: small; font-family: Consolas;"&gt;(&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;select&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff00ff; font-size: small; font-family: Consolas;"&gt;MAX&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: small; font-family: Consolas;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt;RESULT_NUMERIC&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: small; font-family: Consolas;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;AS&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; MAX_RESULT &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; My_Feature_Service&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: small; font-family: Consolas;"&gt;where&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; requestor &lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: small; font-family: Consolas;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: small; font-family: Consolas;"&gt;'Jack'&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: small; font-family: Consolas;"&gt;)&lt;/SPAN&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt;Can anyone add some assistance?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small; font-family: Consolas;"&gt;Walter&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 16:48:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/query-max-numeric-value/m-p/476300#M18392</guid>
      <dc:creator>WalterDziuba1</dc:creator>
      <dc:date>2018-03-20T16:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Query max numeric value</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/query-max-numeric-value/m-p/476301#M18393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some ideas here that I think will work:&amp;nbsp; &lt;A href="https://community.esri.com/thread/177516"&gt;https://community.esri.com/thread/177516&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 17:27:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/query-max-numeric-value/m-p/476301#M18393</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2018-03-20T17:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Query max numeric value</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/query-max-numeric-value/m-p/476302#M18394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joshua,&lt;/P&gt;&lt;P&gt;That's perfect. Appreciate your help on this topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Walter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2018 19:19:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/query-max-numeric-value/m-p/476302#M18394</guid>
      <dc:creator>WalterDziuba1</dc:creator>
      <dc:date>2018-03-20T19:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Query max numeric value</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/query-max-numeric-value/m-p/476303#M18395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now that I am able to retrieve the max numeric value from my feature service, it seems that the geometry is not being returned, even though return geometry is set to true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this working as designed, or am I missing something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Walter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 15:03:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/query-max-numeric-value/m-p/476303#M18395</guid>
      <dc:creator>WalterDziuba1</dc:creator>
      <dc:date>2018-03-23T15:03:53Z</dc:date>
    </item>
  </channel>
</rss>

