<?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 Survey123 Connect - Cascading Sheets in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-cascading-sheets/m-p/830722#M18335</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working in version 3.7.60;&lt;/P&gt;&lt;P&gt;I have the cascade working as expected, but I want to shortcut the middle select question.&amp;nbsp; In my&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;attachments&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;each Inspector has a single County, only one, so there is no need to select.&amp;nbsp; Each County has more than one city.&amp;nbsp; My desire is that the Inspector is picked up from the metadata (the AGOL login email address) and translate that to the choices of Cities.&amp;nbsp; It is working by making the County a "select_one" choice and picking a County.&amp;nbsp; But since there is only one county per Inspector is there a way to default County based on the AGOL login email address, in turn giving me only the applicable Cities to the logged in Inspector?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can set it to skip the County and associate the Inspector directly to the City, but then I will have to manually repeat the City list associated to the new Inspector. As I grow, this will be difficult to manually maintain.&amp;nbsp; By keeping the middle question, I will only have to connect the Inspector to a County, then their City will auto associate. Much easier to maintain.&lt;/P&gt;&lt;P&gt;So, my goal is to use the AGOL authentication to tell me what County to associate (and I like this to be hidden) and then show the list of Cities that only relates to the person signed in to AGOL.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I welcome any help, comments, suggestions.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Dec 2019 21:15:15 GMT</pubDate>
    <dc:creator>John_RMellor__GISP</dc:creator>
    <dc:date>2019-12-23T21:15:15Z</dc:date>
    <item>
      <title>Survey123 Connect - Cascading Sheets</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-cascading-sheets/m-p/830722#M18335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working in version 3.7.60;&lt;/P&gt;&lt;P&gt;I have the cascade working as expected, but I want to shortcut the middle select question.&amp;nbsp; In my&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;attachments&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;each Inspector has a single County, only one, so there is no need to select.&amp;nbsp; Each County has more than one city.&amp;nbsp; My desire is that the Inspector is picked up from the metadata (the AGOL login email address) and translate that to the choices of Cities.&amp;nbsp; It is working by making the County a "select_one" choice and picking a County.&amp;nbsp; But since there is only one county per Inspector is there a way to default County based on the AGOL login email address, in turn giving me only the applicable Cities to the logged in Inspector?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I can set it to skip the County and associate the Inspector directly to the City, but then I will have to manually repeat the City list associated to the new Inspector. As I grow, this will be difficult to manually maintain.&amp;nbsp; By keeping the middle question, I will only have to connect the Inspector to a County, then their City will auto associate. Much easier to maintain.&lt;/P&gt;&lt;P&gt;So, my goal is to use the AGOL authentication to tell me what County to associate (and I like this to be hidden) and then show the list of Cities that only relates to the person signed in to AGOL.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I welcome any help, comments, suggestions.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Dec 2019 21:15:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-cascading-sheets/m-p/830722#M18335</guid>
      <dc:creator>John_RMellor__GISP</dc:creator>
      <dc:date>2019-12-23T21:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Connect - Cascading Sheets</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-cascading-sheets/m-p/830723#M18336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are a couple of ways to do this (there are probably several more!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Write a nested if statement calculation for the county question (if email equals this, county equals that, etc.). This could be in a hidden/text question (wouldn't need to be a select_one). If you haven't got many email addresses, this would be fairly straightforward, but might get a bit cumbersome if there's a long list of emails/counties.&lt;/LI&gt;&lt;LI&gt;Put each email address and its county in a CSV file and use pulldata() to lookup the county from the CSV. For more info on using pulldata with CSV please see:&amp;nbsp;&lt;A href="https://community.esri.com/groups/survey123/blog/2016/10/27/the-pulldata-function-access-external-data"&gt;https://community.esri.com/groups/survey123/blog/2016/10/27/the-pulldata-function-access-external-data&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A class="link-titled" href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_A3C2F3566F974734B55ECECD31C6CA91" title="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_A3C2F3566F974734B55ECECD31C6CA91"&gt;Formulas—Survey123 for ArcGIS | Documentation&lt;/A&gt;. Again, the pulldata calculation could be in a hidden/text question.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then your city choices can be filtered as normal based on the county. Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2019 00:00:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-cascading-sheets/m-p/830723#M18336</guid>
      <dc:creator>Jim-Moore</dc:creator>
      <dc:date>2019-12-24T00:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Connect - Cascading Sheets</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-cascading-sheets/m-p/830724#M18337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jim, thanks for the response.&amp;nbsp; Option 1, as you say, will be cumbersome because of the long list of Cities, this option would be difficult to maintain.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Option 2, looks viable, but I need a way to say pick the list of cities, related to a county, related to the email address of the person signed in.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I skip to just say between the city and the person signed in (bypass the county) then that too becomes cumbersome and difficult to maintain.&amp;nbsp; If I include the county, then that middle county section is the only place I have to update when a new inspector comes on board.&amp;nbsp;&lt;/P&gt;&lt;P&gt;How would I write a "pulldata" formula that says;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"select one of a set of cities that are in a county where the county is assigned to the person signed in"&lt;/P&gt;&lt;P&gt;??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Dec 2019 17:22:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-cascading-sheets/m-p/830724#M18337</guid>
      <dc:creator>John_RMellor__GISP</dc:creator>
      <dc:date>2019-12-24T17:22:55Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Connect - Cascading Sheets</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-cascading-sheets/m-p/830725#M18338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I seem to have discovered that the issue was all records with the field name you wish to use must have non empty cells.&lt;/P&gt;&lt;P&gt;I have resolved my issue.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Dec 2019 13:23:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-connect-cascading-sheets/m-p/830725#M18338</guid>
      <dc:creator>John_RMellor__GISP</dc:creator>
      <dc:date>2019-12-26T13:23:59Z</dc:date>
    </item>
  </channel>
</rss>

