<?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: Survey123 Overview Tab Not Loading in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-overview-tab-not-loading/m-p/1016085#M31899</link>
    <description>&lt;P&gt;&lt;STRONG&gt;More findings on this: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It turns out the client's feature service doesn't like the where statement that the overview tab is using:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What Survey123.com overview tab is asking&lt;/STRONG&gt;: CREATIONDATE &amp;gt;= '2020-03-12 20:45:03' AND CREATIONDATE &amp;lt; '2020-04-12 20:45:03'.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What the feature service accepts&lt;/STRONG&gt;: CREATIONDATE &amp;gt;= &lt;STRONG&gt;timestamp&lt;/STRONG&gt; '2020-03-12 20:45:03' AND CREATIONDATE &amp;lt; &lt;STRONG&gt;timestamp&lt;/STRONG&gt; '2020-04-12 20:45:03'&lt;/P&gt;&lt;P&gt;Interestingly, my test feature service understands both of the where statements and returns result.&amp;nbsp; Only difference between the two environments is the underlying database (SQL vs. Oracle).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jan 2021 19:34:12 GMT</pubDate>
    <dc:creator>ak_gis</dc:creator>
    <dc:date>2021-01-12T19:34:12Z</dc:date>
    <item>
      <title>Survey123 Overview Tab Not Loading</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-overview-tab-not-loading/m-p/1015756#M31863</link>
      <description>&lt;P&gt;We have a survey published to client's ArcGIS Enterprise 10.51 and its overview tab&amp;nbsp;&lt;STRONG&gt;&lt;A href="https://survey123.arcgis.com/surveys/[itemID]/overview" target="_blank" rel="noopener"&gt;https://survey123.arcgis.com/surveys/[itemID]/overview&lt;/A&gt; &lt;/STRONG&gt;is&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;failing to load.&amp;nbsp; When I check the query requests, it looks like it's querying the creation date field in daily interval until it reaches the current time.&amp;nbsp; &amp;nbsp;In our test environment, where the same overview tab works fine, this is the last query request (today is Jan 11th, 2021)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ak_gis_0-1610400500602.png" style="width: 538px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/3599i33590C24CCC98991/image-dimensions/538x86?v=v2" width="538" height="86" role="button" title="ak_gis_0-1610400500602.png" alt="ak_gis_0-1610400500602.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;With the problematic overview tab, I see the last few query requests' where statement is querying tomorrow's date.&amp;nbsp; Can this be the culprit of why the overview tab is failing to load and freezes the browser?&amp;nbsp; I asked the client to check the time zone of the editor tracking fields as well as the server machine's clock.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ak_gis_1-1610400646309.png" style="width: 537px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/3600iA90EA560C7C31EBB/image-dimensions/537x70?v=v2" width="537" height="70" role="button" title="ak_gis_1-1610400646309.png" alt="ak_gis_1-1610400646309.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Another difference between our ArcGIS Enterprise set up is the database type.&amp;nbsp; My test environment is set up with SQL DB, whereas the client uses Oracle DB.&amp;nbsp; If you know what I should look into next or how to fix this, please let me know.&amp;nbsp; Thank you for reading! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 21:45:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-overview-tab-not-loading/m-p/1015756#M31863</guid>
      <dc:creator>ak_gis</dc:creator>
      <dc:date>2021-01-11T21:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Overview Tab Not Loading</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-overview-tab-not-loading/m-p/1016085#M31899</link>
      <description>&lt;P&gt;&lt;STRONG&gt;More findings on this: &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;It turns out the client's feature service doesn't like the where statement that the overview tab is using:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What Survey123.com overview tab is asking&lt;/STRONG&gt;: CREATIONDATE &amp;gt;= '2020-03-12 20:45:03' AND CREATIONDATE &amp;lt; '2020-04-12 20:45:03'.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;What the feature service accepts&lt;/STRONG&gt;: CREATIONDATE &amp;gt;= &lt;STRONG&gt;timestamp&lt;/STRONG&gt; '2020-03-12 20:45:03' AND CREATIONDATE &amp;lt; &lt;STRONG&gt;timestamp&lt;/STRONG&gt; '2020-04-12 20:45:03'&lt;/P&gt;&lt;P&gt;Interestingly, my test feature service understands both of the where statements and returns result.&amp;nbsp; Only difference between the two environments is the underlying database (SQL vs. Oracle).&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jan 2021 19:34:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-overview-tab-not-loading/m-p/1016085#M31899</guid>
      <dc:creator>ak_gis</dc:creator>
      <dc:date>2021-01-12T19:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Overview Tab Not Loading</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-overview-tab-not-loading/m-p/1330667#M51845</link>
      <description>&lt;P&gt;I am currently experiencing this same issue with Oracle and the timestamps query not allowing the overview page to be used. Was there any solution/work around to this issue you ran into&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/69974"&gt;@ak_gis&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Sep 2023 15:40:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-overview-tab-not-loading/m-p/1330667#M51845</guid>
      <dc:creator>MaddieMooreDEQ</dc:creator>
      <dc:date>2023-09-20T15:40:27Z</dc:date>
    </item>
  </channel>
</rss>

