<?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: data limit exceeded in serial chart in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-limit-exceeded-in-serial-chart/m-p/568327#M3117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone else has explanation about this problem? Because I have the same problem when trying to parse date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Mar 2019 10:44:55 GMT</pubDate>
    <dc:creator>NaufalIhsan1</dc:creator>
    <dc:date>2019-03-12T10:44:55Z</dc:date>
    <item>
      <title>data limit exceeded in serial chart</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-limit-exceeded-in-serial-chart/m-p/568326#M3116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Trying to set up a serial chart parsed by year from a table with 275K rows, however the chart is not displaying all results and is giving a data limit exceeded error.&amp;nbsp; Is there a limit to the number of rows which can be displayed in the chart? Other widgets such as the indicator return all rows.&amp;nbsp; Any advice?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ed&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/431875_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2018 16:36:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-limit-exceeded-in-serial-chart/m-p/568326#M3116</guid>
      <dc:creator>EdApalinski</dc:creator>
      <dc:date>2018-12-18T16:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: data limit exceeded in serial chart</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-limit-exceeded-in-serial-chart/m-p/568327#M3117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone else has explanation about this problem? Because I have the same problem when trying to parse date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2019 10:44:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-limit-exceeded-in-serial-chart/m-p/568327#M3117</guid>
      <dc:creator>NaufalIhsan1</dc:creator>
      <dc:date>2019-03-12T10:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: data limit exceeded in serial chart</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-limit-exceeded-in-serial-chart/m-p/568328#M3118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to increase the Maximum number of records returned by server. By default this is set to 1000. If you have more than 1000 records in your layer the serial chart will return the data limit exceeded error. You will also run into issues with exporting records from an attribute table in a Web App if you have not increased your limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To do this republish the service. In the Service Editor go to the Parameters tab and increase the "Maximum number of records returned by the server:" to something greater than the number of records in the layer.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Apr 2019 16:28:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-limit-exceeded-in-serial-chart/m-p/568328#M3118</guid>
      <dc:creator>NathanaelRodd</dc:creator>
      <dc:date>2019-04-03T16:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: data limit exceeded in serial chart</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-limit-exceeded-in-serial-chart/m-p/568329#M3119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;This cannot be correct because when generating a chart, what is requested for the REST API is a statistic and not that it returns the records of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe it is something else that is generating this limitation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2020 06:20:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-limit-exceeded-in-serial-chart/m-p/568329#M3119</guid>
      <dc:creator>RenatoTeixeira1</dc:creator>
      <dc:date>2020-06-18T06:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: data limit exceeded in serial chart</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/data-limit-exceeded-in-serial-chart/m-p/1012408#M4106</link>
      <description>&lt;P&gt;FYI: Came across this issue while configuring a new dashboard and this support article did the trick for me (also for statistics):&amp;nbsp;&lt;BR /&gt;&lt;A href="https://support.esri.com/en/technical-article/000023183" target="_blank"&gt;https://support.esri.com/en/technical-article/000023183&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;</description>
      <pubDate>Mon, 28 Dec 2020 09:29:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/data-limit-exceeded-in-serial-chart/m-p/1012408#M4106</guid>
      <dc:creator>TomPaschke</dc:creator>
      <dc:date>2020-12-28T09:29:32Z</dc:date>
    </item>
  </channel>
</rss>

