<?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 Using a choice filter and calculation for the same question in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372478#M54152</link>
    <description>&lt;P&gt;I am authoring a survey with Survey123 XLSForms and I cannot quite get where I want with choice filters and the relevant field.&lt;/P&gt;&lt;P&gt;The form has a question, "date_drit_test" that the user can leave blank (if no test occurred) or fill out (if a test occurred):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EricaNova_0-1705692694415.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92253iDDD587584C56C2A7/image-size/small?v=v2&amp;amp;px=200" role="button" title="EricaNova_0-1705692694415.png" alt="EricaNova_0-1705692694415.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If the user selects a date, then another question, 'drit_test_result' should appear to indicate test results (which was hidden if no date was selected):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EricaNova_1-1705692876098.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92254i8E7419BE09272D7E/image-size/small?v=v2&amp;amp;px=200" role="button" title="EricaNova_1-1705692876098.png" alt="EricaNova_1-1705692876098.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, I do not want any null values in the 'drit_test_result' column. If a user does not select a date for the DRIT test, I want the value of 'drit_test_result' to be filled with "Not tested"/"NT".&lt;/P&gt;&lt;P&gt;I've got everything working save the last bit. I also suspect I could make my choice filter without the "helper" column 'date_drit_result' but couldn't figure out how to do it - any thoughts there?&lt;/P&gt;&lt;P&gt;Relevant worksheets &amp;amp; fields:&lt;/P&gt;&lt;TABLE width="842"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="162"&gt;&lt;STRONG&gt;survey worksheet&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="113"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="176"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="122"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="202"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="67"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;type&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;label&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;calculation&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;choice_filter&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;relevant&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;date&lt;/TD&gt;&lt;TD&gt;date_drit_test&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Date of DRIT test&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;hidden&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;date_drit_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Was there a DRIT test date?&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;if(string-length(${date_drit_test})&amp;gt;0, "test_date_present", "test_date_absent")&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;select_one test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;drit_test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;DRIT test result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_filter=${date_drit_result}&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;string-length(${date_drit_test})&amp;gt;0&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;choices worksheet&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;list_name&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;label&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;test_filter&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;INC&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Inconclusive&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_date_present&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;N&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Negative&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_date_present&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;P&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Positive&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_date_present&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;NT&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Not Tested&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_date_absent&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;RT&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Retested&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_date_present&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;F&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Failed (PCR)&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_date_present&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 19 Jan 2024 19:41:55 GMT</pubDate>
    <dc:creator>EricaNova</dc:creator>
    <dc:date>2024-01-19T19:41:55Z</dc:date>
    <item>
      <title>Using a choice filter and calculation for the same question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372478#M54152</link>
      <description>&lt;P&gt;I am authoring a survey with Survey123 XLSForms and I cannot quite get where I want with choice filters and the relevant field.&lt;/P&gt;&lt;P&gt;The form has a question, "date_drit_test" that the user can leave blank (if no test occurred) or fill out (if a test occurred):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EricaNova_0-1705692694415.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92253iDDD587584C56C2A7/image-size/small?v=v2&amp;amp;px=200" role="button" title="EricaNova_0-1705692694415.png" alt="EricaNova_0-1705692694415.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If the user selects a date, then another question, 'drit_test_result' should appear to indicate test results (which was hidden if no date was selected):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EricaNova_1-1705692876098.png" style="width: 200px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92254i8E7419BE09272D7E/image-size/small?v=v2&amp;amp;px=200" role="button" title="EricaNova_1-1705692876098.png" alt="EricaNova_1-1705692876098.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;However, I do not want any null values in the 'drit_test_result' column. If a user does not select a date for the DRIT test, I want the value of 'drit_test_result' to be filled with "Not tested"/"NT".&lt;/P&gt;&lt;P&gt;I've got everything working save the last bit. I also suspect I could make my choice filter without the "helper" column 'date_drit_result' but couldn't figure out how to do it - any thoughts there?&lt;/P&gt;&lt;P&gt;Relevant worksheets &amp;amp; fields:&lt;/P&gt;&lt;TABLE width="842"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="162"&gt;&lt;STRONG&gt;survey worksheet&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="113"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="176"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="122"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="202"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="67"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;type&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;label&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;calculation&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;choice_filter&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;relevant&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;date&lt;/TD&gt;&lt;TD&gt;date_drit_test&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Date of DRIT test&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;hidden&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;date_drit_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Was there a DRIT test date?&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;if(string-length(${date_drit_test})&amp;gt;0, "test_date_present", "test_date_absent")&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;select_one test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;drit_test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;DRIT test result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_filter=${date_drit_result}&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;string-length(${date_drit_test})&amp;gt;0&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;choices worksheet&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;list_name&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;label&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;&lt;STRONG&gt;test_filter&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;INC&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Inconclusive&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_date_present&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;N&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Negative&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_date_present&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;P&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Positive&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_date_present&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;NT&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Not Tested&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_date_absent&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;RT&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Retested&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_date_present&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_result&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;F&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;Failed (PCR)&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT size="2"&gt;test_date_present&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 19:41:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372478#M54152</guid>
      <dc:creator>EricaNova</dc:creator>
      <dc:date>2024-01-19T19:41:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using a choice filter and calculation for the same question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372494#M54153</link>
      <description>&lt;P&gt;Can you use a calculated field to store the final result? if(string-length(${drit_test_result})&amp;gt;0,${drit_test_result},"Not Tested")&lt;/P&gt;&lt;P&gt;to go further, you could set use a note to display this in lieu of the test_result question and use the relevant column to only display it when there's no date selected&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 20:03:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372494#M54153</guid>
      <dc:creator>DouglasKnabe</dc:creator>
      <dc:date>2024-01-19T20:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Using a choice filter and calculation for the same question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372557#M54158</link>
      <description>&lt;P&gt;Simple solution is to rename &lt;STRONG&gt;drit_test_result&lt;/STRONG&gt; to something list &lt;STRONG&gt;drit_test_result_slct&lt;/STRONG&gt; then add a calculate:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_1-1705700934614.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92283iBC86441A3B3E37EA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_1-1705700934614.png" alt="abureaux_1-1705700934614.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;EDIT: Updated calculate. I forgot to include the jr:choice-name() component to save the label rather than the name. Basically, just need to choose whether you want to save the name or label from drit_test_result_slct.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Jan 2024 21:50:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372557#M54158</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-01-19T21:50:54Z</dc:date>
    </item>
    <item>
      <title>Re: Using a choice filter and calculation for the same question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372871#M54171</link>
      <description>&lt;P&gt;Thanks for your suggestion&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/454586"&gt;@abureaux&lt;/a&gt;&amp;nbsp;! I'm not sure I understand your response fully and I'm getting an error when I try to incorporate your suggestion (maybe around the first appearance of ")&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EricaNova_0-1705930924215.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92366iA15AD87383756474/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EricaNova_0-1705930924215.png" alt="EricaNova_0-1705930924215.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 13:42:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372871#M54171</guid>
      <dc:creator>EricaNova</dc:creator>
      <dc:date>2024-01-22T13:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Using a choice filter and calculation for the same question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372928#M54172</link>
      <description>&lt;P&gt;I replaced the single quotation marks with "" and it works better... but now I'm getting labels in one field and code in the other:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EricaNova_0-1705938202455.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92375i38C4339EB6C7F9A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EricaNova_0-1705938202455.png" alt="EricaNova_0-1705938202455.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 15:43:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372928#M54172</guid>
      <dc:creator>EricaNova</dc:creator>
      <dc:date>2024-01-22T15:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using a choice filter and calculation for the same question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372938#M54173</link>
      <description>&lt;P&gt;There are three ways you could do this.&lt;/P&gt;&lt;P&gt;This is what I was thinking. Basically, it automates the "Not Tested" part.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_1-1705938575244.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92378iD297C06DC1C18D74/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_1-1705938575244.png" alt="abureaux_1-1705938575244.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is what you have. This works perfectly fine but just takes an extra click (just make the select_one "required"):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_2-1705938604909.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92379i007FB18FBD20D509/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_2-1705938604909.png" alt="abureaux_2-1705938604909.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is a slightly modified version of yours that removes that extra click. It's convoluted, but it does work:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_4-1705939076860.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92382i015AB8139981709D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_4-1705939076860.png" alt="abureaux_4-1705939076860.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;EDIT: I removed the 'note' from Option 3. It was just there for proof of concept since the select_one is hidden for part of this operation. It wasn't required to make this work.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 15:58:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372938#M54173</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-01-22T15:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: Using a choice filter and calculation for the same question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372942#M54174</link>
      <description>&lt;P&gt;Your answer looks cleaner - but then am I storing the full text (e.g., "Not Tested" vs "NT")? How can I add a domain to that calculate field?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 15:58:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372942#M54174</guid>
      <dc:creator>EricaNova</dc:creator>
      <dc:date>2024-01-22T15:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Using a choice filter and calculation for the same question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372951#M54176</link>
      <description>&lt;P&gt;Each of the three options all have slightly different applications, so just select the one that works best. At first, I was just thinking Feature Reports, which Option 1 would do well.&lt;/P&gt;&lt;P&gt;Options 2 and 3 will handle domain values better since they deal with the actual select_one. Option 3 would automate the process more for your end users since they don't need to make a selection at all.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 16:06:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1372951#M54176</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-01-22T16:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Using a choice filter and calculation for the same question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1373061#M54185</link>
      <description>&lt;P&gt;Thanks so much for staying with me&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/454586"&gt;@abureaux&lt;/a&gt;&amp;nbsp;!&lt;/P&gt;&lt;P&gt;I tried Option 3, and it is mostly working. Users don't see options for test result when they leave the date field empty. If they leave the date field empty, "NT" / "Not Tested" is selected. If they choose a date they can choose any of the other test result options. However, the drit_test_result field is still displaying codes instead of labels in my table when I view it in Survey123 (my other fields with domains show the labels).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, when I attempt to edit a record and delete the entry from date_drit_test, "NT" is not auto-populated (even though "calculateMode" is set to "always").&amp;nbsp;&lt;/P&gt;&lt;P&gt;Erica&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 17:48:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1373061#M54185</guid>
      <dc:creator>EricaNova</dc:creator>
      <dc:date>2024-01-22T17:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using a choice filter and calculation for the same question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1373123#M54188</link>
      <description>&lt;P&gt;Opps. There was an error on my part in Option 3. This should work as expected.&lt;/P&gt;&lt;P&gt;The idea is you would use "drit_test_result" as your reference field as it will have either the user's selection (if there is a date) or "Not Tested" (if there is no date). This should minimize user input while preserving your domain values. "drit_test_result_slct" can be ignored in the table as it is just an intermediary field, but you don't want to make it &lt;EM&gt;null&lt;/EM&gt; if you are allowing editing because you want that user selection (if any) to be preserved.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Survey tab:&lt;BR /&gt;&lt;/STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_1-1705950937187.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92431iDC6FB9DA3C834F4F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_1-1705950937187.png" alt="abureaux_1-1705950937187.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Choices tab:&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_4-1705950985696.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92434i461373DF62749AAD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_4-1705950985696.png" alt="abureaux_4-1705950985696.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When you submit:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1705950911332.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92430iAC00EDC394EC32E4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1705950911332.png" alt="abureaux_0-1705950911332.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;When you Edit a submission:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_5-1705951028881.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/92435i43B2ABC2162F0A34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_5-1705951028881.png" alt="abureaux_5-1705951028881.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Note: That "Just a random select" at the end is just a plain select_one I used for side-by-side testing.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jan 2024 19:21:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1373123#M54188</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-01-22T19:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Using a choice filter and calculation for the same question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1375925#M54414</link>
      <description>&lt;P&gt;I was having trouble getting&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/454586"&gt;@abureaux&lt;/a&gt;&amp;nbsp;'s solution to work. I didn't want an extra field in my database, and I also wanted users to see the label, rather than the code, in the final field.&lt;/P&gt;&lt;P&gt;I found out that select_one questions with a choice filter will not automatically create a domain for you, so &lt;STRONG&gt;you must manually create the domain in AGOL&lt;/STRONG&gt; if you want one.&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/survey123-name-field-displaying-instead-of-label/td-p/1054639" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-questions/survey123-name-field-displaying-instead-of-label/td-p/1054639&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;H2&gt;Solution (with one &lt;FONT color="#FF0000"&gt;caveat&lt;FONT color="#000000"&gt;)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/H2&gt;&lt;UL&gt;&lt;LI&gt;If a user does not select a date for date_drit_test, user does not see any choices for drit_test_result; the code "NT" will be entered into the database with associated label "Not Tested" when user presses submit:&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EricaNova_0-1706626870508.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/93180i0AD91B5D918EBD0B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EricaNova_0-1706626870508.png" alt="EricaNova_0-1706626870508.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;If a user &lt;EM&gt;does&lt;/EM&gt; select a date for date_drit_test, they will be provided with the list of appropriate choices.&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;The only disadvantage of this solution is that as soon as a user selects a date, the next question drit_test_result is highlighted in red and tells them the question is required. I would prefer they get that warning at the bottom of the form or after they try to press submit, but I couldn't figure out how to delay the required message. I'm all ears if anyone has ideas!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EricaNova_1-1706626925828.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/93181i44206CD18C4A28BB/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EricaNova_1-1706626925828.png" alt="EricaNova_1-1706626925828.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Here is the database as shown from Survey123 Data tab - note labels appear, not codes.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EricaNova_2-1706626959623.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/93182iB12DA73185C2F79A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EricaNova_2-1706626959623.png" alt="EricaNova_2-1706626959623.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;XLSForm options to reproduce:&lt;/STRONG&gt;&lt;/P&gt;&lt;TABLE width="1521"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="88.9844px" height="47px"&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;survey worksheet&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="124px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="99.7188px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="140.734px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="288.062px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="61.4688px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="209.172px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="219.562px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="151.359px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="205.109px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="88.9844px" height="25px"&gt;type&lt;/TD&gt;&lt;TD width="124px" height="25px"&gt;name&lt;/TD&gt;&lt;TD width="99.7188px" height="25px"&gt;label&lt;/TD&gt;&lt;TD width="140.734px" height="25px"&gt;appearance&lt;/TD&gt;&lt;TD width="288.062px" height="25px"&gt;required&lt;/TD&gt;&lt;TD width="61.4688px" height="25px"&gt;default&lt;/TD&gt;&lt;TD width="209.172px" height="25px"&gt;calculation&lt;/TD&gt;&lt;TD width="219.562px" height="25px"&gt;choice_filter&lt;/TD&gt;&lt;TD width="151.359px" height="25px"&gt;bind::esri:fieldType&lt;/TD&gt;&lt;TD width="205.109px" height="25px"&gt;body::esri:visible&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="88.9844px" height="47px"&gt;date&lt;/TD&gt;&lt;TD width="124px" height="47px"&gt;date_drit_test&lt;/TD&gt;&lt;TD width="99.7188px" height="47px"&gt;DRIT test date&lt;/TD&gt;&lt;TD width="140.734px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="288.062px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="61.4688px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="209.172px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="219.562px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="151.359px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="205.109px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="88.9844px" height="91px"&gt;text&lt;/TD&gt;&lt;TD width="124px" height="91px"&gt;date_drit_result&lt;/TD&gt;&lt;TD width="99.7188px" height="91px"&gt;DRIT date present&lt;/TD&gt;&lt;TD width="140.734px" height="91px"&gt;hidden&lt;/TD&gt;&lt;TD width="288.062px" height="91px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="61.4688px" height="91px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="209.172px" height="91px"&gt;if(string-length(${date_drit_test})&amp;gt;0, "test_date_present", "test_date_absent")&lt;/TD&gt;&lt;TD width="219.562px" height="91px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="151.359px" height="91px"&gt;null&lt;/TD&gt;&lt;TD width="205.109px" height="91px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="88.9844px" height="47px"&gt;select_one test_result&lt;/TD&gt;&lt;TD width="124px" height="47px"&gt;drit_test_result&lt;/TD&gt;&lt;TD width="99.7188px" height="47px"&gt;DRIT test result&lt;/TD&gt;&lt;TD width="140.734px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="288.062px" height="47px"&gt;yes&lt;/TD&gt;&lt;TD width="61.4688px" height="47px"&gt;NT&lt;/TD&gt;&lt;TD width="209.172px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="219.562px" height="47px"&gt;test_filter=${date_drit_result}&lt;/TD&gt;&lt;TD width="151.359px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="205.109px" height="47px"&gt;string-length(${date_drit_test})&amp;gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="88.9844px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="124px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="99.7188px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="140.734px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="288.062px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="61.4688px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="209.172px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="219.562px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="151.359px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="205.109px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="88.9844px" height="47px"&gt;&lt;FONT color="#008000"&gt;&lt;STRONG&gt;choices worksheet&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;TD width="124px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="99.7188px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="140.734px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="288.062px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="61.4688px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="209.172px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="219.562px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="151.359px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="205.109px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="88.9844px" height="25px"&gt;list_name&lt;/TD&gt;&lt;TD width="124px" height="25px"&gt;name&lt;/TD&gt;&lt;TD width="99.7188px" height="25px"&gt;label&lt;/TD&gt;&lt;TD width="140.734px" height="25px"&gt;test_filter&lt;/TD&gt;&lt;TD width="288.062px" height="25px"&gt;owner_notes&lt;/TD&gt;&lt;TD width="61.4688px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="209.172px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="219.562px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="151.359px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="205.109px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="88.9844px" height="69px"&gt;test_result&lt;/TD&gt;&lt;TD width="124px" height="69px"&gt;I&lt;/TD&gt;&lt;TD width="99.7188px" height="69px"&gt;Inconclusive&lt;/TD&gt;&lt;TD width="140.734px" height="69px"&gt;test_date_present&lt;/TD&gt;&lt;TD width="288.062px" height="69px"&gt;Unlike other choice lists in this survey, this choice list has a filter associated with it.&amp;nbsp;&lt;/TD&gt;&lt;TD width="61.4688px" height="69px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="209.172px" height="69px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="88.9844px" height="91px"&gt;test_result&lt;/TD&gt;&lt;TD width="124px" height="91px"&gt;N&lt;/TD&gt;&lt;TD width="99.7188px" height="91px"&gt;Negative&lt;/TD&gt;&lt;TD width="140.734px" height="91px"&gt;test_date_present&lt;/TD&gt;&lt;TD width="288.062px" height="91px"&gt;Therefore, you must create and update or edit the domain by hand to match this list in AGOL if the choice list changes.&lt;/TD&gt;&lt;TD width="61.4688px" height="91px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="88.9844px" height="47px"&gt;test_result&lt;/TD&gt;&lt;TD width="124px" height="47px"&gt;P&lt;/TD&gt;&lt;TD width="99.7188px" height="47px"&gt;Positive&lt;/TD&gt;&lt;TD width="140.734px" height="47px"&gt;test_date_present&lt;/TD&gt;&lt;TD width="288.062px" height="47px"&gt;See more here:&lt;/TD&gt;&lt;TD width="61.4688px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="209.172px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="219.562px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="151.359px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="205.109px" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="88.9844px" height="91px"&gt;test_result&lt;/TD&gt;&lt;TD width="124px" height="91px"&gt;R&lt;/TD&gt;&lt;TD width="99.7188px" height="91px"&gt;Retested&lt;/TD&gt;&lt;TD width="140.734px" height="91px"&gt;test_date_present&lt;/TD&gt;&lt;TD width="288.062px" height="91px"&gt;&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/survey123-name-field-displaying-instead-of-label/td-p/1054639" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-questions/survey123-name-field-displaying-instead-of-label/td-p/1054639&lt;/A&gt;&lt;/TD&gt;&lt;TD width="61.4688px" height="91px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="88.9844px" height="25px"&gt;test_result&lt;/TD&gt;&lt;TD width="124px" height="25px"&gt;U&lt;/TD&gt;&lt;TD width="99.7188px" height="25px"&gt;Unfit to test&lt;/TD&gt;&lt;TD width="140.734px" height="25px"&gt;test_date_present&lt;/TD&gt;&lt;TD width="288.062px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="61.4688px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="209.172px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="219.562px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="151.359px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="205.109px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="88.9844px" height="25px"&gt;test_result&lt;/TD&gt;&lt;TD width="124px" height="25px"&gt;NT&lt;/TD&gt;&lt;TD width="99.7188px" height="25px"&gt;Not Tested&lt;/TD&gt;&lt;TD width="140.734px" height="25px"&gt;test_date_absent&lt;/TD&gt;&lt;TD width="288.062px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="61.4688px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="209.172px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="219.562px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="151.359px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="205.109px" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Tue, 30 Jan 2024 15:08:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1375925#M54414</guid>
      <dc:creator>EricaNova</dc:creator>
      <dc:date>2024-01-30T15:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: Using a choice filter and calculation for the same question</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1375978#M54420</link>
      <description>&lt;P&gt;I was having trouble implementing&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/454586"&gt;@abureaux&lt;/a&gt;&amp;nbsp;'s solution - I wanted the labels, not the codes, to appear in my data table (like other select_one questions) and I also didn't want to save a second field that would potentially confuse my users.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I came up with a fairly simple solution that does what I want. There is one caveat I describe below - would be great if anyone has an idea for how to get around it!&lt;/P&gt;&lt;P&gt;Please note: I had to add the domain manually in AGOL for this question. I went into the hosted feature layer overview, clicked "Data", clicked "Fields", clicked my drit_test_result field, and clicked "Create List" and entered the same values that are present in my choice list on my XLSForm. Apparently, when you use a choice filter, domains do not automatically get added to your feature layer like other select_one questions. See more, here:&amp;nbsp;&lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/survey123-name-field-displaying-instead-of-label/td-p/1054639" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-questions/survey123-name-field-displaying-instead-of-label/td-p/1054639&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So, finally:&lt;/P&gt;&lt;P&gt;If a user does not enter a drit_test_date, they do not see options to select a drit_test_result. They submit the form, and code "NT" (label "Not Tested") is recorded in the database. Here is what the form looks like:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EricaNova_0-1706632557056.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/93194i92270BBA27EE631D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EricaNova_0-1706632557056.png" alt="EricaNova_0-1706632557056.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If a user does enter a drit_test_date, they see options to select a drit_test_result. Unfortunately, the field is automatically flagged with red with a "required" message before they have a chance to click an option. I can live with this but I'd rather they get an error message after hitting submit.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EricaNova_1-1706632641120.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/93195i13748823763794BD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EricaNova_1-1706632641120.png" alt="EricaNova_1-1706632641120.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here is the data view (from Survey123 data tab) of both options, showing labels, not codes.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="EricaNova_3-1706632697144.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/93197i08E9C2ECB12B9B10/image-size/medium?v=v2&amp;amp;px=400" role="button" title="EricaNova_3-1706632697144.png" alt="EricaNova_3-1706632697144.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Here are the options I used in the survey and choices worksheets:&lt;/P&gt;&lt;TABLE width="1521"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="147"&gt;&lt;STRONG&gt;survey worksheet&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="108"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="118"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="123"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="105"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="52"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="319"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="197"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="131"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="221"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;type&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;label&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;appearance&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;required&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;default&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;calculation&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;choice_filter&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;bind::esri:fieldType&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;body::esri:visible&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;date&lt;/TD&gt;&lt;TD&gt;date_drit_test&lt;/TD&gt;&lt;TD&gt;DRIT test date&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="319"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;text&lt;/TD&gt;&lt;TD&gt;date_drit_result&lt;/TD&gt;&lt;TD&gt;DRIT date present&lt;/TD&gt;&lt;TD&gt;hidden&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD width="319"&gt;if(string-length(${date_drit_test})&amp;gt;0, "test_date_present", "test_date_absent")&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;null&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;select_one test_result&lt;/TD&gt;&lt;TD&gt;drit_test_result&lt;/TD&gt;&lt;TD&gt;DRIT test result&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;yes&lt;/TD&gt;&lt;TD&gt;NT&lt;/TD&gt;&lt;TD width="319"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;test_filter=${date_drit_result}&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;string-length(${date_drit_test})&amp;gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;choices worksheet&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;list_name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;label&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;test_filter&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;owner_notes&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;test_result&lt;/TD&gt;&lt;TD&gt;I&lt;/TD&gt;&lt;TD&gt;Inconclusive&lt;/TD&gt;&lt;TD&gt;test_date_present&lt;/TD&gt;&lt;TD&gt;Unlike other choice lists in this survey, this choice list has a filter associated with it.&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;test_result&lt;/TD&gt;&lt;TD&gt;N&lt;/TD&gt;&lt;TD&gt;Negative&lt;/TD&gt;&lt;TD&gt;test_date_present&lt;/TD&gt;&lt;TD&gt;Therefore, you must create and update or edit the domain by hand to match this list in AGOL if the choice list changes.&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;test_result&lt;/TD&gt;&lt;TD&gt;P&lt;/TD&gt;&lt;TD&gt;Positive&lt;/TD&gt;&lt;TD&gt;test_date_present&lt;/TD&gt;&lt;TD&gt;See more here:&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;test_result&lt;/TD&gt;&lt;TD&gt;R&lt;/TD&gt;&lt;TD&gt;Retested&lt;/TD&gt;&lt;TD&gt;test_date_present&lt;/TD&gt;&lt;TD&gt;&amp;nbsp; &lt;A href="https://community.esri.com/t5/arcgis-survey123-questions/survey123-name-field-displaying-instead-of-label/td-p/1054639" target="_blank" rel="noopener"&gt;https://community.esri.com/t5/arcgis-survey123-questions/survey123-name-field-displaying-instead-of-label/td-p/1054639&lt;/A&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;test_result&lt;/TD&gt;&lt;TD&gt;U&lt;/TD&gt;&lt;TD&gt;Unfit to test&lt;/TD&gt;&lt;TD&gt;test_date_present&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;test_result&lt;/TD&gt;&lt;TD&gt;NT&lt;/TD&gt;&lt;TD&gt;Not Tested&lt;/TD&gt;&lt;TD&gt;test_date_absent&lt;/TD&gt;&lt;TD width="105"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Jan 2024 16:42:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/using-a-choice-filter-and-calculation-for-the-same/m-p/1375978#M54420</guid>
      <dc:creator>EricaNova</dc:creator>
      <dc:date>2024-01-30T16:42:29Z</dc:date>
    </item>
  </channel>
</rss>

