<?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 Report Template: positions of nested repeats in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/report-template-positions-of-nested-repeats/m-p/1661532#M64580</link>
    <description>&lt;P&gt;I have a nested repeat of noncompliance and noncompliance_photos.&lt;/P&gt;&lt;P&gt;${#noncompliance}&lt;/P&gt;&lt;P&gt;$#{noncompliance_photos}&lt;/P&gt;&lt;P&gt;${/}&lt;/P&gt;&lt;P&gt;${/}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a feature report template, how do I use the $feature keywork to get the position of each record?&amp;nbsp;&lt;/P&gt;&lt;P&gt;${#noncompliance}${if (noncompliance_photos | getValue:"count")&amp;gt;0}&lt;/P&gt;&lt;P&gt;Non-compliance Number:&amp;nbsp;&lt;STRONG&gt;${$feature | getValue: "position"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Photo Number:&amp;nbsp;&lt;STRONG&gt;${$feature | getValue: "position"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;${/}${/}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above only gets the position of the inner-most repeat, not the parent repeat.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help with this?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Oct 2025 20:01:05 GMT</pubDate>
    <dc:creator>danbecker</dc:creator>
    <dc:date>2025-10-28T20:01:05Z</dc:date>
    <item>
      <title>Report Template: positions of nested repeats</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/report-template-positions-of-nested-repeats/m-p/1661532#M64580</link>
      <description>&lt;P&gt;I have a nested repeat of noncompliance and noncompliance_photos.&lt;/P&gt;&lt;P&gt;${#noncompliance}&lt;/P&gt;&lt;P&gt;$#{noncompliance_photos}&lt;/P&gt;&lt;P&gt;${/}&lt;/P&gt;&lt;P&gt;${/}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In a feature report template, how do I use the $feature keywork to get the position of each record?&amp;nbsp;&lt;/P&gt;&lt;P&gt;${#noncompliance}${if (noncompliance_photos | getValue:"count")&amp;gt;0}&lt;/P&gt;&lt;P&gt;Non-compliance Number:&amp;nbsp;&lt;STRONG&gt;${$feature | getValue: "position"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Photo Number:&amp;nbsp;&lt;STRONG&gt;${$feature | getValue: "position"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;${/}${/}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The above only gets the position of the inner-most repeat, not the parent repeat.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help with this?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 20:01:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/report-template-positions-of-nested-repeats/m-p/1661532#M64580</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2025-10-28T20:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Report Template: positions of nested repeats</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/report-template-positions-of-nested-repeats/m-p/1661544#M64581</link>
      <description>&lt;P&gt;Did you try like this?&amp;nbsp; The non compliance number is is in the parent repeat, and in the above you are calling in the child/photo repeat.&lt;/P&gt;&lt;P&gt;${#noncompliance}&lt;/P&gt;&lt;P&gt;Non-compliance Number:&amp;nbsp;&lt;STRONG&gt;${$feature | getValue: "position"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;${if (noncompliance_photos | getValue:"count")&amp;gt;0}&lt;/P&gt;&lt;P&gt;Photo Number:&amp;nbsp;&lt;STRONG&gt;${$feature | getValue: "position"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;${/}${/}&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 20:25:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/report-template-positions-of-nested-repeats/m-p/1661544#M64581</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-10-28T20:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Report Template: positions of nested repeats</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/report-template-positions-of-nested-repeats/m-p/1661553#M64582</link>
      <description>&lt;P&gt;I have this at the top, so that the entire section can be skipped if no photos exist.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;${#noncompliance}${if (noncompliance_photos | getValue:"count")&amp;gt;0}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But I guess, that starts the&amp;nbsp;noncompliance_photos parser?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 20:48:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/report-template-positions-of-nested-repeats/m-p/1661553#M64582</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2025-10-28T20:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: Report Template: positions of nested repeats</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/report-template-positions-of-nested-repeats/m-p/1661556#M64583</link>
      <description>&lt;P&gt;In that case, not sure if this will work or not:&lt;/P&gt;&lt;P&gt;${#noncompliance}${if (noncompliance_photos | getValue:"count")&amp;gt;0}&lt;/P&gt;&lt;P&gt;${#noncompliance}&lt;/P&gt;&lt;P&gt;Non-compliance Number:&amp;nbsp;&lt;STRONG&gt;${$feature | getValue: "position"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;${/}&lt;/P&gt;&lt;P&gt;Photo Number:&amp;nbsp;&lt;STRONG&gt;${$feature | getValue: "position"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;${/}${/}&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 20:52:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/report-template-positions-of-nested-repeats/m-p/1661556#M64583</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-10-28T20:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: Report Template: positions of nested repeats</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/report-template-positions-of-nested-repeats/m-p/1661591#M64585</link>
      <description>&lt;P&gt;unfortunately, that doesn't work. It then thinks both&amp;nbsp;#noncompliance and #noncompliance_photos are unclosed.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Oct 2025 23:22:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/report-template-positions-of-nested-repeats/m-p/1661591#M64585</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2025-10-28T23:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Report Template: positions of nested repeats</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/report-template-positions-of-nested-repeats/m-p/1661907#M64588</link>
      <description>&lt;P&gt;Could you put a counter in your parent repeat to count the number of photos in the child repeat. Then something like this:&lt;/P&gt;&lt;P&gt;${#noncompliance}&lt;SPAN&gt;${if countphoto&amp;gt;0}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Non-compliance Number:&amp;nbsp;&lt;STRONG&gt;${$feature | getValue: "position"}&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;${if (noncompliance_photos | getValue:"count")&amp;gt;0}&lt;/P&gt;&lt;P&gt;Photo Number:&amp;nbsp;&lt;STRONG&gt;${$feature | getValue: "position"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;${/}${/}${/}&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Neal_t_k_0-1761750106524.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/142853iB7EC4E08811D8E5D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Neal_t_k_0-1761750106524.png" alt="Neal_t_k_0-1761750106524.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 15:05:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/report-template-positions-of-nested-repeats/m-p/1661907#M64588</guid>
      <dc:creator>Neal_t_k</dc:creator>
      <dc:date>2025-10-29T15:05:54Z</dc:date>
    </item>
    <item>
      <title>Re: Report Template: positions of nested repeats</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/report-template-positions-of-nested-repeats/m-p/1662481#M64621</link>
      <description>&lt;P&gt;I ended up putting a counter on the parent repeat.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Oct 2025 13:25:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/report-template-positions-of-nested-repeats/m-p/1662481#M64621</guid>
      <dc:creator>danbecker</dc:creator>
      <dc:date>2025-10-31T13:25:32Z</dc:date>
    </item>
  </channel>
</rss>

