<?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: Is there a formula to check a date is after a specific date? in Alteryx Designer Desktop Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731559#M173643</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/124369"&gt;@donnell&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you give me more details about when it should be done?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if this was 1992 1st of February I need to check if this is after 1st of June 1991?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please give a little bit more details because each date that I can imagine is after previous year 1st of June &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Mar 2021 21:18:08 GMT</pubDate>
    <dc:creator>Emil_Kos</dc:creator>
    <dc:date>2021-03-10T21:18:08Z</dc:date>
    <item>
      <title>Is there a formula to check a date is after a specific date?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731514#M173628</link>
      <description>&lt;P&gt;Hi, I'm currently trying to create a formula to look at a persons start date in the company and check whether that date is after 1 June. However, I want to be able to run this every year so need to create a dynamic date for the year part of the formula but static part of the date for the 1 June part. Is there an easy way to do this? Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 20:35:20 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731514#M173628</guid>
      <dc:creator>donnell</dc:creator>
      <dc:date>2021-03-10T20:35:20Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a formula to check a date is after a specific date?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731518#M173629</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/124369"&gt;@donnell&lt;/a&gt;&amp;nbsp;I mocked up an approach to do this which use the function DateTimeToday() and extracts only the year part and keeps the rest of the date as June 1st. Let me know what you think?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dates_10032021.JPG" style="width: 999px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/174937i972A3D834ECD5C1B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Dates_10032021.JPG" alt="Dates_10032021.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 20:44:37 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731518#M173629</guid>
      <dc:creator>JosephSerpis</dc:creator>
      <dc:date>2021-03-10T20:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a formula to check a date is after a specific date?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731523#M173631</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/124369"&gt;@donnell&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created a workflow for you:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Emil_Kos_0-1615409263350.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/174940i16E01C7944323549/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Emil_Kos_0-1615409263350.png" alt="Emil_Kos_0-1615409263350.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Output:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Emil_Kos_1-1615409180823.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/174939iDF1EAB0475D13D1D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Emil_Kos_1-1615409180823.png" alt="Emil_Kos_1-1615409180823.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 20:47:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731523#M173631</guid>
      <dc:creator>Emil_Kos</dc:creator>
      <dc:date>2021-03-10T20:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a formula to check a date is after a specific date?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731532#M173637</link>
      <description>&lt;P&gt;Worked brilliantly - thank you both!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 20:59:11 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731532#M173637</guid>
      <dc:creator>donnell</dc:creator>
      <dc:date>2021-03-10T20:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a formula to check a date is after a specific date?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731549#M173640</link>
      <description>&lt;P&gt;Any ideas on how you would amend the formula say if the date was 1 February and we wanted to look back to the previous June? The Datetime today won't work for me as it is not the current year&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 21:10:45 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731549#M173640</guid>
      <dc:creator>donnell</dc:creator>
      <dc:date>2021-03-10T21:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a formula to check a date is after a specific date?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731559#M173643</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/124369"&gt;@donnell&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you give me more details about when it should be done?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So if this was 1992 1st of February I need to check if this is after 1st of June 1991?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Please give a little bit more details because each date that I can imagine is after previous year 1st of June &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 21:18:08 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731559#M173643</guid>
      <dc:creator>Emil_Kos</dc:creator>
      <dc:date>2021-03-10T21:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a formula to check a date is after a specific date?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731572#M173648</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/62479"&gt;@Emil_Kos&lt;/a&gt;&amp;nbsp; yes of course! so what I am trying to do is actually to look back to the previous 1 June!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So if I were to run the workflow today, the previous 1 June is actually in 2020. However, if I were running the workflow later this year (say in August for example) the previous 1 June is actually in 2021 then!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want it check whether a date is after the previous 1 June based on the date of running the workflow if that makes sense?&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 21:32:54 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731572#M173648</guid>
      <dc:creator>donnell</dc:creator>
      <dc:date>2021-03-10T21:32:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a formula to check a date is after a specific date?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731599#M173651</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/124369"&gt;@donnell&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The date is always after the previous June &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt; I don't get it but I will create a workflow for you that shows what is the previous June date. and you should be able to work with that.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 21:37:39 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731599#M173651</guid>
      <dc:creator>Emil_Kos</dc:creator>
      <dc:date>2021-03-10T21:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a formula to check a date is after a specific date?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731602#M173653</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/124369"&gt;@donnell&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1 Jun shows the nearest previous June date.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this is helpful:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Emil_Kos_0-1615412427547.png" style="width: 400px;"&gt;&lt;img src="https://community.alteryx.com/t5/image/serverpage/image-id/174984iDD39F0F69EA5BAD5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Emil_Kos_0-1615412427547.png" alt="Emil_Kos_0-1615412427547.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 21:40:48 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731602#M173653</guid>
      <dc:creator>Emil_Kos</dc:creator>
      <dc:date>2021-03-10T21:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a formula to check a date is after a specific date?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731676#M173676</link>
      <description>&lt;P&gt;&lt;a href="https://community.alteryx.com/t5/user/viewprofilepage/user-id/62479"&gt;@Emil_Kos&lt;/a&gt;&amp;nbsp;sorry I get the confusion! Its not looking at the date now - it is looking at an employee start date from a separate field in the workflow!! I'll try the IIF - thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Mar 2021 23:34:23 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/Is-there-a-formula-to-check-a-date-is-after-a-specific-date/m-p/731676#M173676</guid>
      <dc:creator>donnell</dc:creator>
      <dc:date>2021-03-10T23:34:23Z</dc:date>
    </item>
  </channel>
</rss>

