<?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: An error occurred when rendering by the report engine. in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/an-error-occurred-when-rendering-by-the-report/m-p/1359213#M53369</link>
    <description>&lt;P&gt;Any chance you could upload the Word Doc? Not sure what the issue would be from that error, and these errors can be rather broad scope at times.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 17:17:29 GMT</pubDate>
    <dc:creator>abureaux</dc:creator>
    <dc:date>2023-12-11T17:17:29Z</dc:date>
    <item>
      <title>An error occurred when rendering by the report engine.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/an-error-occurred-when-rendering-by-the-report/m-p/1359107#M53358</link>
      <description>&lt;P&gt;I am trying to generate a report using a custom template but keep getting the below errors. Unfortunately, I don't get any more information on where the problem lies or what Failed Object ID 2 is. Does anyone have an idea of where I should start?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DuncanG_0-1702307833406.png"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88612i98CA8E6A0BAE652C/image-size/medium?v=v2&amp;amp;px=400" alt="DuncanG_0-1702307833406.png" title="DuncanG_0-1702307833406.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DuncanG_1-1702307857360.png"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88613i6D0B86717AB6CA14/image-size/medium?v=v2&amp;amp;px=400" alt="DuncanG_1-1702307857360.png" title="DuncanG_1-1702307857360.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DuncanG_2-1702307886299.png"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/88614i76E66D626A847631/image-size/medium?v=v2&amp;amp;px=400" alt="DuncanG_2-1702307886299.png" title="DuncanG_2-1702307886299.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 15:19:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/an-error-occurred-when-rendering-by-the-report/m-p/1359107#M53358</guid>
      <dc:creator>DuncanG</dc:creator>
      <dc:date>2023-12-11T15:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred when rendering by the report engine.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/an-error-occurred-when-rendering-by-the-report/m-p/1359213#M53369</link>
      <description>&lt;P&gt;Any chance you could upload the Word Doc? Not sure what the issue would be from that error, and these errors can be rather broad scope at times.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 17:17:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/an-error-occurred-when-rendering-by-the-report/m-p/1359213#M53369</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2023-12-11T17:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: An error occurred when rendering by the report engine.</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/an-error-occurred-when-rendering-by-the-report/m-p/1360803#M53464</link>
      <description>&lt;P&gt;After working through each line of the template I have actually resolved this issue now.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I had a number of If statements that it did not like, after re-phrasing them it went through ok:&amp;nbsp;&lt;/P&gt;&lt;P&gt;This :&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To&lt;/STRONG&gt; ${if Inspection_Type == “Off Road – Traffic Free Cycling Trail Registration Inspection”}&lt;STRONG&gt; become&lt;/STRONG&gt;${/}${if Inspection_Type == “Mountain Biking Trail Registration Inspection”}&lt;STRONG&gt;become&lt;/STRONG&gt;${/}${if Inspection_Type == “On Road Cycling Trail Registration Inspection”}&lt;STRONG&gt;become&lt;/STRONG&gt;${/}${ if Inspection_Type == “Off Road – Traffic Free Cycling Trail Inspection”}&lt;STRONG&gt;remain&lt;/STRONG&gt;${/}${ if Inspection_Type == “Mountain Biking Trail Inspection”}&lt;STRONG&gt;remain&lt;/STRONG&gt;${/}${ if Inspection_Type == “On Road Cycling Trail Inspection”}&lt;STRONG&gt;remain&lt;/STRONG&gt;${/}&lt;STRONG&gt; listed on the National Trails Register, the &lt;/STRONG&gt;${if Management_Result == “Does Not Meet Requirements”}&lt;STRONG&gt;management&lt;/STRONG&gt;${if (Management_Result == “Does Not Meet Requirements”) &amp;amp;&amp;amp; Infrastructure_Result == “No”}&lt;STRONG&gt; &amp;amp; &lt;/STRONG&gt;${/}${if Infrastructure_Result == “No”}${if Sum_Safety_Issues &amp;gt;0}&lt;STRONG&gt;safety and/or &lt;/STRONG&gt;${/}&lt;STRONG&gt;significant&lt;/STRONG&gt;${/}&lt;STRONG&gt; issues identified in this report need to be addressed.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Changed to this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To&lt;/STRONG&gt; ${if Inspection_Type | selected:“Off Road Registration”}&lt;STRONG&gt; become&lt;/STRONG&gt;${/}${if Inspection_Type | selected:“Mountain Biking Registration”}&lt;STRONG&gt;become&lt;/STRONG&gt;${/}${if Inspection_Type | selected:“On Road Registration”}&lt;STRONG&gt;become&lt;/STRONG&gt;${/}${ if Inspection_Type |selected:“Off Road Inspection”}&lt;STRONG&gt;remain&lt;/STRONG&gt;${/}${ if Inspection_Type | selected:“Mountain Biking Inspection”}&lt;STRONG&gt;remain&lt;/STRONG&gt;${/}${ if Inspection_Type | selected:“On Road Inspection”}&lt;STRONG&gt;remain&lt;/STRONG&gt;${/}&lt;STRONG&gt; listed on the National Trails Register, the &lt;/STRONG&gt;${if Management_Result == “Does Not Meet Requirements”}&lt;STRONG&gt;management&lt;/STRONG&gt;${if Management_Result == “Does Not Meet Requirements” &amp;amp;&amp;amp; Infrastructure_Result == “No”}&lt;STRONG&gt; &amp;amp; &lt;/STRONG&gt;${/}${/}${if Infrastructure_Result == “No”}${if Sum_Safety_Issues &amp;gt;0}&lt;STRONG&gt;safety and/or &lt;/STRONG&gt;${/}&lt;STRONG&gt;significant&lt;/STRONG&gt;${/}&lt;STRONG&gt; issues identified in this report need to be addressed. &lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 10:38:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/an-error-occurred-when-rendering-by-the-report/m-p/1360803#M53464</guid>
      <dc:creator>DuncanG</dc:creator>
      <dc:date>2023-12-14T10:38:04Z</dc:date>
    </item>
  </channel>
</rss>

