<?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: One to Many select one lists based on input from previous list in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/one-to-many-select-one-lists-based-on-input-from/m-p/840770#M20821</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Mitchell,&amp;nbsp; however, it does not seem to be working as one would expect.&lt;/P&gt;&lt;P&gt;I think it is an issue with the select_one being text rather than a number.&amp;nbsp; My choices are numbers, so figured it should work, but does not recognize them as such.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change my select_one to integer, then it works as expected, but, I don't want to have to enter a number here, and want to pick it from a drop down list (would make the only field in the form that can't be selected, want to avoid text/num entry all together).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;documentation suggests that this should work to cast the number to an integer, but it doesn't:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int(${employeeNo}) &amp;gt;= 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will not display any of the "relevant" fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, does anyone know a "trick" that will make a number choice from select_one "behave" as a number?&lt;/P&gt;&lt;P&gt;Do I just have some syntax issue that I'm not seeing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jan 2017 17:04:10 GMT</pubDate>
    <dc:creator>RhettZufelt</dc:creator>
    <dc:date>2017-01-10T17:04:10Z</dc:date>
    <item>
      <title>One to Many select one lists based on input from previous list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/one-to-many-select-one-lists-based-on-input-from/m-p/840768#M20819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to have multiple select_one lists based on the input from another select_one list:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have the number of employee drop downs to represent the number picked in Number of Employees (see attached image=desired outcome):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know I can do this with a repeat, but I don't want related tables. &amp;nbsp;I would like each Employee # to be it's own field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thought I posted a question, but I see it is a discussion instead. &amp;nbsp;Sorry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jan 2017 22:18:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/one-to-many-select-one-lists-based-on-input-from/m-p/840768#M20819</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2017-01-03T22:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: One to Many select one lists based on input from previous list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/one-to-many-select-one-lists-based-on-input-from/m-p/840769#M20820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rhett,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There's actually a way to do this that should work pretty well, provided the name value of each individual answer to your initial select_one is a number. Entering this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;${employeeNo} &amp;gt;= 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;into the relevant column for the Employee 3 field would prevent it appearing unless your answer for the 'Number of Employees' question was 3 or more. Simply replicate this accordingly across all of the questions you want to make conditional and it should work how you want it to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Jan 2017 06:04:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/one-to-many-select-one-lists-based-on-input-from/m-p/840769#M20820</guid>
      <dc:creator>MitchellProctor</dc:creator>
      <dc:date>2017-01-04T06:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: One to Many select one lists based on input from previous list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/one-to-many-select-one-lists-based-on-input-from/m-p/840770#M20821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Mitchell,&amp;nbsp; however, it does not seem to be working as one would expect.&lt;/P&gt;&lt;P&gt;I think it is an issue with the select_one being text rather than a number.&amp;nbsp; My choices are numbers, so figured it should work, but does not recognize them as such.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I change my select_one to integer, then it works as expected, but, I don't want to have to enter a number here, and want to pick it from a drop down list (would make the only field in the form that can't be selected, want to avoid text/num entry all together).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;documentation suggests that this should work to cast the number to an integer, but it doesn't:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;int(${employeeNo}) &amp;gt;= 3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will not display any of the "relevant" fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, does anyone know a "trick" that will make a number choice from select_one "behave" as a number?&lt;/P&gt;&lt;P&gt;Do I just have some syntax issue that I'm not seeing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;R_&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 17:04:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/one-to-many-select-one-lists-based-on-input-from/m-p/840770#M20821</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2017-01-10T17:04:10Z</dc:date>
    </item>
    <item>
      <title>Re: One to Many select one lists based on input from previous list</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/one-to-many-select-one-lists-based-on-input-from/m-p/840771#M20822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;turns out that it works as string if set up properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE height="95" width="285"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 0px black; width: 277px; background-color: transparent;"&gt;&lt;P&gt;${employeeNo}&amp;gt;='choice0'&lt;/P&gt;&lt;TABLE height="61" width="252"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: 0px black; width: 244px; background-color: transparent;"&gt;&lt;P&gt;${employeeNo}&amp;gt;='choice1'&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jan 2017 22:16:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/one-to-many-select-one-lists-based-on-input-from/m-p/840771#M20822</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2017-01-10T22:16:22Z</dc:date>
    </item>
  </channel>
</rss>

