<?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 to filter data by time, always 2 weeks prior to current time in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/How-to-filter-data-by-time-always-2-weeks-prior-to-current-time/m-p/611482#M81185</link>
    <description>&lt;P&gt;Hi, Wondering how to add a data filter that would pull data only from the last 2 weeks of collection, starting from the time the script is ran. I see how to manually set based on a specific date/time, but not how to have this continuously change with relation to the time it is ran. The data I am looking to filter has full time stamps already. Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 16:29:20 GMT</pubDate>
    <dc:creator>lcpaul41</dc:creator>
    <dc:date>2023-06-08T16:29:20Z</dc:date>
    <item>
      <title>How to filter data by time, always 2 weeks prior to current time</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-filter-data-by-time-always-2-weeks-prior-to-current-time/m-p/611482#M81185</link>
      <description>&lt;P&gt;Hi, Wondering how to add a data filter that would pull data only from the last 2 weeks of collection, starting from the time the script is ran. I see how to manually set based on a specific date/time, but not how to have this continuously change with relation to the time it is ran. The data I am looking to filter has full time stamps already. Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 16:29:20 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-filter-data-by-time-always-2-weeks-prior-to-current-time/m-p/611482#M81185</guid>
      <dc:creator>lcpaul41</dc:creator>
      <dc:date>2023-06-08T16:29:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to filter data by time, always 2 weeks prior to current time</title>
      <link>https://community.jmp.com/t5/Discussions/How-to-filter-data-by-time-always-2-weeks-prior-to-current-time/m-p/611643#M81190</link>
      <description>&lt;P&gt;The Today() function returns the current datetime.&amp;nbsp; Therefore you can select or exclude using a statement such as&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;If( :DateTime &amp;gt;= today()-inweeks(2), &amp;lt;your specific action statements go here&amp;gt; )&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Mar 2023 02:00:34 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/How-to-filter-data-by-time-always-2-weeks-prior-to-current-time/m-p/611643#M81190</guid>
      <dc:creator>txnelson</dc:creator>
      <dc:date>2023-03-14T02:00:34Z</dc:date>
    </item>
  </channel>
</rss>

