<?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 How to create Tick Boxes for a survey123 report in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-create-tick-boxes-for-a-survey123-report/m-p/873403#M28719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a survey and i want the report to still show all the options as part of the report, but only show a check box in certain locations for the items selected in multiple choice and single choice items. It is not working and I'm not sure if i just am not writing the formula correctly in the report or if there is a step I am missing somewhere. I attached the form and report (the report doesn't have formulas everywhere since i just wanted to see if i could get it to work)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jan 2020 16:48:11 GMT</pubDate>
    <dc:creator>SeanNagy1</dc:creator>
    <dc:date>2020-01-21T16:48:11Z</dc:date>
    <item>
      <title>How to create Tick Boxes for a survey123 report</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-create-tick-boxes-for-a-survey123-report/m-p/873403#M28719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created a survey and i want the report to still show all the options as part of the report, but only show a check box in certain locations for the items selected in multiple choice and single choice items. It is not working and I'm not sure if i just am not writing the formula correctly in the report or if there is a step I am missing somewhere. I attached the form and report (the report doesn't have formulas everywhere since i just wanted to see if i could get it to work)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 16:48:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-create-tick-boxes-for-a-survey123-report/m-p/873403#M28719</guid>
      <dc:creator>SeanNagy1</dc:creator>
      <dc:date>2020-01-21T16:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Tick Boxes for a survey123 report</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-create-tick-boxes-for-a-survey123-report/m-p/873404#M28720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/378702"&gt;Sean Nagy&lt;/A&gt;‌&amp;nbsp; I am attaching here a new version of your template. I was able to add the checkboxes as shown below.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji jive-image image-3 j-img-original" src="https://community.esri.com/legacyfs/online/478920_Untitled.png" /&gt;&lt;/P&gt;&lt;P&gt;I think there are two issues causing your errors: function name and field names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function names: You are using the function &lt;EM&gt;checked&lt;/EM&gt;, which I&amp;nbsp; replaced with &lt;EM&gt;selected*&lt;/EM&gt;.&amp;nbsp; We are about to add the checked function into the software but it is not available just yet. We are hours away from it... &lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;UL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;This is what I used: ${Flow_Conditions | selected: "Dry"} Wet&lt;/LI&gt;&lt;/UL&gt;&lt;PRE __default_attr="danger" __jive_macro_name="alert" alert="danger" class="jive_text_macro jive_macro_alert"&gt;&lt;P&gt;Please note that we will updating the &lt;EM&gt;selected&lt;/EM&gt; and &lt;EM&gt;checked&lt;/EM&gt; functions today. Stay tuned to new announcements in our blog.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;Field names: The name in your XLSForm is Flow_Condtions not Flow_Conditions&lt;/P&gt;&lt;UL style="padding: 0px 0px 0px 30px;"&gt;&lt;LI style="margin: 0.2em 0px;"&gt;This is what I used: ${Flow_Condtions |&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;selected: "Dry"} Wet&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;In the attached template you will also note that I replaced your curly quotes (”Dry”)&amp;nbsp; to straight quotes ("Dry"). I was able to get things to work with your original curly quotes, but to avoid issues with the parser in the future, I would go with straight quotes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="478919" alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/478919_Untitled2.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2020 18:40:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-create-tick-boxes-for-a-survey123-report/m-p/873404#M28720</guid>
      <dc:creator>IsmaelChivite</dc:creator>
      <dc:date>2020-01-21T18:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Tick Boxes for a survey123 report</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-create-tick-boxes-for-a-survey123-report/m-p/873405#M28721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Thank you, that and the update were very helpful. Is there a page or list of all the different report template syntax's out there?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 17:48:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-create-tick-boxes-for-a-survey123-report/m-p/873405#M28721</guid>
      <dc:creator>SeanNagy1</dc:creator>
      <dc:date>2020-01-22T17:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Tick Boxes for a survey123 report</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-create-tick-boxes-for-a-survey123-report/m-p/873406#M28722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm" title="https://doc.arcgis.com/en/survey123/browser/analyze-results/featurereporttemplates.htm"&gt;Feature report templates—Survey123 for ArcGIS | Documentation&lt;/A&gt;&amp;nbsp;documents the syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jan 2020 18:39:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-create-tick-boxes-for-a-survey123-report/m-p/873406#M28722</guid>
      <dc:creator>JamesTedrick</dc:creator>
      <dc:date>2020-01-31T18:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Tick Boxes for a survey123 report</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-create-tick-boxes-for-a-survey123-report/m-p/1600660#M61911</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/2929"&gt;@IsmaelChivite&lt;/a&gt;&amp;nbsp;how do you get the check boxes to format as blue boxes? When I pull a multiple select question into a report it’s just a white box. Is there something you can do to format these, so you do it through html, etc? Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 29 Mar 2025 13:48:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-create-tick-boxes-for-a-survey123-report/m-p/1600660#M61911</guid>
      <dc:creator>Blevins_Mark</dc:creator>
      <dc:date>2025-03-29T13:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Tick Boxes for a survey123 report</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-create-tick-boxes-for-a-survey123-report/m-p/1675720#M65079</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/197081"&gt;@Blevins_Mark&lt;/a&gt;&amp;nbsp;I'm wondering the same. Any chance you figured out a solution?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 21:23:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-create-tick-boxes-for-a-survey123-report/m-p/1675720#M65079</guid>
      <dc:creator>StevenDel_Castillo</dc:creator>
      <dc:date>2026-01-02T21:23:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to create Tick Boxes for a survey123 report</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-to-create-tick-boxes-for-a-survey123-report/m-p/1675721#M65080</link>
      <description>&lt;P&gt;sorry never have figured this out.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 21:27:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-to-create-tick-boxes-for-a-survey123-report/m-p/1675721#M65080</guid>
      <dc:creator>Blevins_Mark</dc:creator>
      <dc:date>2026-01-02T21:27:30Z</dc:date>
    </item>
  </channel>
</rss>

