<?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 show multiple selections from survey results inside a report using a single dynamic text per question in ArcGIS Experience Builder Questions</title>
    <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-i-show-multiple-selections-from-survey/m-p/1509786#M13873</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/608382"&gt;@Chrystiana_chf&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the late reply. Here are a few solutions to achieve what you need, and I attached my template to this reply as well.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruth_JiatengXu_2-1721903811944.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110617iC340A5DF13D65F23/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ruth_JiatengXu_2-1721903811944.png" alt="Ruth_JiatengXu_2-1721903811944.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Short explanation:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Use $&amp;lt;$summary&amp;gt;$&amp;lt;/&amp;gt; to generate summary with&amp;nbsp;multiple selections from survey results&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;${&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;#&lt;FONT color="#FF0000"&gt;survey&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; }...${/} is used to print out all the selected records in the &lt;FONT color="#FF0000"&gt;survey&lt;/FONT&gt; layer. Your layer name might be different from mine, please replace it with your layer name which can be found on the quick reference page&lt;/LI&gt;&lt;/UL&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruth_JiatengXu_3-1721904556929.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110618i69302349850D7D1D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ruth_JiatengXu_3-1721904556929.png" alt="Ruth_JiatengXu_3-1721904556929.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can reference doc to learn more syntax:&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereportqueries.htm#ESRI_SECTION1_9FF9489173C741DD95472F21B5AD8374" target="_blank" rel="noopener"&gt;https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereportqueries.htm#ESRI_SECTION1_9FF9489173C741DD95472F21B5AD8374&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please feel free to let me know if you have further questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ruth&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jul 2024 10:53:42 GMT</pubDate>
    <dc:creator>Ruth_JiatengXu</dc:creator>
    <dc:date>2024-07-25T10:53:42Z</dc:date>
    <item>
      <title>How do I show multiple selections from survey results inside a report using a single dynamic text per question</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-i-show-multiple-selections-from-survey/m-p/1507387#M13796</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello Everyone,&lt;/P&gt;&lt;P&gt;How do I show multiple selections from my survey results to only be in one dynamic text inside my template? For example, if I have multiple selections made and each selection is a different attribute, but I want all the attributes listed under the same field to be in one dynamic text- how would I get all my selections to show in that one text? Currently if I have multiple selections and my selected attributes are "Road", "Sidewalk", Bike Lane" and they are all under ${Type} field how can I get them to be listed in my report in one single line rather than it giving me 3 different pages with the same information repeated three times.&lt;/P&gt;&lt;P&gt;I want my report to show this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Template:&lt;/STRONG&gt; The type of transportation in this town are ${Type}.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Ideal Output:&lt;/STRONG&gt; The type of transportation in this town are Road, Sidewalk, Bike Lane.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What it is currently showing me:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Template: The type of transportation in this town are ${Type}.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current Output:&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The type of transportation in this town are Road.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;next page&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The type of transportation in this town are Sidewalk.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;next page&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The type of transportation in this town are Bike Lane.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated! Thanks!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jul 2024 18:03:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-i-show-multiple-selections-from-survey/m-p/1507387#M13796</guid>
      <dc:creator>Chrystiana_chf</dc:creator>
      <dc:date>2024-07-19T18:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I show multiple selections from survey results inside a report using a single dynamic text per question</title>
      <link>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-i-show-multiple-selections-from-survey/m-p/1509786#M13873</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/608382"&gt;@Chrystiana_chf&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the late reply. Here are a few solutions to achieve what you need, and I attached my template to this reply as well.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruth_JiatengXu_2-1721903811944.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110617iC340A5DF13D65F23/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ruth_JiatengXu_2-1721903811944.png" alt="Ruth_JiatengXu_2-1721903811944.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Short explanation:&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Use $&amp;lt;$summary&amp;gt;$&amp;lt;/&amp;gt; to generate summary with&amp;nbsp;multiple selections from survey results&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;${&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;#&lt;FONT color="#FF0000"&gt;survey&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; }...${/} is used to print out all the selected records in the &lt;FONT color="#FF0000"&gt;survey&lt;/FONT&gt; layer. Your layer name might be different from mine, please replace it with your layer name which can be found on the quick reference page&lt;/LI&gt;&lt;/UL&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Ruth_JiatengXu_3-1721904556929.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/110618i69302349850D7D1D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Ruth_JiatengXu_3-1721904556929.png" alt="Ruth_JiatengXu_3-1721904556929.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You can reference doc to learn more syntax:&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereportqueries.htm#ESRI_SECTION1_9FF9489173C741DD95472F21B5AD8374" target="_blank" rel="noopener"&gt;https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereportqueries.htm#ESRI_SECTION1_9FF9489173C741DD95472F21B5AD8374&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please feel free to let me know if you have further questions.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ruth&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jul 2024 10:53:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-experience-builder-questions/how-do-i-show-multiple-selections-from-survey/m-p/1509786#M13873</guid>
      <dc:creator>Ruth_JiatengXu</dc:creator>
      <dc:date>2024-07-25T10:53:42Z</dc:date>
    </item>
  </channel>
</rss>

