<?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: Use pulldata to display multiple values associated with lookup in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-display-multiple-values-associated/m-p/1371909#M54119</link>
    <description>&lt;P&gt;No, I don't think so. We have transects where we monitor the same tagged plants (1 species of rare cactus) year after year. The field crew wants to select a site and transect and have each tagged plant from the selected transect displayed in a list on the form. I have a feeling that pulldata is limited to only returning 1 value, but looking to confirm that and for potential other options.&lt;/P&gt;</description>
    <pubDate>Thu, 18 Jan 2024 20:49:42 GMT</pubDate>
    <dc:creator>RickLevy</dc:creator>
    <dc:date>2024-01-18T20:49:42Z</dc:date>
    <item>
      <title>Use pulldata to display multiple values associated with lookup</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-display-multiple-values-associated/m-p/1371899#M54116</link>
      <description>&lt;P&gt;I have an external list of plants, each one belonging to a transect. In my form the user selects a transect and I am hoping to display a note/list of plants that are associated with the selected transect. Is it possible to use pulldata to return multiple values? If not, are there any other options? I am purely trying to display the plant information in a note, not a select_one or select_many. I am using survyey123 connect to design. I am open to using javascript, but the form must be functional offline.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 20:36:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-display-multiple-values-associated/m-p/1371899#M54116</guid>
      <dc:creator>RickLevy</dc:creator>
      <dc:date>2024-01-18T20:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Use pulldata to display multiple values associated with lookup</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-display-multiple-values-associated/m-p/1371901#M54117</link>
      <description>&lt;P&gt;Do you just mean a running list total in a repeat?&amp;nbsp; If so join() works well for that.&amp;nbsp; I use it to check for dups when doing a species inventory.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 20:38:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-display-multiple-values-associated/m-p/1371901#M54117</guid>
      <dc:creator>DougBrowning</dc:creator>
      <dc:date>2024-01-18T20:38:27Z</dc:date>
    </item>
    <item>
      <title>Re: Use pulldata to display multiple values associated with lookup</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-display-multiple-values-associated/m-p/1371909#M54119</link>
      <description>&lt;P&gt;No, I don't think so. We have transects where we monitor the same tagged plants (1 species of rare cactus) year after year. The field crew wants to select a site and transect and have each tagged plant from the selected transect displayed in a list on the form. I have a feeling that pulldata is limited to only returning 1 value, but looking to confirm that and for potential other options.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jan 2024 20:49:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-display-multiple-values-associated/m-p/1371909#M54119</guid>
      <dc:creator>RickLevy</dc:creator>
      <dc:date>2024-01-18T20:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Use pulldata to display multiple values associated with lookup</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-display-multiple-values-associated/m-p/1374455#M54309</link>
      <description>&lt;P&gt;How do they select a transect?&lt;/P&gt;&lt;P&gt;This is what I do. May be of help to you:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_1-1706200071089.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92808iE30091C207AD2FDB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_1-1706200071089.png" alt="abureaux_1-1706200071089.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Enter in your layer into the &lt;STRONG&gt;Layer URL&lt;/STRONG&gt;'s default, and determine what type of &lt;STRONG&gt;Where Clause&lt;/STRONG&gt; you need.&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;Json of Main Layer&lt;/STRONG&gt; is a JSON response containing everything in the search result. From there, I pull what I need:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_2-1706200130673.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92809iF9937FD9045AD147/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_2-1706200130673.png" alt="abureaux_2-1706200130673.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jan 2024 16:29:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-display-multiple-values-associated/m-p/1374455#M54309</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-01-25T16:29:42Z</dc:date>
    </item>
  </channel>
</rss>

