<?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 do I handle inspections done in the same month? in ArcGIS Survey123 Questions</title>
    <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-handle-inspections-done-in-the-same-month/m-p/1182028#M43206</link>
    <description>&lt;P&gt;How do I return a (Yes / No) answer to Results when New_Inspection_Date is in the same month as Last_Inspection_Date?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="neomapper_0-1654888778652.png" style="width: 757px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43259iE02B911A8B0874AB/image-dimensions/757x174?v=v2" width="757" height="174" role="button" title="neomapper_0-1654888778652.png" alt="neomapper_0-1654888778652.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2022 19:24:17 GMT</pubDate>
    <dc:creator>neomapper</dc:creator>
    <dc:date>2022-06-10T19:24:17Z</dc:date>
    <item>
      <title>How do I handle inspections done in the same month?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-handle-inspections-done-in-the-same-month/m-p/1182028#M43206</link>
      <description>&lt;P&gt;How do I return a (Yes / No) answer to Results when New_Inspection_Date is in the same month as Last_Inspection_Date?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="neomapper_0-1654888778652.png" style="width: 757px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/43259iE02B911A8B0874AB/image-dimensions/757x174?v=v2" width="757" height="174" role="button" title="neomapper_0-1654888778652.png" alt="neomapper_0-1654888778652.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 19:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-handle-inspections-done-in-the-same-month/m-p/1182028#M43206</guid>
      <dc:creator>neomapper</dc:creator>
      <dc:date>2022-06-10T19:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I handle inspections done in the same month?</title>
      <link>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-handle-inspections-done-in-the-same-month/m-p/1182059#M43208</link>
      <description>&lt;P&gt;Do you mean same calendar month, or within a month of each other?&lt;/P&gt;&lt;P&gt;If the former, you could try:&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;if(format-date(${Last_Inspected_Date},'%y%m')=format-date(${New_Inspected_Date},'%y%m'), 'Yes', 'No')&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;Formatting each date as %y%m would reduce them down to the year and month, so two inspections in June 2022 will return a 'Yes', but June 2021 and June 2022 will not.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 20:30:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-survey123-questions/how-do-i-handle-inspections-done-in-the-same-month/m-p/1182059#M43208</guid>
      <dc:creator>jcarlson</dc:creator>
      <dc:date>2022-06-10T20:30:35Z</dc:date>
    </item>
  </channel>
</rss>

