<?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: _or other in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/or-other/m-p/825975#M17042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stacy,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be better served as a separate question in it's own right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to see if&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/ArcREST/blob/master/samples/query_save_features_incremental.py" title="https://github.com/Esri/ArcREST/blob/master/samples/query_save_features_incremental.py"&gt;ArcREST/query_save_features_incremental.py at master · Esri/ArcREST · GitHub&lt;/A&gt;&amp;nbsp; might work - to will export the data to a CSV file. &amp;nbsp;I'm not familiar enough with Access scripting (either via python or in Access) to know what the automation for import into Access would look like.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Sep 2017 22:27:25 GMT</pubDate>
    <dc:creator>JamesTedrick</dc:creator>
    <dc:date>2017-09-18T22:27:25Z</dc:date>
    <item>
      <title>_or other</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/or-other/m-p/825972#M17039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to use this statement WITHOUT "other" ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as an example: _or depth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so, rather than "other" showing up prompting you to "specify other,", you would get prompted to enter the "depth"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;use the _or other but somehow get the tag "specify other" to display another term?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 15:15:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/or-other/m-p/825972#M17039</guid>
      <dc:creator>AmyHarrigan</dc:creator>
      <dc:date>2017-09-15T15:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: _or other</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/or-other/m-p/825973#M17040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Corey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The or_other is a keyword to simplify the process of:&lt;/P&gt;&lt;P&gt;1) having an option in a select_one / select_multiple question labeled 'Other:'&lt;/P&gt;&lt;P&gt;2) have a question to capture the Other value&lt;/P&gt;&lt;P&gt;3) have that question be relevant only when the select question it's tied to has the 'Other:' choice selected&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While you can't specify or_depth or another word for this, you can manually create a 'other' question with your custom text by doing the above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Sep 2017 17:45:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/or-other/m-p/825973#M17040</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-09-15T17:45:57Z</dc:date>
    </item>
    <item>
      <title>Re: _or other</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/or-other/m-p/825974#M17041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James Tedrick. Can you help me with your Survey 123 script please? I am very new to python and am having issues with entering my data into the script properly. Do you have an example script that is already filled out with information? What I need to do is download the Survey 123 table that my archaeologists use to collect field notes. I don't need it to create a new table every time, overwriting the existing table would work. I want to then use that data to auto populate a report in My database, Microsoft Access. I was going to set up the python script&amp;nbsp;in task scheduler to run at the end of the day.&amp;nbsp;It seems very simple, but I can't figure it out. Thank you for your consideration. Stacy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 19:12:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/or-other/m-p/825974#M17041</guid>
      <dc:creator>StacyGalassini</dc:creator>
      <dc:date>2017-09-18T19:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: _or other</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/or-other/m-p/825975#M17042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Stacy,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This might be better served as a separate question in it's own right.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may want to see if&amp;nbsp;&lt;A class="link-titled" href="https://github.com/Esri/ArcREST/blob/master/samples/query_save_features_incremental.py" title="https://github.com/Esri/ArcREST/blob/master/samples/query_save_features_incremental.py"&gt;ArcREST/query_save_features_incremental.py at master · Esri/ArcREST · GitHub&lt;/A&gt;&amp;nbsp; might work - to will export the data to a CSV file. &amp;nbsp;I'm not familiar enough with Access scripting (either via python or in Access) to know what the automation for import into Access would look like.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Sep 2017 22:27:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/or-other/m-p/825975#M17042</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-09-18T22:27:25Z</dc:date>
    </item>
  </channel>
</rss>

