<?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: Issue with default value when a repeat is controlled by 'relevant' option in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-default-value-when-a-repeat-is/m-p/1374448#M54308</link>
    <description>&lt;P&gt;The relevant column basically sets everything to null when hidden. Rather than &lt;EM&gt;relevant&lt;/EM&gt;, try the &lt;STRONG&gt;body::esri:visible&lt;/STRONG&gt; column. It works the same as relevant, but preserves all hidden data.&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jan 2024 16:19:12 GMT</pubDate>
    <dc:creator>abureaux</dc:creator>
    <dc:date>2024-01-25T16:19:12Z</dc:date>
    <item>
      <title>Issue with default value when a repeat is controlled by 'relevant' option</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-default-value-when-a-repeat-is/m-p/1371938#M54121</link>
      <description>&lt;P&gt;I am having trouble with the 'default' option in one of my repeats, specifically when combined with the 'relevant' option. The following is a pared-down version of the template that I am working on:&lt;/P&gt;&lt;P&gt;[split to allow for readable image; assume any excluded fields are empty]&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArthurB_3-1705612258109.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92071iEF0BE05FA92283FE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArthurB_3-1705612258109.png" alt="ArthurB_3-1705612258109.png" /&gt;&lt;/span&gt;...&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArthurB_5-1705612620819.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92073i85ACC0A02840CB26/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArthurB_5-1705612620819.png" alt="ArthurB_5-1705612620819.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;There is an overarching repeat with two repeats within it. The two sub-repeats are supposed to be similar from a functional perspective (a species list controlled by the "spc_list_control" option). The first repeat is the 'standard' version of the species list. As seen in the image below, the default option [1 = Short List] shows up correctly when the interview form is first opened.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArthurB_1-1705611800806.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92069iBF3EFB6F40582C3D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArthurB_1-1705611800806.png" alt="ArthurB_1-1705611800806.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The second repeat is optional and is controlled by the "No/Yes" question. If the option "Yes" is selected then the 'optional' species list is provided. However, the default value does not auto-populate in this instance.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ArthurB_2-1705611889809.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92070i25291B4BD1BFA862/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ArthurB_2-1705611889809.png" alt="ArthurB_2-1705611889809.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I am wondering if I am doing something wrong with my template. The control options are specified in the same way and use the same source data (spc_list_control).&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 21:19:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-default-value-when-a-repeat-is/m-p/1371938#M54121</guid>
      <dc:creator>ArthurB</dc:creator>
      <dc:date>2024-01-18T21:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with default value when a repeat is controlled by 'relevant' option</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-default-value-when-a-repeat-is/m-p/1374448#M54308</link>
      <description>&lt;P&gt;The relevant column basically sets everything to null when hidden. Rather than &lt;EM&gt;relevant&lt;/EM&gt;, try the &lt;STRONG&gt;body::esri:visible&lt;/STRONG&gt; column. It works the same as relevant, but preserves all hidden data.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 16:19:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-default-value-when-a-repeat-is/m-p/1374448#M54308</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-01-25T16:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with default value when a repeat is controlled by 'relevant' option</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-default-value-when-a-repeat-is/m-p/1374929#M54359</link>
      <description>&lt;P&gt;Thanks, that sorted out my issue!&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 17:38:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/issue-with-default-value-when-a-repeat-is/m-p/1374929#M54359</guid>
      <dc:creator>ArthurB</dc:creator>
      <dc:date>2024-01-26T17:38:31Z</dc:date>
    </item>
  </channel>
</rss>

