<?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 Query (Feature Service/Layer) in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-query-feature-service-layer/m-p/1406709#M56062</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/286635"&gt;@GaryBowles1&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The quotation marks in your outStatistics string is throwing off the URL string.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;pulldata("@layer", "getValue", "attributes.field1", &lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;A href="https://gis.srcx.com/server/rest/services/APPS/APPS_RUN_LOG_BINGHAM_MR/FeatureServer?outStatistics=" target="_blank" rel="noopener nofollow noreferrer"&gt;https://gis.srcx.com/server/rest/services/APPS/APPS_RUN_LOG_BINGHAM_MR/FeatureServer?outStatistics=&lt;/A&gt;&lt;SPAN&gt;[{&lt;STRONG&gt;"&lt;/STRONG&gt;statisticType": "avg","onStatisticField": "field1","outStatisticFieldName": "field1_avg"}])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You'll need to use something like:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;pulldata("@layer", "getValue", "attributes.field1", &lt;STRONG&gt;'&lt;/STRONG&gt;&lt;A href="https://gis.srcx.com/server/rest/services/APPS/APPS_RUN_LOG_BINGHAM_MR/FeatureServer?outStatistics=" target="_blank" rel="noopener nofollow noreferrer"&gt;https://gis.srcx.com/server/rest/services/APPS/APPS_RUN_LOG_BINGHAM_MR/FeatureServer?outStatistics=&lt;/A&gt;[{"statisticType": "avg","onStatisticField": "field1","outStatisticFieldName": "field1_avg"}]&lt;STRONG&gt;'&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Apr 2024 23:31:33 GMT</pubDate>
    <dc:creator>ZacharySutherby</dc:creator>
    <dc:date>2024-04-05T23:31:33Z</dc:date>
    <item>
      <title>@pulldata Query (Feature Service/Layer)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-query-feature-service-layer/m-p/1395842#M55483</link>
      <description>&lt;P&gt;I am trying to query a feature service using&amp;nbsp;@pulldata in the calculate field. I am receiving the following error:&lt;/P&gt;&lt;P&gt;...:Couldn\'t understand the expression starting at this point: ...tStatistics=[{"\xcd\x8estatisticType":...&lt;/P&gt;&lt;P&gt;Here is the pulldata request:&lt;/P&gt;&lt;P&gt;pulldata("@layer", "getValue", "attributes.field1", "&lt;A href="https://gis.srcx.com/server/rest/services/APPS/APPS_RUN_LOG_BINGHAM_MR/FeatureServer?outStatistics=" target="_blank" rel="noopener"&gt;https://gis.srcx.com/server/rest/services/APPS/APPS_RUN_LOG_BINGHAM_MR/FeatureServer?outStatistics=&lt;/A&gt;[{"statisticType": "avg","onStatisticField": "field1","outStatisticFieldName": "field1_avg"}])&lt;/P&gt;&lt;P&gt;The feature service is the same one that the Survey points to.&lt;/P&gt;&lt;P&gt;Survey123 Connect 3.19&lt;/P&gt;&lt;P&gt;ArcGIS Enterprise 11.1&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;--gary&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 14:32:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-query-feature-service-layer/m-p/1395842#M55483</guid>
      <dc:creator>GaryBowles1</dc:creator>
      <dc:date>2024-03-14T14:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: @pulldata Query (Feature Service/Layer)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-query-feature-service-layer/m-p/1406709#M56062</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/286635"&gt;@GaryBowles1&lt;/a&gt;,&amp;nbsp;&lt;/P&gt;&lt;P&gt;The quotation marks in your outStatistics string is throwing off the URL string.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;pulldata("@layer", "getValue", "attributes.field1", &lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;A href="https://gis.srcx.com/server/rest/services/APPS/APPS_RUN_LOG_BINGHAM_MR/FeatureServer?outStatistics=" target="_blank" rel="noopener nofollow noreferrer"&gt;https://gis.srcx.com/server/rest/services/APPS/APPS_RUN_LOG_BINGHAM_MR/FeatureServer?outStatistics=&lt;/A&gt;&lt;SPAN&gt;[{&lt;STRONG&gt;"&lt;/STRONG&gt;statisticType": "avg","onStatisticField": "field1","outStatisticFieldName": "field1_avg"}])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You'll need to use something like:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;pulldata("@layer", "getValue", "attributes.field1", &lt;STRONG&gt;'&lt;/STRONG&gt;&lt;A href="https://gis.srcx.com/server/rest/services/APPS/APPS_RUN_LOG_BINGHAM_MR/FeatureServer?outStatistics=" target="_blank" rel="noopener nofollow noreferrer"&gt;https://gis.srcx.com/server/rest/services/APPS/APPS_RUN_LOG_BINGHAM_MR/FeatureServer?outStatistics=&lt;/A&gt;[{"statisticType": "avg","onStatisticField": "field1","outStatisticFieldName": "field1_avg"}]&lt;STRONG&gt;'&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 23:31:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-query-feature-service-layer/m-p/1406709#M56062</guid>
      <dc:creator>ZacharySutherby</dc:creator>
      <dc:date>2024-04-05T23:31:33Z</dc:date>
    </item>
    <item>
      <title>Re: @pulldata Query (Feature Service/Layer)</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-query-feature-service-layer/m-p/1406943#M56066</link>
      <description>&lt;P&gt;Thanks Zach I will give it a try and let you know what happens.&lt;/P&gt;&lt;P&gt;--gary&lt;/P&gt;</description>
      <pubDate>Sun, 07 Apr 2024 14:48:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/pulldata-query-feature-service-layer/m-p/1406943#M56066</guid>
      <dc:creator>GaryBowles1</dc:creator>
      <dc:date>2024-04-07T14:48:52Z</dc:date>
    </item>
  </channel>
</rss>

