<?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 populate select_one label in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-populate-select-one-label/m-p/874025#M28777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James, &amp;nbsp;I have been trying as you described, but I can't seem to get the pulldata to work. &amp;nbsp;I have a note question and use the pulldata syntax/csv from my original post in the calculation cell. &amp;nbsp;I have to put in a a value in the label or hint or I get an error. &amp;nbsp;When I put a value in the hint only, I get:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/370416_pastedImage_1.png" style="width: 620px; height: 167px;" /&gt;&lt;/P&gt;&lt;P&gt;If I put a value in the label only, I only get the value I put in, not the calculation.&lt;/P&gt;&lt;P&gt;Do you see any issues in the syntax of my pulldata function or csv? &amp;nbsp;Maybe even a limitation on the names used? Quotes issues?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Sep 2017 19:21:58 GMT</pubDate>
    <dc:creator>LarryWiebe</dc:creator>
    <dc:date>2017-09-08T19:21:58Z</dc:date>
    <item>
      <title>Use pulldata() to populate select_one label</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-populate-select-one-label/m-p/874023#M28775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am inspecting transmission towers. &amp;nbsp;I have a simple Yes/No select_one question, but I need the label for the question to reflect the number of insulators on the tower. &amp;nbsp;I have built a pulldata csv that has my tower number and the label in it, but I can't get the label to show up. &amp;nbsp;I have tried the following in the label and calculation filed of the select_one and note question types. pulldata('BPIII_pulldata','tld_struct_no','label_phs_insul_clean_plumb',${tld_structure})&lt;/P&gt;&lt;P&gt;here is a sample of my CSV:&lt;/P&gt;&lt;P&gt;tld_struct_no,label_phs_insul_clean_plumb&lt;BR /&gt;1,"Correct number of insulators (3x30 dead end; 28 jumper); insulators are clean and strings plumb"&lt;BR /&gt;2,"Correct number of insulators (28); insulators are clean and strings are plumb"&lt;BR /&gt;3,"Correct number of insulators (3x30 dead end; 28 jumper); insulators are clean and strings plumb"&lt;BR /&gt;4,"Correct number of insulators (28); insulators are clean and strings are plumb"&lt;BR /&gt;5,"Correct number of insulators (28); insulators are clean and strings are plumb"&lt;BR /&gt;6,"Correct number of insulators (28); insulators are clean and strings are plumb"&lt;BR /&gt;7,"Correct number of insulators (28); insulators are clean and strings are plumb"&lt;BR /&gt;8,"Correct number of insulators (3x30 dead end; 28 jumper); insulators are clean and strings plumb"&lt;BR /&gt;9,"Correct number of insulators (28); insulators are clean and strings are plumb"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 15:39:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-populate-select-one-label/m-p/874023#M28775</guid>
      <dc:creator>LarryWiebe</dc:creator>
      <dc:date>2017-09-08T15:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: Use pulldata() to populate select_one label</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-populate-select-one-label/m-p/874024#M28776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently Survey123 doesn't support modifying the question label text. &amp;nbsp;You might be able to accomplish something similar with a note that is calculated using the pulldata to create something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Correct number of insulators (28)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;SPAN&gt;Insulators are clean and strings are plumb?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 18:29:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-populate-select-one-label/m-p/874024#M28776</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-09-08T18:29:23Z</dc:date>
    </item>
    <item>
      <title>Re: Use pulldata() to populate select_one label</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-populate-select-one-label/m-p/874025#M28777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James, &amp;nbsp;I have been trying as you described, but I can't seem to get the pulldata to work. &amp;nbsp;I have a note question and use the pulldata syntax/csv from my original post in the calculation cell. &amp;nbsp;I have to put in a a value in the label or hint or I get an error. &amp;nbsp;When I put a value in the hint only, I get:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/370416_pastedImage_1.png" style="width: 620px; height: 167px;" /&gt;&lt;/P&gt;&lt;P&gt;If I put a value in the label only, I only get the value I put in, not the calculation.&lt;/P&gt;&lt;P&gt;Do you see any issues in the syntax of my pulldata function or csv? &amp;nbsp;Maybe even a limitation on the names used? Quotes issues?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 19:21:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-populate-select-one-label/m-p/874025#M28777</guid>
      <dc:creator>LarryWiebe</dc:creator>
      <dc:date>2017-09-08T19:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: Use pulldata() to populate select_one label</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-populate-select-one-label/m-p/874026#M28778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without seeing the XLS file, it's little hard to judge if something is right or not. &amp;nbsp;I've created &amp;nbsp;quick example from your sample table to illustrate what I was thinking.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 19:44:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-populate-select-one-label/m-p/874026#M28778</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-09-08T19:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: Use pulldata() to populate select_one label</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-populate-select-one-label/m-p/874027#M28779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks James, got your sample running...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I private message you my configuration? &amp;nbsp;From your example, I had been using a text field for my structure, so I switched it to a select-one and I added&amp;nbsp;the choices, but still can't get it working. &amp;nbsp;Also a select_one is not an option as&lt;/P&gt;&lt;P&gt;I have 3075 structures on this transmission line, not sure if that exceeds some limit. &amp;nbsp;I prepopulate the structure number passing it from collector in my final deployment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 20:13:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-populate-select-one-label/m-p/874027#M28779</guid>
      <dc:creator>LarryWiebe</dc:creator>
      <dc:date>2017-09-08T20:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Use pulldata() to populate select_one label</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-populate-select-one-label/m-p/874028#M28780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larry,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E-mail me at jtedrick at esri.com&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Sep 2017 20:23:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/use-pulldata-to-populate-select-one-label/m-p/874028#M28780</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2017-09-08T20:23:06Z</dc:date>
    </item>
  </channel>
</rss>

