<?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: Error: An error occurred when checking the report template. No tag &amp;quot;w:tr&amp;quot; was found at the left in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/error-an-error-occurred-when-checking-the-report/m-p/1359092#M53354</link>
    <description>&lt;P&gt;Thanks for looking over this, I know it's a bit of a beast!&lt;/P&gt;&lt;P&gt;After a lot of searching, I found one of my statements started inside a table but had the ${/} outside the table. Moving the ${/} inside seemed to do the trick.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 11 Dec 2023 14:55:05 GMT</pubDate>
    <dc:creator>DuncanG</dc:creator>
    <dc:date>2023-12-11T14:55:05Z</dc:date>
    <item>
      <title>Error: An error occurred when checking the report template. No tag "w:tr" was found at the left</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-an-error-occurred-when-checking-the-report/m-p/1358500#M53314</link>
      <description>&lt;P&gt;I am tweaking an existing custom report template and keep receiving a &lt;EM&gt;No tag "w:tr" was found at the left &lt;/EM&gt;error message. There are a couple of similar posts on here with the error on the right, but the solutions havent worked for me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The custom report that this is based on works fine, so I am stuck on how to fix this. Any help would be much appreciated!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 12:10:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-an-error-occurred-when-checking-the-report/m-p/1358500#M53314</guid>
      <dc:creator>DuncanG</dc:creator>
      <dc:date>2023-12-08T12:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error: An error occurred when checking the report template. No tag "w:tr" was found at the left</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-an-error-occurred-when-checking-the-report/m-p/1358796#M53329</link>
      <description>&lt;P&gt;This means that one of your curly braces is wrong. E.g., replaced &lt;STRONG&gt;{&lt;/STRONG&gt; with &lt;STRONG&gt;(.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Can also happen if you have a logic statement like IF that is missing something. E.g.,: &lt;/SPAN&gt;&lt;SPAN&gt;$&lt;/SPAN&gt;&lt;SPAN&gt;{pca_elev_el_date_yn==”no”} &lt;/SPAN&gt;&lt;SPAN&gt;should be &lt;/SPAN&gt;&lt;SPAN&gt;${&lt;STRONG&gt;if&lt;/STRONG&gt; pca_elev_el_date_yn==”no”}&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 22:22:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-an-error-occurred-when-checking-the-report/m-p/1358796#M53329</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2023-12-08T22:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error: An error occurred when checking the report template. No tag "w:tr" was found at the left</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-an-error-occurred-when-checking-the-report/m-p/1358798#M53330</link>
      <description>&lt;P&gt;You have a good number of pages there, so a quick scroll through isn't really possible. I'd suggest deleting out parts of the document, try uploading, and narrow down &lt;EM&gt;where&lt;/EM&gt; in the doc the issue starts. I did find a couple things below though.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This:&lt;/STRONG&gt;&lt;BR /&gt;${ if Inspection_Type != “On Road Cycling Trail Registration Inspection” &amp;amp;&amp;amp; Inspection_Type != “On Road Cycling Trail Inspection}&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Should be:&lt;/STRONG&gt;&lt;BR /&gt;${ if Inspection_Type != “On Road Cycling Trail Registration Inspection” &amp;amp;&amp;amp; Inspection_Type != “On Road Cycling Trail Inspection&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;"&lt;/FONT&gt;&lt;/STRONG&gt;}&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;And, I don't think this is an issue, but seems odd to be this:&lt;/STRONG&gt;&lt;BR /&gt;${if Total_Issue_Percentage &amp;gt;= 70&lt;FONT color="#FF0000"&gt;} ${if&lt;/FONT&gt; Total_Issue_Percentage &amp;lt; 70 || Info_Total_Percentage &amp;lt; 70 || Fencing_Total_Percentage &amp;lt; 70 || Litter_Total_Percentage &amp;lt; 70 || Road_Total_Percentage &amp;lt; 70 || Route_Total_Percentage &amp;lt; 70 || Signage_Total_Percentage &amp;lt; 70 || Surface_Total_Percentage &amp;lt; 70 || Structures_Total_Percentage &amp;lt; 70 || Vegetation_Total_Percentage &amp;lt; 70 || Waymarking_Total_Percentage &amp;lt; 70 }&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;FONT color="#FF0000"&gt;&lt;SPAN&gt;${/}${/}&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;Instead of:&lt;/STRONG&gt;&lt;BR /&gt;${if Total_Issue_Percentage &amp;gt;= 70 &lt;FONT color="#FF0000"&gt;||&lt;/FONT&gt; Total_Issue_Percentage &amp;lt; 70 || Info_Total_Percentage &amp;lt; 70 || Fencing_Total_Percentage &amp;lt; 70 || Litter_Total_Percentage &amp;lt; 70 || Road_Total_Percentage &amp;lt; 70 || Route_Total_Percentage &amp;lt; 70 || Signage_Total_Percentage &amp;lt; 70 || Surface_Total_Percentage &amp;lt; 70 || Structures_Total_Percentage &amp;lt; 70 || Vegetation_Total_Percentage &amp;lt; 70 || Waymarking_Total_Percentage &amp;lt; 70 }&lt;STRONG&gt;*&lt;/STRONG&gt;&lt;FONT color="#FF0000"&gt;${/}&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 22:36:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-an-error-occurred-when-checking-the-report/m-p/1358798#M53330</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2023-12-08T22:36:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error: An error occurred when checking the report template. No tag "w:tr" was found at the left</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-an-error-occurred-when-checking-the-report/m-p/1359092#M53354</link>
      <description>&lt;P&gt;Thanks for looking over this, I know it's a bit of a beast!&lt;/P&gt;&lt;P&gt;After a lot of searching, I found one of my statements started inside a table but had the ${/} outside the table. Moving the ${/} inside seemed to do the trick.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 14:55:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-an-error-occurred-when-checking-the-report/m-p/1359092#M53354</guid>
      <dc:creator>DuncanG</dc:creator>
      <dc:date>2023-12-11T14:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error: An error occurred when checking the report template. No tag "w:tr" was found at the left</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/error-an-error-occurred-when-checking-the-report/m-p/1359119#M53360</link>
      <description>&lt;P&gt;That would do it! Glad you found the issue. These errors can be a little ambiguous at times!&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 15:34:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/error-an-error-occurred-when-checking-the-report/m-p/1359119#M53360</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2023-12-11T15:34:24Z</dc:date>
    </item>
  </channel>
</rss>

