<?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: Survey123 Report template header in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-report-template-header/m-p/1574762#M60796</link>
    <description>&lt;P&gt;i have now shared the word file, have turned the header to simple image for now.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Jan 2025 12:29:42 GMT</pubDate>
    <dc:creator>DionysiosKerasidis1</dc:creator>
    <dc:date>2025-01-13T12:29:42Z</dc:date>
    <item>
      <title>Survey123 Report template header</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-report-template-header/m-p/1574288#M60784</link>
      <description>&lt;P&gt;Hi Team&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure if anyone has encounter this before.&lt;/P&gt;&lt;P&gt;I have created a report template for survey123 which works perfectly fine. The template includes&amp;nbsp; conditional statements in order as you see below. Depending on survey type the template will print only the relevant section which is great and fine.&lt;/P&gt;&lt;P&gt;The problems comes when i add header. Only if the first condition is met header is printed. In the rest two cases no header is printed.&lt;/P&gt;&lt;P&gt;Any idea why this is happening?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;${if survey_type == “onroad” || survey_type == “offroad” || survey_type == "utilities"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;${if survey_type == “compound” || survey_type == “offroad” || survey_type == "hdd"}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;${if survey_type == “hardstand” || survey_type == “passingbay” || survey_type == "jointbay" || survey_type == “structure” || survey_type == ”culvert”}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DionysiosKerasidis1_0-1736506168623.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123098iBD91052C4020DD39/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DionysiosKerasidis1_0-1736506168623.png" alt="DionysiosKerasidis1_0-1736506168623.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 10:50:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-report-template-header/m-p/1574288#M60784</guid>
      <dc:creator>DionysiosKerasidis1</dc:creator>
      <dc:date>2025-01-10T10:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Report template header</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-report-template-header/m-p/1574380#M60789</link>
      <description>&lt;P&gt;Can you link the full IF() statement&lt;EM&gt; (EDIT: Linking the full word doc may be easier, tbh. If possible)&lt;/EM&gt;? Looks like a few components are missing there.&lt;/P&gt;&lt;P&gt;The three separate (I assume they are separate?) IF() statements you have above look to be formatted correctly from a syntax point of view. Again, I can only make assumptions here. For instance, "onroad" is assumed to exist within your Feature Layer as a valid option.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2025 16:34:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-report-template-header/m-p/1574380#M60789</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2025-01-10T16:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Report template header</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-report-template-header/m-p/1574762#M60796</link>
      <description>&lt;P&gt;i have now shared the word file, have turned the header to simple image for now.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jan 2025 12:29:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-report-template-header/m-p/1574762#M60796</guid>
      <dc:creator>DionysiosKerasidis1</dc:creator>
      <dc:date>2025-01-13T12:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Report template header</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-report-template-header/m-p/1575882#M60833</link>
      <description>&lt;P&gt;Sorry for the delay. I've been out of the office.&lt;/P&gt;&lt;P&gt;This is the reason headers aren't printing for the second two conditional statements (note the "page breaks"):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1736961434575.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123408iDB7FB31FEA780F39/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1736961434575.png" alt="abureaux_0-1736961434575.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Try something like this instead (e.g., no page breaks) :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_2-1736961456797.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/123410i150129E17A120130/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_2-1736961456797.png" alt="abureaux_2-1736961456797.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 17:18:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-report-template-header/m-p/1575882#M60833</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2025-01-15T17:18:21Z</dc:date>
    </item>
  </channel>
</rss>

