<?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: How do I populate different text/integer fields with multiple columns in choice list from select_one choice? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-populate-different-text-integer-fields/m-p/1173860#M42733</link>
    <description>&lt;P&gt;I think you use itemsets for that.&amp;nbsp; Not positive now I forget.&amp;nbsp; If not just move it to a csv or external_choices.&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 18:41:00 GMT</pubDate>
    <dc:creator>DougBrowning</dc:creator>
    <dc:date>2022-05-13T18:41:00Z</dc:date>
    <item>
      <title>How do I populate different text/integer fields with multiple columns in choice list from select_one choice?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-populate-different-text-integer-fields/m-p/1173566#M42723</link>
      <description>&lt;P&gt;Hello, everyone. I'm trying to figure out how to populate text (or integer, or date, or whatever) fields on a form with data from a choice list table based upon a user's selection from a select_one (or maybe select_multiple) type question.&lt;/P&gt;&lt;P&gt;For example (though, not my actual survey), if I had an "Employees" choice list that looked like this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Name&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Label&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Initials&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; Birthday&amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp;Years&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;BobTurner&amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; Bob Turner&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; BT&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp;05/15&amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 12&lt;/P&gt;&lt;P&gt;SallyJones&amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp;Sally Jones&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SJ&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; 01/28&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;/P&gt;&lt;P&gt;AlanSmith&amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; Alan Smith&amp;nbsp; &amp;nbsp; &amp;nbsp;|&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;AS&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp;10/31&amp;nbsp; &amp;nbsp; |&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 6&amp;nbsp;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;and had a ${EmployeeChoice} as a select_one field.&lt;/P&gt;&lt;P&gt;Can you code a ${EmployeeInitials} text field, a ${YearsWithCo} integer field, and/or a ${Birthday} date field based upon a user's selection in the ${EmployeeChoice} question?&lt;/P&gt;&lt;P&gt;I've tried&amp;nbsp; the&amp;nbsp;&lt;EM&gt;selected(${EmployeeChoice},Initials)&lt;/EM&gt;&amp;nbsp;code in the calculation and choice filter columns but it doesn't seem to work.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suspect that this is a really basic question, but I just haven't had luck finding a solution, so I'd appreciate anyone's help.&lt;/P&gt;&lt;P&gt;Also, while I'm at it, is there a way to record the jr:choice-name of a select_one/_multiple question straight away or do I have to create a separate text field that has that jr:choice-name function mapped to it? It works fine with the latter, I just was wondering if there were a simpler option that I wasn't aware of.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you everyone!&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mason&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 23:26:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-populate-different-text-integer-fields/m-p/1173566#M42723</guid>
      <dc:creator>archeomason</dc:creator>
      <dc:date>2022-05-12T23:26:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I populate different text/integer fields with multiple columns in choice list from select_one choice?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-populate-different-text-integer-fields/m-p/1173737#M42729</link>
      <description>&lt;P&gt;Take a look at pulldata for this.&amp;nbsp; You can pull the values from the csv.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 15:19:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-populate-different-text-integer-fields/m-p/1173737#M42729</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-05-13T15:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do I populate different text/integer fields with multiple columns in choice list from select_one choice?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-populate-different-text-integer-fields/m-p/1173793#M42731</link>
      <description>&lt;P&gt;Thank you... I'll try that. But if this is a list that's just in the "choices" tab, would it still work? I suppose I can just test it and see.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 17:11:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-populate-different-text-integer-fields/m-p/1173793#M42731</guid>
      <dc:creator>archeomason</dc:creator>
      <dc:date>2022-05-13T17:11:14Z</dc:date>
    </item>
    <item>
      <title>Re: How do I populate different text/integer fields with multiple columns in choice list from select_one choice?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-populate-different-text-integer-fields/m-p/1173860#M42733</link>
      <description>&lt;P&gt;I think you use itemsets for that.&amp;nbsp; Not positive now I forget.&amp;nbsp; If not just move it to a csv or external_choices.&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 18:41:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-populate-different-text-integer-fields/m-p/1173860#M42733</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2022-05-13T18:41:00Z</dc:date>
    </item>
  </channel>
</rss>

