<?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 multiple geopoints from a repeat in a single map in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/display-multiple-geopoints-from-a-repeat-in-a/m-p/1287244#M49125</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/82774"&gt;@Daniel_Perkins&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Displaying multiple geometries on a single map is also available in an individual report. You can find the `${location | where:"status='broken' !important" | map:"&amp;lt;itemID&amp;gt;" | size:400:300}` example which displays all geometries where status='broken' under the Map questions section in &lt;A href="https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm" target="_self"&gt;the help topic&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Would you mind sharing some context of your geopoint question/survey/XLSForm and what you want to achieve?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 09 May 2023 14:09:30 GMT</pubDate>
    <dc:creator>ZhifangWang</dc:creator>
    <dc:date>2023-05-09T14:09:30Z</dc:date>
    <item>
      <title>Display multiple geopoints from a repeat in a single map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/display-multiple-geopoints-from-a-repeat-in-a/m-p/1146695#M40695</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a form with multiple groups and repeats that let you collect multiple geopoints. By default the report print each geopoint separately but I want to show all the points in a single map because otherwise it won't make sense displaying them separately.&lt;/P&gt;&lt;P&gt;How can I do that? I found this from the documentation&amp;nbsp;&lt;SPAN&gt;${geopoint_question | mapSettings:"10df2279f9684e4a9f6a7f08febac2a9":100000}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;geopoint_question is the name of the question that let you drop the point and in the object ID (in this case "&lt;SPAN&gt;10df2279f9684e4a9f6a7f08febac2a9" I put the ID of the map that contains the feature layer.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It gives me an error when I try to upload the &amp;nbsp;report template. Failed to parse because it cannot find the geopoint_question or something similar.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I appreciate your help&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 21:16:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/display-multiple-geopoints-from-a-repeat-in-a/m-p/1146695#M40695</guid>
      <dc:creator>Iron_Mark</dc:creator>
      <dc:date>2022-02-22T21:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Display multiple geopoints from a repeat in a single map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/display-multiple-geopoints-from-a-repeat-in-a/m-p/1147933#M40829</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/487054"&gt;@Iron_Mark&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;In the latest &lt;A href="https://community.esri.com/t5/arcgis-survey123-blog/what-s-new-in-arcgis-survey123-february-2022/ba-p/1147290" target="_self"&gt;Survey123 February update&lt;/A&gt;, the Survey123 report service supports displaying multiple geometries (from a same layer) on a single map.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example,&amp;nbsp;&lt;SPAN&gt;${geopointInRepeatLayer | where:"parentGlobalID='&amp;lt;aGlobalID&amp;gt;'" | drawingInfo:"currentLayer"}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please check details of&amp;nbsp;&lt;A href="https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm#ESRI_SECTION2_3C3505ED91684351918C1C48F999EF89" target="_blank" rel="noopener"&gt;the syntax and examples in the doc&lt;/A&gt;.&lt;/P&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, 25 Feb 2022 12:00:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/display-multiple-geopoints-from-a-repeat-in-a/m-p/1147933#M40829</guid>
      <dc:creator>ZhifangWang</dc:creator>
      <dc:date>2022-02-25T12:00:13Z</dc:date>
    </item>
    <item>
      <title>Re: Display multiple geopoints from a repeat in a single map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/display-multiple-geopoints-from-a-repeat-in-a/m-p/1286474#M49104</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/109662"&gt;@ZhifangWang&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I read the help documentation and am still struggling with this. Is this feature only available in a summary section of a report? I tried your suggestion above using globalid and I couldn't get it to work. Can you provide a bit more detailed explanation? Thank you.&lt;/P&gt;&lt;P&gt;Based on the report templates web page, I also tried:&lt;/P&gt;&lt;P&gt;${#&amp;lt;repeat_name&amp;gt; | resultRecordCount:1}${repeat1.&amp;lt;repeat_geopoint&amp;gt; | where: “inspectionId=123 !important”}${/}&lt;/P&gt;</description>
      <pubDate>Sat, 06 May 2023 16:22:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/display-multiple-geopoints-from-a-repeat-in-a/m-p/1286474#M49104</guid>
      <dc:creator>Daniel_Perkins</dc:creator>
      <dc:date>2023-05-06T16:22:04Z</dc:date>
    </item>
    <item>
      <title>Re: Display multiple geopoints from a repeat in a single map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/display-multiple-geopoints-from-a-repeat-in-a/m-p/1287244#M49125</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/82774"&gt;@Daniel_Perkins&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Displaying multiple geometries on a single map is also available in an individual report. You can find the `${location | where:"status='broken' !important" | map:"&amp;lt;itemID&amp;gt;" | size:400:300}` example which displays all geometries where status='broken' under the Map questions section in &lt;A href="https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm" target="_self"&gt;the help topic&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Would you mind sharing some context of your geopoint question/survey/XLSForm and what you want to achieve?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2023 14:09:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/display-multiple-geopoints-from-a-repeat-in-a/m-p/1287244#M49125</guid>
      <dc:creator>ZhifangWang</dc:creator>
      <dc:date>2023-05-09T14:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: Display multiple geopoints from a repeat in a single map</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/display-multiple-geopoints-from-a-repeat-in-a/m-p/1310829#M50784</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/109662"&gt;@ZhifangWang&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for the help and sorry for the delay. I have a Survey123 form with a repeated geopoint question to capture issues along a trail segment. I would like to display a map on the report that shows only those points collected within a given record (not all points that may exist in the data layer from other submissions).&lt;/P&gt;&lt;P&gt;I have attached a simplified xlsx here which should show the relevant questions.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2023 19:45:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/display-multiple-geopoints-from-a-repeat-in-a/m-p/1310829#M50784</guid>
      <dc:creator>Daniel_Perkins</dc:creator>
      <dc:date>2023-07-23T19:45:37Z</dc:date>
    </item>
  </channel>
</rss>

