<?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: Pulldata() on public survey doesn't return values in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-on-public-survey-doesn-t-return-values/m-p/770904#M3753</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/401044_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2018 02:35:50 GMT</pubDate>
    <dc:creator>IsmaelChivite</dc:creator>
    <dc:date>2018-04-11T02:35:50Z</dc:date>
    <item>
      <title>Pulldata() on public survey doesn't return values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-on-public-survey-doesn-t-return-values/m-p/770902#M3751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I created a simple survey and used the pulldata() function to return values of room size. &lt;BR /&gt;It works well on the app and returns the values for the room size from the csv file, but it doesn't work in a browser. Instead it displays the string "&lt;SPAN style="color: #333333; font-family: 'Avenir Next W01', 'Avenir Next W00', 'Avenir Next', 'Helvetica Neue', Helvetica, Arial, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: #ffffff; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;"&gt;NaN" (regardless if I'm signed in or not).&lt;/SPAN&gt;&lt;BR /&gt;The survey is set as public, and everyone can submit their answers.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://survey123.arcgis.com/share/c2b9944090194f38bc326d6f54c23247" title="https://survey123.arcgis.com/share/c2b9944090194f38bc326d6f54c23247"&gt;https://survey123.arcgis.com/share/c2b9944090194f38bc326d6f54c23247&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix that?&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2018 22:20:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-on-public-survey-doesn-t-return-values/m-p/770902#M3751</guid>
      <dc:creator>AyeletGreenberg</dc:creator>
      <dc:date>2018-04-09T22:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata() on public survey doesn't return values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-on-public-survey-doesn-t-return-values/m-p/770903#M3752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ayelet&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that you are using a + to concatenate your string:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;${RoomSize} +&amp;nbsp; " Sq ft"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The webform requires that you use concat(), so please try the following:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;concat(${RoomSize}, " Sq ft")&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 01:28:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-on-public-survey-doesn-t-return-values/m-p/770903#M3752</guid>
      <dc:creator>JohnathanHasthorpe</dc:creator>
      <dc:date>2018-04-11T01:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata() on public survey doesn't return values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-on-public-survey-doesn-t-return-values/m-p/770904#M3753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/401044_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 02:35:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-on-public-survey-doesn-t-return-values/m-p/770904#M3753</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2018-04-11T02:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata() on public survey doesn't return values</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-on-public-survey-doesn-t-return-values/m-p/770905#M3754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. &lt;A href="https://community.esri.com/people/canadianclimate"&gt;canadianclimate&lt;/A&gt;&amp;nbsp;it works now.&amp;nbsp;&lt;BR /&gt;I have another question about this form.&lt;BR /&gt;When&amp;nbsp;the Room Number is 'Other' I don't want the (relevant) Room Size to appear because it has no values.&lt;BR /&gt;Because all the room numbers are 4 digits long I used this formula:&amp;nbsp;&lt;BR /&gt;string-length(${RoomNumber})&amp;gt;0 and string-length(${RoomNumber})&amp;lt;5&lt;BR /&gt;What would be the right way to do this when the string length vary?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2018 15:30:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-on-public-survey-doesn-t-return-values/m-p/770905#M3754</guid>
      <dc:creator>AyeletGreenberg</dc:creator>
      <dc:date>2018-04-13T15:30:13Z</dc:date>
    </item>
  </channel>
</rss>

