<?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: Getting two previously entered values to display together in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/getting-two-previously-entered-values-to-display/m-p/1669019#M64877</link>
    <description>&lt;P&gt;G'day Doug - Can you please give advice on how this summary table will work if there is no value placed in one of the questions in the repeat? I am getting closer to what I need (but if a question was left blank in the repeat above, it throws the values out of order.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lorikeet_0-1764220893764.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/144538i5EBDE14DC042591E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lorikeet_0-1764220893764.png" alt="Lorikeet_0-1764220893764.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my example I have three birds, the Pied Oystercatcher was seen at Dist100, but because there was no abundance data at Dist100 for the other two species, the value of '1' appears to be aligns with the Australasian Pipit, rather than on the third line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any advice on handling this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 27 Nov 2025 05:22:26 GMT</pubDate>
    <dc:creator>Lorikeet</dc:creator>
    <dc:date>2025-11-27T05:22:26Z</dc:date>
    <item>
      <title>Getting two previously entered values to display together</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/getting-two-previously-entered-values-to-display/m-p/1402256#M55835</link>
      <description>&lt;P&gt;Hello, I am working on a survey to take inventory of invasive plant species. I want the survey to display the species and percentage cover that was previously entered so the field techs can easily see what they've already recorded. Right now I have the species and coverage options as select_ones, and the display of what has already been used as a multiline text field with&amp;nbsp;join(", ", ${Species_ID}) as the calculation.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way I can have it also display the percentage cover chosen for each species? And is there another way I get have is display better than a multiline text field, in case there's a lot of species in one transect?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sophia&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 21:47:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/getting-two-previously-entered-values-to-display/m-p/1402256#M55835</guid>
      <dc:creator>SophiaSmith</dc:creator>
      <dc:date>2024-03-28T21:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Getting two previously entered values to display together</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/getting-two-previously-entered-values-to-display/m-p/1402261#M55836</link>
      <description>&lt;P&gt;Kinda of like this?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DougBrowning_0-1711663139323.png" style="width: 720px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/99397i8CA871E6CEFEFFC8/image-dimensions/720x144?v=v2" width="720" height="144" role="button" title="DougBrowning_0-1711663139323.png" alt="DougBrowning_0-1711663139323.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Two ways&lt;/P&gt;&lt;P&gt;Simpler option that may work is inside the repeat concat your two fields like concat(speciesfield, "&amp;nbsp; &amp;nbsp;", cover field)&lt;/P&gt;&lt;P&gt;Then in your join use this new field instead&amp;nbsp;join("\n", ${concat field above})&amp;nbsp; using new line to have each pair on its own line.&lt;/P&gt;&lt;P&gt;Fancy way in case you have more than just the 2.&amp;nbsp; Create a grid to make a table then just have each field in it own cell again using&amp;nbsp; join("\n", ${Species})&amp;nbsp; If you do each field in its own grid cell, since they are in the same order it will magically all line up for you.&lt;/P&gt;&lt;P&gt;Hope that helps&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2024 22:03:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/getting-two-previously-entered-values-to-display/m-p/1402261#M55836</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-03-28T22:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Getting two previously entered values to display together</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/getting-two-previously-entered-values-to-display/m-p/1669019#M64877</link>
      <description>&lt;P&gt;G'day Doug - Can you please give advice on how this summary table will work if there is no value placed in one of the questions in the repeat? I am getting closer to what I need (but if a question was left blank in the repeat above, it throws the values out of order.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Lorikeet_0-1764220893764.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/144538i5EBDE14DC042591E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Lorikeet_0-1764220893764.png" alt="Lorikeet_0-1764220893764.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my example I have three birds, the Pied Oystercatcher was seen at Dist100, but because there was no abundance data at Dist100 for the other two species, the value of '1' appears to be aligns with the Australasian Pipit, rather than on the third line.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you have any advice on handling this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2025 05:22:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/getting-two-previously-entered-values-to-display/m-p/1669019#M64877</guid>
      <dc:creator>Lorikeet</dc:creator>
      <dc:date>2025-11-27T05:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Getting two previously entered values to display together</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/getting-two-previously-entered-values-to-display/m-p/1669459#M64903</link>
      <description>&lt;P&gt;Trying to remember now but changing from dynamic to fixed grid may do it.&amp;nbsp; Its on the settings sheet.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Dec 2025 22:23:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/getting-two-previously-entered-values-to-display/m-p/1669459#M64903</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2025-12-01T22:23:45Z</dc:date>
    </item>
  </channel>
</rss>

