<?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 not functioning in web form in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-not-functioning-in-web-form/m-p/876942#M29514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for investigating, Brett!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2020 17:12:10 GMT</pubDate>
    <dc:creator>RalphBeishline</dc:creator>
    <dc:date>2020-01-22T17:12:10Z</dc:date>
    <item>
      <title>Pulldata not functioning in web form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-not-functioning-in-web-form/m-p/876940#M29512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Looking for any additional insight as to why the pulldata function appears to work properly&amp;nbsp;within Connect, but seems to fail to pull data when viewed in browser. I don't appear to have functions within the pulldata which seems to have been a cause of many other similar questions, so I'm at a lost currently.&lt;BR /&gt;&lt;BR /&gt;Appreciate any help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 16:21:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-not-functioning-in-web-form/m-p/876940#M29512</guid>
      <dc:creator>RalphBeishline</dc:creator>
      <dc:date>2020-01-21T16:21:06Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata not functioning in web form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-not-functioning-in-web-form/m-p/876941#M29513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ralph,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I’ve been having a look at your XLSForm. I am seeing your Hospital Count updating based on your SCA selection (pulldata is working here) but not within the repeat, ie Name, Address, Model or Shift. The issue you describe actually appears to be due to the count() function not working inside the repeat in the webform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If count() is inside a repeat then it always reset to 1 no matter how many repeats are added. If count() is outside of repeat then it can count the number of repeats, but unfortunately this is not useful in your example since you're using it to concatenate to build your pulldata expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I encourage you to submit this issue as a bug via &lt;A href="https://support.esri.com"&gt;Esri Support&lt;/A&gt;. The Support team will assign an official bug number for your records. If the issue is reported by other customers it will be attached to the same bug report, which helps us assess the impact of the issue and prioritize it accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brett&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 04:39:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-not-functioning-in-web-form/m-p/876941#M29513</guid>
      <dc:creator>BrettStokes</dc:creator>
      <dc:date>2020-01-22T04:39:26Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata not functioning in web form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-not-functioning-in-web-form/m-p/876942#M29514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for investigating, Brett!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 17:12:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-not-functioning-in-web-form/m-p/876942#M29514</guid>
      <dc:creator>RalphBeishline</dc:creator>
      <dc:date>2020-01-22T17:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: Pulldata not functioning in web form</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-not-functioning-in-web-form/m-p/1228620#M45861</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/248781"&gt;@RalphBeishline&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Just FYI, we confirmed that the issue "count() or sum() inside a repeat does not work as expected in the web app" cannot be fixed at this time.&lt;/P&gt;&lt;P&gt;Please consider using one of the following workarounds to help your workflow:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Move&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;sum()&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;count()&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;outside a repeat&lt;/LI&gt;&lt;LI&gt;Add a&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;sum()&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;or&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;count()&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;outside the repeat as usual, then reference its value as calculation inside the repeat&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Zhifang&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 02:41:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-not-functioning-in-web-form/m-p/1228620#M45861</guid>
      <dc:creator>ZhifangWang</dc:creator>
      <dc:date>2022-11-04T02:41:52Z</dc:date>
    </item>
  </channel>
</rss>

