<?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: Get last 14 day data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Get-last-14-day-data/m-p/1110108#M914398</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Count({&amp;lt;MY_DATE = {"$(='&amp;gt;=' &amp;amp; Date(Today() - 15, 'YYYY/MM/DD') &amp;amp; '&amp;lt;=' &amp;amp; Date(Today() - 1, '&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;YYYY/MM/DD&lt;/STRONG&gt;'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;}&amp;gt;} ABC)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what your MY_DATE format is, but make sure you add that to the set expression above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 May 2016 04:09:05 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-05-20T04:09:05Z</dc:date>
    <item>
      <title>Get last 14 day data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-last-14-day-data/m-p/1110105#M914395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a date file in 03-JAN-16,........ &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to get last 14 days data inside expression on pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how do modify below expression to get ReloadTime-1 to &lt;SPAN style="font-size: 13.3333px;"&gt;ReloadTime-15. (That last 14 complete days)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;MY_DATE = {"=&lt;SPAN style="font-size: 13.3333px;"&gt;MY_DATE &lt;/SPAN&gt;&amp;gt;= ReloadTime()-14"}&amp;gt;} ABC)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-last-14-day-data/m-p/1110105#M914395</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Get last 14 day data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-last-14-day-data/m-p/1110106#M914396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count({&amp;lt;MY_DATE = {"$(='&amp;gt;=' &amp;amp; Date(Max({1}&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;MY_DATE&lt;/SPAN&gt;) - 14, 'DD-MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp; Date(Max({1}MY_DATE), 'DD-MMM-YY'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;}&amp;gt;} ABC)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Count({&amp;lt;MY_DATE = {"$(='&amp;gt;=' &amp;amp; Date(Max(Floor(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ReloadTime())&lt;/SPAN&gt;) - 14, 'DD-MMM-YY') &amp;amp; '&amp;lt;=' &amp;amp;Date(Max(&lt;STRONG style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Floor(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;ReloadTime())&lt;/SPAN&gt;&lt;/STRONG&gt;), 'DD-MMM-YY'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;}&amp;gt;} ABC)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 03:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-last-14-day-data/m-p/1110106#M914396</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-20T03:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Get last 14 day data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-last-14-day-data/m-p/1110107#M914397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not works, what i want is if today is 2016/05/28 i want to get data relevant to 2016/05/27 to (&lt;SPAN style="font-size: 13.3333px;"&gt;2016/05/27 - 14) days&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;(2016/05/13)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 04:06:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-last-14-day-data/m-p/1110107#M914397</guid>
      <dc:creator>anuradhaa</dc:creator>
      <dc:date>2016-05-20T04:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Get last 14 day data</title>
      <link>https://community.qlik.com/t5/QlikView/Get-last-14-day-data/m-p/1110108#M914398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What about this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Count({&amp;lt;MY_DATE = {"$(='&amp;gt;=' &amp;amp; Date(Today() - 15, 'YYYY/MM/DD') &amp;amp; '&amp;lt;=' &amp;amp; Date(Today() - 1, '&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;YYYY/MM/DD&lt;/STRONG&gt;'))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;}&amp;gt;} ABC)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not sure what your MY_DATE format is, but make sure you add that to the set expression above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 May 2016 04:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Get-last-14-day-data/m-p/1110108#M914398</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-20T04:09:05Z</dc:date>
    </item>
  </channel>
</rss>

