<?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: Auto Populate String Question in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-string-question/m-p/1289282#M49261</link>
    <description>&lt;P&gt;Ah thanks Doug.&amp;nbsp; This makes sense and helped me out.&amp;nbsp; Much appreciated.&lt;/P&gt;</description>
    <pubDate>Mon, 15 May 2023 19:00:57 GMT</pubDate>
    <dc:creator>icf_Eric_Link</dc:creator>
    <dc:date>2023-05-15T19:00:57Z</dc:date>
    <item>
      <title>Auto Populate String Question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-string-question/m-p/1289204#M49248</link>
      <description>&lt;P&gt;Helle,&amp;nbsp; I am looking to auto populate a text question based on the answer from a select one question.&amp;nbsp; So basically, if no is selected from Question 1 (yes/no) then populate text question 2 with "Not Applicable".&amp;nbsp; If yes is selected then text question does not get auto populated.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried using&amp;nbsp;&lt;SPAN&gt;if(condition, a, b) statement but can't seem to get it to work properly.&amp;nbsp; Any suggestions would be appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 16:22:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-string-question/m-p/1289204#M49248</guid>
      <dc:creator>icf_Eric_Link</dc:creator>
      <dc:date>2023-05-15T16:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Populate String Question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-string-question/m-p/1289207#M49250</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/417918"&gt;@icf_Eric_Link&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd recommend sharing your form so it is easier to test and provide you with a solution&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 16:28:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-string-question/m-p/1289207#M49250</guid>
      <dc:creator>Richard_Purkis</dc:creator>
      <dc:date>2023-05-15T16:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Populate String Question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-string-question/m-p/1289209#M49251</link>
      <description>&lt;P&gt;Hi Richard, thanks for your response.&amp;nbsp; I have attached my form and the rows colored in orange are the ones I'm looking to autopopulate.&amp;nbsp; Both text questions would need to be populated with Not Applicable if&amp;nbsp; "no" select one question is selected.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 16:31:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-string-question/m-p/1289209#M49251</guid>
      <dc:creator>icf_Eric_Link</dc:creator>
      <dc:date>2023-05-15T16:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Populate String Question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-string-question/m-p/1289265#M49260</link>
      <description>&lt;P&gt;For some reason you have the calc in the relevant column.&lt;/P&gt;&lt;P&gt;Move to the calculation column then you do this.&lt;/P&gt;&lt;P&gt;if(selected(${Tribal_Monitor_Present},'No'), 'Not Applicable', '')&lt;/P&gt;&lt;P&gt;What this does is if No set to Not Applicable else empty string.&amp;nbsp; This will allow the user to then add something.&amp;nbsp; Now it will then show a refrrsh icon that if the user taps it then it goes back to blank.&amp;nbsp; But they can add something and leave it and it will be saved.&lt;/P&gt;&lt;P&gt;I know it seems funky but this is how to say make it Not Applicable or do nothing.&amp;nbsp; No other way to do it.&amp;nbsp; The way you have it written is a dependcency cycle which can hard to explain.&amp;nbsp; You cannot say make it this value else keep that old value since once the if runs it is too late and the old value is gone already.&lt;/P&gt;&lt;P&gt;Hope that makes some sense it can be a tough concept.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 18:36:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-string-question/m-p/1289265#M49260</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2023-05-15T18:36:03Z</dc:date>
    </item>
    <item>
      <title>Re: Auto Populate String Question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-string-question/m-p/1289282#M49261</link>
      <description>&lt;P&gt;Ah thanks Doug.&amp;nbsp; This makes sense and helped me out.&amp;nbsp; Much appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 15 May 2023 19:00:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/auto-populate-string-question/m-p/1289282#M49261</guid>
      <dc:creator>icf_Eric_Link</dc:creator>
      <dc:date>2023-05-15T19:00:57Z</dc:date>
    </item>
  </channel>
</rss>

