<?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 Expressions in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1411078#M56269</link>
    <description>&lt;P&gt;So in Survey123 I'm using a style of "pages dynamic-grid". The last section (last page) of this survey basically contains a summary of all of the answers to the questions. There are 51 "Yes/No" questions with Non-Conformance/Corrective Action Required/Date Corrective Action to be Completed by additional questions that are asked if any of those 51 questions is "No".&lt;/P&gt;&lt;P&gt;The Summary Table in Survey123 looks like below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nihe_N8_0-1713372313026.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101248i94FC646FDE04872E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Nihe_N8_0-1713372313026.png" alt="Nihe_N8_0-1713372313026.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For example, this Summary shows that Q1, Q3 and Q5 were answered "No" and displays the follow on questions. All of the other questions were "Yes". I need to get this summary table into the feature report and for the most part it works using the expressions I wrote above. However what ends up happening, is when the Feature Report is generated, that table spreads itself over a whole page or 2 and is filled with a whole pile of white space between each of the answers and often doesn't align in a row like the s123 summary table above.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a serious bit of info with this survey so I'm trying to make it as concise a possible to explain lol. I've attached a copy of the Feature Report Summary Table as I have it atm. Also attached an example (different answers to above but that's irrelevant) of how the output summary table looks when the feature report is generated. Its across 2 pages and doesn't look great.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you need any more info. Thanks again&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;</description>
    <pubDate>Wed, 17 Apr 2024 17:10:49 GMT</pubDate>
    <dc:creator>Nihe_N8</dc:creator>
    <dc:date>2024-04-17T17:10:49Z</dc:date>
    <item>
      <title>Survey123 Feature Report Expressions</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1410780#M56249</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm having difficulty formatting the expressions within a Feature Report Template.&lt;/P&gt;&lt;P&gt;Basically, I have a Summary Table at the start of the report which is laid out like below. I've only included part of the expression to give you an idea (there's a lot).&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="197px" height="47px"&gt;&lt;STRONG&gt;Non-Conformance&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="197px" height="47px"&gt;&lt;STRONG&gt;Corrective Action&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="197px" height="47px"&gt;&lt;STRONG&gt;Date to be Completed by&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD width="197px" height="47px"&gt;&lt;STRONG&gt;Actual Completion Date&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;${if q1 ==”no”}${q1_noncompliance_calc} ${/}&lt;/P&gt;&lt;P&gt;${if q2 ==”no”}${q2_noncompliance_calc} ${/}&lt;/P&gt;&lt;P&gt;${if q3 ==”no”}${q3_noncompliance_calc} ${/}&lt;/P&gt;&lt;P&gt;${if q4 ==”no”}${q4_noncompliance_calc} ${/}&lt;/P&gt;&lt;P&gt;${if q5 ==”no”}${q5_noncompliance_calc} ${/}&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;${if q1 ==”no”}${q1_actionrequired_calc} ${/}&lt;/P&gt;&lt;P&gt;${if q2 ==”no”}${q2_actionrequired_calc} ${/}&lt;/P&gt;&lt;P&gt;${if q3 ==”no”}${q3_actionrequired_calc} ${/}&lt;/P&gt;&lt;P&gt;${if q4 ==”no”}${q4_actionrequired_calc} ${/}&lt;/P&gt;&lt;P&gt;${if q5 ==”no”}${q5_actionrequired_calc} ${/}&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;${if q1 ==”no”}${q1_actiondate_calc} ${/}&lt;/P&gt;&lt;P&gt;${if q2 ==”no”}${q2_actiondate_calc} ${/}&lt;/P&gt;&lt;P&gt;${if q3 ==”no”}${q3_actiondate_calc} ${/}&lt;/P&gt;&lt;P&gt;${if q4 ==”no”}${q4_actiondate_calc} ${/}&lt;/P&gt;&lt;P&gt;${if q5 ==”no”}${q5_actiondate_calc} ${/}&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;${if q1 ==”no”}${q1_completiondate} ${/}&lt;/P&gt;&lt;P&gt;${if q2 ==”no”}${q2_completiondate} ${/}&lt;/P&gt;&lt;P&gt;${if q3 ==”no”}${q3_completiondate} ${/}&lt;/P&gt;&lt;P&gt;${if q4 ==”no”}${q4_completiondate} ${/}&lt;/P&gt;&lt;P&gt;${if q5 ==”no”}${q5_completiondate} ${/}&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The table will display the answers of these 4 sub-questions/follow on questions to 51 main questions if that answer was "No". The expressions in the above table is basically replicated within each cell 51 times.&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I want to achieve is all executed answers displayed in a list directly below each other and in a single line across all the cells. With the expression as in the table above, the answers end up being displayed like below, with gaps between answers which weren't executed etc.&lt;/P&gt;&lt;P class="lia-align-center"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nihe_N8_0-1713340362456.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101187i9CA8A3DF94676568/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nihe_N8_0-1713340362456.png" alt="Nihe_N8_0-1713340362456.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In above, it almost does what I want, but the 3 answers should be aligned across the 4 cells and the table should be sized as such. They should also be displayed like a list one after the other in each cell.&lt;/P&gt;&lt;P&gt;If I change the expression in the table above so that it is all together (not on a new line for each question but a continuous piece of code) it ends up displaying everything like this:&lt;/P&gt;&lt;P class="lia-align-center"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nihe_N8_1-1713340595069.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101188iA083E96A99BB4378/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Nihe_N8_1-1713340595069.png" alt="Nihe_N8_1-1713340595069.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The size of the table is what I want, but everything should be on a new line/paragraph and aligned across each cell.&lt;/P&gt;&lt;P&gt;Hope that makes sense, and apologies if its waffley. I'd really appreciate any ideas with this - its really been frustrating me!&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 08:05:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1410780#M56249</guid>
      <dc:creator>Nihe_N8</dc:creator>
      <dc:date>2024-04-17T08:05:33Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Feature Report Expressions</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1410990#M56265</link>
      <description>&lt;P&gt;Can you add an example of what you want the output to look like?&lt;/P&gt;&lt;P&gt;For conditional questions, you can add carriage returns inside the IF() statement. E.g.,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;${if q1 ==”no”}${q1_noncompliance_calc}&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;${/}&lt;/STRONG&gt;&lt;STRONG&gt;${if q2 ==”no”}${q2_noncompliance_calc}&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;${/}&lt;/STRONG&gt;&lt;STRONG&gt;${if q3 ==”no”}${q3_noncompliance_calc}&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;${/}&lt;/STRONG&gt;&lt;STRONG&gt;${if q4 ==”no”}${q4_noncompliance_calc}&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;${/}&lt;/STRONG&gt;&lt;STRONG&gt;${if q5 ==”no”}${q5_noncompliance_calc}${/}&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Will result in something like (where; q1=yes, q2=no, q3=no, q4=yes, q5=yes):&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Some text for q1&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;Some text for q4&lt;BR /&gt;&lt;/STRONG&gt;&lt;STRONG&gt;Some text for q5&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2024 15:25:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1410990#M56265</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-04-17T15:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Feature Report Expressions</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1411078#M56269</link>
      <description>&lt;P&gt;So in Survey123 I'm using a style of "pages dynamic-grid". The last section (last page) of this survey basically contains a summary of all of the answers to the questions. There are 51 "Yes/No" questions with Non-Conformance/Corrective Action Required/Date Corrective Action to be Completed by additional questions that are asked if any of those 51 questions is "No".&lt;/P&gt;&lt;P&gt;The Summary Table in Survey123 looks like below.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Nihe_N8_0-1713372313026.png" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101248i94FC646FDE04872E/image-size/large?v=v2&amp;amp;px=999" role="button" title="Nihe_N8_0-1713372313026.png" alt="Nihe_N8_0-1713372313026.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;For example, this Summary shows that Q1, Q3 and Q5 were answered "No" and displays the follow on questions. All of the other questions were "Yes". I need to get this summary table into the feature report and for the most part it works using the expressions I wrote above. However what ends up happening, is when the Feature Report is generated, that table spreads itself over a whole page or 2 and is filled with a whole pile of white space between each of the answers and often doesn't align in a row like the s123 summary table above.&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a serious bit of info with this survey so I'm trying to make it as concise a possible to explain lol. I've attached a copy of the Feature Report Summary Table as I have it atm. Also attached an example (different answers to above but that's irrelevant) of how the output summary table looks when the feature report is generated. Its across 2 pages and doesn't look great.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if you need any more info. Thanks again&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;</description>
      <pubDate>Wed, 17 Apr 2024 17:10:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1411078#M56269</guid>
      <dc:creator>Nihe_N8</dc:creator>
      <dc:date>2024-04-17T17:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Feature Report Expressions</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1411147#M56273</link>
      <description>&lt;P&gt;Okay, I think I have a better idea of what you are looking to do now.&lt;/P&gt;&lt;P&gt;Unless I am mistaken, I assume these line items are &lt;EM&gt;not&lt;/EM&gt; a single repeat, but instead all separate questions. Also, I assume that your summary page is utilizing a "relevant" expression to dynamically display content. If that is the case, the only way to get a clean output is with tables in your Feature Report.&lt;/P&gt;&lt;P&gt;Here is what I would do (I just guessed at the names):&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="26.549865229110516%"&gt;&lt;P&gt;&lt;STRONG&gt;Non-Conformance&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="26.819407008086255%"&gt;&lt;P&gt;&lt;STRONG&gt;Corrective Action&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="25.067385444743934%"&gt;&lt;P&gt;&lt;STRONG&gt;Date to be Completed By&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD width="21.563342318059302%"&gt;&lt;P&gt;&lt;STRONG&gt;Actual Completion Date&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="26.549865229110516%"&gt;&lt;P&gt;${if q1 ==”no”}${q1_noncompliance_calc}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="26.819407008086255%"&gt;&lt;P&gt;${q1_correctiveaction_calc}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="25.067385444743934%"&gt;&lt;P&gt;${q1_completedate_calc}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="21.563342318059302%"&gt;&lt;P&gt;${q1_actualdate_calc}${/}&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="26.549865229110516%"&gt;&lt;P&gt;${if q2 ==”no”}${q2_noncompliance_calc}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="26.819407008086255%"&gt;&lt;P&gt;${q2_correctiveaction_calc}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="25.067385444743934%"&gt;&lt;P&gt;${q2_completedate_calc}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="21.563342318059302%"&gt;&lt;P&gt;${q1_actualdate_calc}${/}&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="26.549865229110516%"&gt;&lt;P&gt;${if q3 ==”no”}${q3_noncompliance_calc}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="26.819407008086255%"&gt;&lt;P&gt;${q3_correctiveaction_calc}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="25.067385444743934%"&gt;&lt;P&gt;${q3_completedate_calc}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="21.563342318059302%"&gt;&lt;P&gt;${q1_actualdate_calc}${/}&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="26.549865229110516%"&gt;&lt;P&gt;${if q4 ==”no”}${q4_noncompliance_calc}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="26.819407008086255%"&gt;&lt;P&gt;${q4_correctiveaction_calc}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="25.067385444743934%"&gt;&lt;P&gt;${q4_completedate_calc}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="21.563342318059302%"&gt;&lt;P&gt;${q1_actualdate_calc}${/}&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="26.549865229110516%"&gt;&lt;P&gt;${if q5 ==”no”}${q5_noncompliance_calc}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="26.819407008086255%"&gt;&lt;P&gt;${q5_correctiveaction_calc}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="25.067385444743934%"&gt;&lt;P&gt;${q5_completedate_calc}&lt;/P&gt;&lt;/TD&gt;&lt;TD width="21.563342318059302%"&gt;&lt;P&gt;${q1_actualdate_calc}${/}&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 17 Apr 2024 19:18:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1411147#M56273</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-04-17T19:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Feature Report Expressions</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1411415#M56293</link>
      <description>&lt;P&gt;Yeah you're correct &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/454586"&gt;@abureaux&lt;/a&gt;&amp;nbsp;- they aren't in repeats but are all separate questions inside groups. For example each one is set up like this in S123 (there are more questions and info inside each question group, but I've removed them from this example as they are irrelevant). The survey is huge - there's over 1,200 rows.&lt;/P&gt;&lt;TABLE border="1" width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;type&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;name&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;label&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;relevant&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;begin group&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;q1grp&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;Question 1&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="47px"&gt;select_one risk&lt;/TD&gt;&lt;TD width="25%" height="47px"&gt;q1&lt;/TD&gt;&lt;TD width="25%" height="47px"&gt;Current version of CPP on site&lt;/TD&gt;&lt;TD width="25%" height="47px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;select_one q1.1&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;q1_1&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;Select the Non-Conformance&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;${q1}='no'&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;select_one q1.2&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;q1_2&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;Corrective Action Required&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;${q1_1}&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD width="25%" height="25px"&gt;date&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;q1_3&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;Date Corrective Action to be Completed by&lt;/TD&gt;&lt;TD width="25%" height="25px"&gt;${q1_2}&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="25px"&gt;end group&lt;/TD&gt;&lt;TD height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD height="25px"&gt;&amp;nbsp;&lt;/TD&gt;&lt;TD height="25px"&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;The &lt;STRONG&gt;select_one risk&lt;/STRONG&gt; is basically the &lt;STRONG&gt;Yes/No&lt;/STRONG&gt; part. So only questions that have had &lt;STRONG&gt;No&lt;/STRONG&gt; selected will end up showing in the Summary Table at the end of the survey.&lt;/P&gt;&lt;P&gt;I have tried doing what you suggested above, but the problem with that is that it ends up looking like the attached (empty cells if those questions were answered Yes). That was why I tried putting the expression into a single cell under each heading in the table. i do like how it keeps everything aligned however, but if that could be done without individual cells it would look better.&lt;/P&gt;&lt;P&gt;It's a complicated one&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":thinking_face:"&gt;🤔&lt;/span&gt; maybe this is a limitation of the software, but I'd have thought it would've been possible given how obvious a requirement it seems. Do you have any more thoughts?&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 08:02:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1411415#M56293</guid>
      <dc:creator>Nihe_N8</dc:creator>
      <dc:date>2024-04-18T08:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Feature Report Expressions</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1411656#M56307</link>
      <description>&lt;P&gt;Your screen caps are the expected behaviour fro how the Feature Report logic is set up. You have this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_0-1713450830416.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101368i71F9454D12F08F7B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_0-1713450830416.png" alt="abureaux_0-1713450830416.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;This will just remove that little bit of text in column 1.&lt;/P&gt;&lt;P&gt;I have this:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="abureaux_1-1713450859939.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/101369i31FB74CFB3C5613F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="abureaux_1-1713450859939.png" alt="abureaux_1-1713450859939.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Since the start tag is in the first column and the end tag is in the last column of the table, the &lt;U&gt;entire row will be deleted&lt;/U&gt;. Please give this a try.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 14:35:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1411656#M56307</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-04-18T14:35:03Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Feature Report Expressions</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1411704#M56310</link>
      <description>&lt;P&gt;YES!!!!! It works! You've no idea how great that is to get that working, thank you so much!!!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 15:11:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1411704#M56310</guid>
      <dc:creator>Nihe_N8</dc:creator>
      <dc:date>2024-04-18T15:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Survey123 Feature Report Expressions</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1411707#M56311</link>
      <description>&lt;P&gt;Glad to hear &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Ya, that feature isn't over obvious, but it's incredibly helpful to know. Good luck with the rest!&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2024 15:13:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/survey123-feature-report-expressions/m-p/1411707#M56311</guid>
      <dc:creator>abureaux</dc:creator>
      <dc:date>2024-04-18T15:13:42Z</dc:date>
    </item>
  </channel>
</rss>

