<?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 can I compare date time? in Alteryx Designer Cloud Discussions</title>
    <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/how-can-I-compare-date-time/m-p/1132297#M1220</link>
    <description>&lt;P&gt;in a table ,I have four fields which display the datetime.&lt;/P&gt;&lt;P&gt;A: 2021-10-01 B:10:01&lt;/P&gt;&lt;P&gt;C:2021-9-18 D :12:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how Can i compare the datetime?  when A+B &amp;gt; C+D ,output True else False.&lt;/P&gt;</description>
    <pubDate>Thu, 09 Dec 2021 09:03:01 GMT</pubDate>
    <dc:creator>WuCong</dc:creator>
    <dc:date>2021-12-09T09:03:01Z</dc:date>
    <item>
      <title>how can I compare date time?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/how-can-I-compare-date-time/m-p/1132297#M1220</link>
      <description>&lt;P&gt;in a table ,I have four fields which display the datetime.&lt;/P&gt;&lt;P&gt;A: 2021-10-01 B:10:01&lt;/P&gt;&lt;P&gt;C:2021-9-18 D :12:00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how Can i compare the datetime?  when A+B &amp;gt; C+D ,output True else False.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Dec 2021 09:03:01 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/how-can-I-compare-date-time/m-p/1132297#M1220</guid>
      <dc:creator>WuCong</dc:creator>
      <dc:date>2021-12-09T09:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: how can I compare date time?</title>
      <link>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/how-can-I-compare-date-time/m-p/1132298#M1221</link>
      <description>&lt;P&gt;If the four columns are already in Date/Time type, then you can compare the addition of the four columns directly and create a new column based on the results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, if you're trying to check whether A+B &amp;gt; C+D and output true/false into a separate column, you can use a "New Formula" transform and set the formula to be &lt;/P&gt;&lt;CODE&gt;IF(A+B&amp;gt;C+D)&lt;/CODE&gt;&lt;P&gt;Since this creates a new column, remember to provide the new column with a name that best reflects the results of the formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your field values are in something other than Date/Time type (e.g. String), then you can change the type of the column by clicking on the dropdown menu to the right of the column name &amp;gt; Change type &amp;gt; Date/Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 23 May 2022 17:46:09 GMT</pubDate>
      <guid>https://community.alteryx.com/t5/Alteryx-Designer-Cloud-Discussions/how-can-I-compare-date-time/m-p/1132298#M1221</guid>
      <dc:creator>JWang_Tri</dc:creator>
      <dc:date>2022-05-23T17:46:09Z</dc:date>
    </item>
  </channel>
</rss>

