<?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 Having an issue with select_multiple  initial value based on pulldata(). in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/having-an-issue-with-select-multiple-initial-value/m-p/1280156#M48709</link>
    <description>&lt;P&gt;I have a Select_multiple list_a in my Survey 123 Connect. That is properly working for an ADD in that it shows the icons in compact form for the choices available.&amp;nbsp; BUT I can not seem to set an initial list value when it's a update transaction based on the results from pulldata()..&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried using&amp;nbsp; the textjoin() function&amp;nbsp;in Excel to build a comma delimited list, this does not appear to work in Survey and I can not find a compatible&amp;nbsp;function to set the default list .&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There are Six entries in the list and I can get the Six values back from the Layer fine.&amp;nbsp; The selected values are represented with an X in the field in the later --&amp;nbsp; An if I put the values in a note field they are coming back properly.&amp;nbsp; &amp;nbsp;With a textjoin() it would look like this, but as a single line in the cell -&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;# Build a List for the MultiSelect of which items should be checked already --&lt;/DIV&gt;&lt;DIV&gt;# Tested manually with a concat("Free_Parking", ",", "Paid_Parking")&lt;/DIV&gt;&lt;DIV&gt;#&amp;nbsp;&lt;A href="https://support.microsoft.com/en-us/office/textjoin-function-357b449a-ec91-49d0-80c3-0e8fc845691c" target="_blank" rel="noopener"&gt;https://support.microsoft.com/en-us/office/&lt;SPAN class=""&gt;textjoin&lt;/SPAN&gt;-function-357b449a-ec91-49d0-80c3-0e8fc845691c&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;#&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class=""&gt;textjoin&lt;/SPAN&gt;(",", 1,&lt;BR /&gt;&amp;nbsp;if(${Free_Parking} = “X”, “Free_Parking”, “”),&lt;BR /&gt;&amp;nbsp;if(${Paid_Parking} = “X”, “Paid_Parking”, ””),&lt;BR /&gt;&amp;nbsp;if(${EV_Charging} = “X”, “EV_Charging”, ””),&lt;BR /&gt;&amp;nbsp;if(${Free_Park_and_Ride} = “X”, “Free_Park_and_Ride”, “”),&lt;BR /&gt;&amp;nbsp;if(${Free_Park_and_Short_Walk} = “X”, “Free_Park_and_Short_Walk”, ””),&lt;BR /&gt;&amp;nbsp;if(${Wheel_Chair_Accessible} = “X”, “Wheel_Chair_Accessible”, “”))&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Hoping someone here has some ideas. Since it's a read only list / set of fields for now I don't have to worry about parsing the list back into the schema fields for update, but that could also be a consideration down the road-&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;TIA --&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Wed, 19 Apr 2023 13:38:47 GMT</pubDate>
    <dc:creator>JeffSilberberg</dc:creator>
    <dc:date>2023-04-19T13:38:47Z</dc:date>
    <item>
      <title>Having an issue with select_multiple  initial value based on pulldata().</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/having-an-issue-with-select-multiple-initial-value/m-p/1280156#M48709</link>
      <description>&lt;P&gt;I have a Select_multiple list_a in my Survey 123 Connect. That is properly working for an ADD in that it shows the icons in compact form for the choices available.&amp;nbsp; BUT I can not seem to set an initial list value when it's a update transaction based on the results from pulldata()..&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried using&amp;nbsp; the textjoin() function&amp;nbsp;in Excel to build a comma delimited list, this does not appear to work in Survey and I can not find a compatible&amp;nbsp;function to set the default list .&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;There are Six entries in the list and I can get the Six values back from the Layer fine.&amp;nbsp; The selected values are represented with an X in the field in the later --&amp;nbsp; An if I put the values in a note field they are coming back properly.&amp;nbsp; &amp;nbsp;With a textjoin() it would look like this, but as a single line in the cell -&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;# Build a List for the MultiSelect of which items should be checked already --&lt;/DIV&gt;&lt;DIV&gt;# Tested manually with a concat("Free_Parking", ",", "Paid_Parking")&lt;/DIV&gt;&lt;DIV&gt;#&amp;nbsp;&lt;A href="https://support.microsoft.com/en-us/office/textjoin-function-357b449a-ec91-49d0-80c3-0e8fc845691c" target="_blank" rel="noopener"&gt;https://support.microsoft.com/en-us/office/&lt;SPAN class=""&gt;textjoin&lt;/SPAN&gt;-function-357b449a-ec91-49d0-80c3-0e8fc845691c&lt;/A&gt;&lt;/DIV&gt;&lt;DIV&gt;#&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN class=""&gt;textjoin&lt;/SPAN&gt;(",", 1,&lt;BR /&gt;&amp;nbsp;if(${Free_Parking} = “X”, “Free_Parking”, “”),&lt;BR /&gt;&amp;nbsp;if(${Paid_Parking} = “X”, “Paid_Parking”, ””),&lt;BR /&gt;&amp;nbsp;if(${EV_Charging} = “X”, “EV_Charging”, ””),&lt;BR /&gt;&amp;nbsp;if(${Free_Park_and_Ride} = “X”, “Free_Park_and_Ride”, “”),&lt;BR /&gt;&amp;nbsp;if(${Free_Park_and_Short_Walk} = “X”, “Free_Park_and_Short_Walk”, ””),&lt;BR /&gt;&amp;nbsp;if(${Wheel_Chair_Accessible} = “X”, “Wheel_Chair_Accessible”, “”))&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Hoping someone here has some ideas. Since it's a read only list / set of fields for now I don't have to worry about parsing the list back into the schema fields for update, but that could also be a consideration down the road-&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;TIA --&amp;nbsp;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 19 Apr 2023 13:38:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/having-an-issue-with-select-multiple-initial-value/m-p/1280156#M48709</guid>
      <dc:creator>JeffSilberberg</dc:creator>
      <dc:date>2023-04-19T13:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Having an issue with select_multiple  initial value based on pulldata().</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/having-an-issue-with-select-multiple-initial-value/m-p/1284177#M48957</link>
      <description>&lt;P&gt;Resolved -- With the help of Esri Professional Services.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;* Was missing some concepts in the Update of a feature layer process ..&amp;nbsp;&lt;/P&gt;&lt;P&gt;* Was trying to use Excel functions since I was in Excel.&amp;nbsp; But I wasn't really in Excel and can't use some of it's magic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Apr 2023 18:10:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/having-an-issue-with-select-multiple-initial-value/m-p/1284177#M48957</guid>
      <dc:creator>JeffSilberberg</dc:creator>
      <dc:date>2023-04-30T18:10:33Z</dc:date>
    </item>
  </channel>
</rss>

