<?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 Feature Report - Conditional Formatting based on answer in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-conditional-formatting/m-p/1319413#M51234</link>
    <description>&lt;P&gt;This was very helpful, thank you. We have it working for when values (integers) are greater or less than one value (refer to example below), however do you know what would the syntax be for a range of values? For example, if we want a certain formatting when the value is between &amp;gt;46 and &amp;lt;=60?&amp;nbsp;&lt;/P&gt;&lt;P&gt;${if mobilize_mins &amp;lt;= 45} &lt;FONT face="andale mono,times" color="#339966"&gt;&lt;STRONG&gt;${mobilize_mins} &lt;/STRONG&gt;&lt;/FONT&gt;minutes ${/} ${if mobilize_mins &amp;gt;= 120} &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;${mobilize_mins}&lt;/STRONG&gt;&lt;/FONT&gt; minutes ${/}&lt;/P&gt;</description>
    <pubDate>Wed, 16 Aug 2023 23:43:07 GMT</pubDate>
    <dc:creator>TCKauhi</dc:creator>
    <dc:date>2023-08-16T23:43:07Z</dc:date>
    <item>
      <title>Survey123 Feature Report - Conditional Formatting based on answer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-conditional-formatting/m-p/802087#M11055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wondering if there is a way to create conditional formatting inside the feature report template based on a response.&amp;nbsp; For example, if inside the survey it was recorded options of Priority A, B &amp;amp; C and this wanted to be displayed with Red, Amber and Green text, is there a way to use conditional&amp;nbsp;formatting to do this?&amp;nbsp; I know that it would be fairly easy to do in Excel, but not sure about how this would be done in Word Template (mail merge).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Apr 2020 11:53:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-conditional-formatting/m-p/802087#M11055</guid>
      <dc:creator>Jeff_VanEtten</dc:creator>
      <dc:date>2020-04-23T11:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Feature Report - Conditional Formatting based on answer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-conditional-formatting/m-p/802088#M11056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well finally figured out a work around to this using conditional elements with some code that looks like this in a table:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="border: none;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="border: solid windowtext 1.0pt; background: white; padding: 0cm 5.4pt 0cm 5.4pt;" width="623"&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt;"&gt;${&lt;SPAN style="color: black;"&gt;if invest_priority==”A”}&lt;/SPAN&gt;&lt;STRONG style="color: red; "&gt;Priority A&lt;/STRONG&gt; &lt;SPAN style="color: black;"&gt;${/}${if invest_priority==”B”}&lt;/SPAN&gt;&lt;STRONG style="color: #ed7d31; "&gt;Priority B&lt;/STRONG&gt; &lt;SPAN style="color: black;"&gt;${/}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not perfect, but&amp;nbsp;its a workaround for the time being.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Apr 2020 11:22:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-conditional-formatting/m-p/802088#M11056</guid>
      <dc:creator>Jeff_VanEtten</dc:creator>
      <dc:date>2020-04-30T11:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Feature Report - Conditional Formatting based on answer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-conditional-formatting/m-p/1062684#M34877</link>
      <description>&lt;P&gt;I have found in order for this to work for me I have had to include quotation marks around the&amp;nbsp; conditioned format data if it has spaces in the response, or introduce a hidden character as in an unscrore colored white if you dont want the quotes marks to appear in the response on the report&amp;nbsp;as per: showing both methods&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="623.2px" height="39px"&gt;&lt;P&gt;&lt;SPAN&gt;${if invest_priority==”A”}&lt;/SPAN&gt;&lt;FONT face="arial,helvetica,sans-serif" color="#FF0000"&gt;&lt;STRONG&gt;Priority&lt;FONT color="#FFFFFF"&gt;_&lt;/FONT&gt;A&lt;/STRONG&gt;&lt;/FONT&gt;&lt;SPAN&gt;${/}${if invest_priority==”B”}"&lt;FONT face="arial,helvetica,sans-serif" color="#FF9900"&gt;&lt;STRONG&gt;Priority B&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;"&lt;/FONT&gt;&lt;/FONT&gt;${/}&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 28 May 2021 00:22:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-conditional-formatting/m-p/1062684#M34877</guid>
      <dc:creator>MathieuBoonen</dc:creator>
      <dc:date>2021-05-28T00:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Feature Report - Conditional Formatting based on answer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-conditional-formatting/m-p/1319413#M51234</link>
      <description>&lt;P&gt;This was very helpful, thank you. We have it working for when values (integers) are greater or less than one value (refer to example below), however do you know what would the syntax be for a range of values? For example, if we want a certain formatting when the value is between &amp;gt;46 and &amp;lt;=60?&amp;nbsp;&lt;/P&gt;&lt;P&gt;${if mobilize_mins &amp;lt;= 45} &lt;FONT face="andale mono,times" color="#339966"&gt;&lt;STRONG&gt;${mobilize_mins} &lt;/STRONG&gt;&lt;/FONT&gt;minutes ${/} ${if mobilize_mins &amp;gt;= 120} &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;${mobilize_mins}&lt;/STRONG&gt;&lt;/FONT&gt; minutes ${/}&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 23:43:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-conditional-formatting/m-p/1319413#M51234</guid>
      <dc:creator>TCKauhi</dc:creator>
      <dc:date>2023-08-16T23:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Feature Report - Conditional Formatting based on answer</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-conditional-formatting/m-p/1319674#M51248</link>
      <description>&lt;P&gt;It appears the solution is in this feed, thank you and disregard.&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/conditional-if-then-else-logic-in-survey123-using/td-p/1038824" target="_blank"&gt;Solved: Conditional (if / then / else) logic in Survey123 ... - Esri Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2023 15:50:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-conditional-formatting/m-p/1319674#M51248</guid>
      <dc:creator>TCKauhi</dc:creator>
      <dc:date>2023-08-17T15:50:46Z</dc:date>
    </item>
  </channel>
</rss>

