<?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 Need help with pulldata function in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/need-help-with-pulldata-function/m-p/766376#M2600</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on a survey and would like to have the dissolved oxygen value (eg. 8.29) autopopulate by entering the barometric pressure and the temperature in separate fields. Can this be accomplished in Survey123?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/488733_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Apr 2020 15:18:50 GMT</pubDate>
    <dc:creator>JerryAckerman</dc:creator>
    <dc:date>2020-04-15T15:18:50Z</dc:date>
    <item>
      <title>Need help with pulldata function</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/need-help-with-pulldata-function/m-p/766376#M2600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm working on a survey and would like to have the dissolved oxygen value (eg. 8.29) autopopulate by entering the barometric pressure and the temperature in separate fields. Can this be accomplished in Survey123?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/488733_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2020 15:18:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/need-help-with-pulldata-function/m-p/766376#M2600</guid>
      <dc:creator>JerryAckerman</dc:creator>
      <dc:date>2020-04-15T15:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need help with pulldata function</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/need-help-with-pulldata-function/m-p/766377#M2601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jerry&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes this is possible using pulldata() to look up the value from a CSV file. Say you have a CSV file named solubility.csv that looks something like this:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
temp,baro700,baro701,baro702
20.0,8.36,8.37,8.38
20.1,8.34,8.35,8.37
20.2,8.32,8.34,8.35
(etc.)&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the user enters values into ${temp} and ${pressure} questions, you could then use a calculation similar to this to retrieve the value:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
pulldata('solubility',concat('baro',${pressure}),'temp',${temp})&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plenty of great info on pulldata in this blog:&amp;nbsp;&lt;A href="https://community.esri.com/groups/survey123/blog/2016/10/27/the-pulldata-function-access-external-data" target="_blank"&gt;https://community.esri.com/groups/survey123/blog/2016/10/27/the-pulldata-function-access-external-data&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also documented here:&amp;nbsp;&lt;A class="link-titled" href="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_A3C2F3566F974734B55ECECD31C6CA91" title="https://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_A3C2F3566F974734B55ECECD31C6CA91" rel="nofollow noopener noreferrer" target="_blank"&gt;Formulas—Survey123 for ArcGIS | Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:53:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/need-help-with-pulldata-function/m-p/766377#M2601</guid>
      <dc:creator>Jim-Moore</dc:creator>
      <dc:date>2021-12-12T16:53:42Z</dc:date>
    </item>
  </channel>
</rss>

