<?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: Display a note based on a selection in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/display-a-note-based-on-a-selection/m-p/868534#M27580</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Static notes can be styled using HTML. &amp;nbsp;Currently, there's an issue using dynamically set&amp;nbsp;values &amp;amp; HTML formatting that is logged.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Sep 2016 16:27:37 GMT</pubDate>
    <dc:creator>JamesTedrick</dc:creator>
    <dc:date>2016-09-28T16:27:37Z</dc:date>
    <item>
      <title>Display a note based on a selection</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/display-a-note-based-on-a-selection/m-p/868529#M27575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I know this is probably one of the easiest things to accomplish but I'm having no luck in finding what I need. I am trying to create a survey&amp;nbsp;that allows the user to select a client name and if that client name has special instructions that the user needs to follow, it will display a note of what those instructions are. Not all client&amp;nbsp;names have special instructions assigned to them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jarom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 20:56:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/display-a-note-based-on-a-selection/m-p/868529#M27575</guid>
      <dc:creator>JaromHlebasko</dc:creator>
      <dc:date>2016-09-27T20:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Display a note based on a selection</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/display-a-note-based-on-a-selection/m-p/868530#M27576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This would be a good use of the pulldata function; would create a CSV of the person &amp;amp; instruction, and then use pulldata to select the instruction based on the name:&amp;nbsp;&lt;A class="link-titled" href="http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_A3C2F3566F974734B55ECECD31C6CA91" title="http://doc.arcgis.com/en/survey123/desktop/create-surveys/xlsformformulas.htm#ESRI_SECTION1_A3C2F3566F974734B55ECECD31C6CA91"&gt;Formulas—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 21:52:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/display-a-note-based-on-a-selection/m-p/868530#M27576</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2016-09-27T21:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Display a note based on a selection</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/display-a-note-based-on-a-selection/m-p/868531#M27577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I appreciate the info and after reading the formulas page you referenced me, I am beyond confused how&amp;nbsp;to implement it. Sorry for the hassle. Any help would be much appreciated!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 22:22:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/display-a-note-based-on-a-selection/m-p/868531#M27577</guid>
      <dc:creator>JaromHlebasko</dc:creator>
      <dc:date>2016-09-27T22:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Display a note based on a selection</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/display-a-note-based-on-a-selection/m-p/868532#M27578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at this video:&amp;nbsp;&lt;A class="link-titled" href="https://www.youtube.com/watch?v=CTq-ux2v5ds&amp;amp;list=PLGZUzt4E4O2L7h2PdpL7st93nURZAW58d&amp;amp;index=11" title="https://www.youtube.com/watch?v=CTq-ux2v5ds&amp;amp;list=PLGZUzt4E4O2L7h2PdpL7st93nURZAW58d&amp;amp;index=11"&gt;Survey123 for ArcGIS – XLSForm: Enabling CSV Data into your Survey - YouTube&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You create a separate CSV file with the lookup data, dave it in the survey's media folder&lt;/P&gt;&lt;P&gt;This works best with a select_one, as you can control the value that you are looking up, rather than have someone manually enter it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you use pulldata() in calculates to look up the information in the lookup table base on the code that has been selected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Sep 2016 22:43:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/display-a-note-based-on-a-selection/m-p/868532#M27578</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2016-09-27T22:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Display a note based on a selection</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/display-a-note-based-on-a-selection/m-p/868533#M27579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Excellent video! I have it working now. Is there a way to make the ${value} a different color?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 04:03:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/display-a-note-based-on-a-selection/m-p/868533#M27579</guid>
      <dc:creator>JaromHlebasko</dc:creator>
      <dc:date>2016-09-28T04:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: Display a note based on a selection</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/display-a-note-based-on-a-selection/m-p/868534#M27580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Static notes can be styled using HTML. &amp;nbsp;Currently, there's an issue using dynamically set&amp;nbsp;values &amp;amp; HTML formatting that is logged.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Sep 2016 16:27:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/display-a-note-based-on-a-selection/m-p/868534#M27580</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2016-09-28T16:27:37Z</dc:date>
    </item>
  </channel>
</rss>

