<?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: Printing Template Survey123 in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849498#M23001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It isn't possible to directly remove the HTML associated with text; that being said, if this is the label for a choice, you could use the ${q1 | getValue: ""} syntax to retrieve the name (domain code) value of the question, which likely does not have HTML.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jan 2020 23:20:37 GMT</pubDate>
    <dc:creator>JamesTedrick</dc:creator>
    <dc:date>2020-01-02T23:20:37Z</dc:date>
    <item>
      <title>Printing Template Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849489#M22992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my survey I have a result field showing choices as "Low,Medium, High" and I have added an individual color to these choices. So in my choices list under "label" I have added these as:&lt;/P&gt;&lt;P&gt;&amp;lt;font color='green'&amp;gt;&amp;lt;b&amp;gt; Low &amp;lt;/b&amp;gt; &amp;lt;/font&amp;gt;&lt;BR /&gt;&amp;lt;font color='orange'&amp;gt;&amp;lt;b&amp;gt; Medium &amp;lt;/b&amp;gt; &amp;lt;/font&amp;gt;&lt;BR /&gt;&amp;lt;font color='red'&amp;gt;&amp;lt;b&amp;gt; High &amp;lt;/b&amp;gt; &amp;lt;/font&amp;gt;&lt;/P&gt;&lt;P&gt;When I have tried printing&amp;nbsp; the report using by default Survey123 template it is showing me correct result as:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #339966;"&gt;Low&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff6600;"&gt;&lt;STRONG&gt;Medium&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;High&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;But it is not showing me the same result above if I used my customized template. My result is the value I have added under "label" above. If I am not wrong the result should be printed same even if we used customized template.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Can anyone guide me about this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Anu&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2018 23:29:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849489#M22992</guid>
      <dc:creator>AnuSawant</dc:creator>
      <dc:date>2018-07-15T23:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Template Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849490#M22993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Customized report templates don't support HTML formatting (in fact, it's news to me that the default template does), so that's why your results aren't being formatted in the same way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Version 3.0 did introduce conditional statements, though, which should let you replicate the formatting in your report template. You can find the formatting to do this in the documentation: &lt;A class="link-titled" href="http://doc.arcgis.com/en/survey123/browser/analyze-results/printsurveyresults.htm#ESRI_SECTION1_74E9041F114B4CD9B5FFBA4FF93209FD" title="http://doc.arcgis.com/en/survey123/browser/analyze-results/printsurveyresults.htm#ESRI_SECTION1_74E9041F114B4CD9B5FFBA4FF93209FD"&gt;Print survey results—Survey123 for ArcGIS | ArcGIS&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, although I don't know your actual survey setup, something like this would list the 'Low' result as you have it in your survey (know that in most cases, select ones will be looking for the choice's label rather than the choice's name):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;${if priority==”&amp;lt;font color='green'&amp;gt;&amp;lt;b&amp;gt; Low &amp;lt;/b&amp;gt; &amp;lt;/font&amp;gt;”}&lt;/SPAN&gt;&lt;STRONG style="color: #00b0f0;"&gt;&lt;STRONG style="color: #339966;"&gt;Low&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN&gt;${/}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Repeat similar for all of your other results. You'll probably need to experiment to get the functionality and formatting that you want.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 01:39:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849490#M22993</guid>
      <dc:creator>ClaireProctor</dc:creator>
      <dc:date>2018-07-16T01:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Template Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849491#M22994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Claire,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our client want that options to be colored in the template so it will stand out. I have checked this&amp;nbsp;in the default Survey123 printing template first so thought it will work into the Custom template, but pity that its not the same.&lt;/P&gt;&lt;P&gt;Unfortunately this field is base on visual inspection and is not depend on any of the fields in survey (I know it would be easy to color code it if it depend on some other field&amp;nbsp; &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/happy.png" /&gt; )&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks,&lt;/P&gt;&lt;P&gt;Anu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 01:53:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849491#M22994</guid>
      <dc:creator>AnuSawant</dc:creator>
      <dc:date>2018-07-16T01:53:16Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Template Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849492#M22995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The example I gave should do the job, since we are still talking about a field in your feature service. Essentially, rather than actually display the value in the field, it shows and hides text based on what the value is. Just replace the field name 'priority' (I just guessed what the context of the question was there) with your field's name, and it should work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 02:06:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849492#M22995</guid>
      <dc:creator>ClaireProctor</dc:creator>
      <dc:date>2018-07-16T02:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Template Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849493#M22996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am still trying to figure it out, but seems I am missing something.&amp;nbsp;So far what I have done is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I have used this&amp;nbsp;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;${if priority==”&amp;lt;font color='green'&amp;gt;&amp;lt;b&amp;gt; Low &amp;lt;/b&amp;gt; &amp;lt;/font&amp;gt;”}&lt;/SPAN&gt;&lt;STRONG style="color: #00b0f0; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;&lt;STRONG style="color: #339966; border: 0px; font-weight: bold;"&gt;Low&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;${/} and rename the field name to&amp;nbsp;${if presence==”&amp;lt;font color='green'&amp;gt;&amp;lt;b&amp;gt; Low &amp;lt;/b&amp;gt; &amp;lt;/font&amp;gt;”}&lt;STRONG style="color: #00b0f0; background-color: #ffffff; border: 0px; font-weight: bold;"&gt;&lt;STRONG style="color: #339966; border: 0px; font-weight: bold;"&gt;Low&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;${/} I did that for the rest two options.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;2) I have added all three updated statement in my word document but when I was trying to print the report it is not downloading the result. With the new changes in printing tab I am trying to see where is the error but cant find it out.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; border: 0px;"&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/414226_pastedImage_1.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 03:31:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849493#M22996</guid>
      <dc:creator>AnuSawant</dc:creator>
      <dc:date>2018-07-16T03:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Template Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849494#M22997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure what caused that error, but it probably wasn't the conditional statement. It looks like it might have just stalled at 'Printing', which is the first of about five steps. Error messages appear if a survey actually fails and a 'More Details' link appears in the box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best I can suggest is just to retry and see if it happens again. I'm not sure if this is a known issue with the new printing setup or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cc: &lt;A href="https://community.esri.com/migrated-users/54454"&gt;Zhifang Wang&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 04:12:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849494#M22997</guid>
      <dc:creator>ClaireProctor</dc:creator>
      <dc:date>2018-07-16T04:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Template Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849495#M22998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried it couple of times and the output is the same. Can someone help about it?&lt;/P&gt;&lt;P&gt;I guess its syntax - see details below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/414300_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2018 19:27:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849495#M22998</guid>
      <dc:creator>AnuSawant</dc:creator>
      <dc:date>2018-07-16T19:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Template Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849496#M22999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Claire,&lt;/P&gt;&lt;P&gt;I filed a similar issue in&amp;nbsp;&lt;A href="https://community.esri.com/groups/survey123/blog/2017/07/26/introducing-custom-form-report-templates-in-survey123-for-arcgis"&gt;https://community.esri.com/groups/survey123/blog/2017/07/26/introducing-custom-form-report-templates-in-survey123-for-arcgis&lt;/A&gt;&amp;nbsp;at the end of last year and James said he had filed it for correction, any idea if that was actioned? The conditional formatting gets around it, but is a lot of work to build the templates for big surveys or for questions with lots of answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/421795_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2018 03:36:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849496#M22999</guid>
      <dc:creator>JamesWilson2</dc:creator>
      <dc:date>2018-09-13T03:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Template Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849497#M23000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having this same issue. I have html code for my labels&amp;nbsp; (e.g.&amp;nbsp;&lt;SPAN style="font-size: 12.0pt;"&gt;&amp;lt;b&amp;gt;No&amp;lt;/b&amp;gt;)&amp;nbsp;&lt;/SPAN&gt; in my Survey123 Connect form, the data looks fine in the AGO attribute table, but when I pull it into a Survey123 customized report template and run the report it is showing up as the label&amp;nbsp; (&lt;SPAN style="font-size: 12.0pt;"&gt;&amp;lt;b&amp;gt;No&amp;lt;/b&amp;gt;)&amp;nbsp; instead of the name. I just want the response, and don't care whether it is bold or not. Has there been any resolution to this? Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2020 15:44:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849497#M23000</guid>
      <dc:creator>LJackson29</dc:creator>
      <dc:date>2020-01-02T15:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Template Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849498#M23001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Leila,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It isn't possible to directly remove the HTML associated with text; that being said, if this is the label for a choice, you could use the ${q1 | getValue: ""} syntax to retrieve the name (domain code) value of the question, which likely does not have HTML.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2020 23:20:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849498#M23001</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2020-01-02T23:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Printing Template Survey123</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849499#M23002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks James - That did the trick!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2020 13:26:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/printing-template-survey123/m-p/849499#M23002</guid>
      <dc:creator>LJackson29</dc:creator>
      <dc:date>2020-01-03T13:26:24Z</dc:date>
    </item>
  </channel>
</rss>

