<?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: How to get Last 6 months Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345603#M837686</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi HariKiran !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this: &lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;Load *&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;From XYZ&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Where Date &amp;gt;= AddMonth(Today(), -6);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 May 2017 11:50:30 GMT</pubDate>
    <dc:creator>sanjay006</dc:creator>
    <dc:date>2017-05-15T11:50:30Z</dc:date>
    <item>
      <title>How to get Last 6 months Data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345598#M837681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can Some one help me how to filter Last 6 months data from current Date in Qlikview Load Script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today Date is 5\15\2017 so it should go last 6 months date 11\15\2016.&amp;nbsp; so results should give me from 11\15\2016 to till date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i give in Qlikview load script of where condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Hk&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/How-to-get-Last-6-months-Data/m-p/1345598#M837681</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Last 6 months Data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345599#M837682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where Date &amp;gt;= AddMonth(Today(), -6)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 11:44:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345599#M837682</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2017-05-15T11:44:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Last 6 months Data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345600#M837683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sum({&amp;lt;[Ship Date]={'&amp;gt;=$(=addmonths(today(),-6))&amp;lt;=$(=today())'}&amp;gt;}Sales) ---Set analysis&lt;/P&gt;&lt;P&gt;let vfirstdate= today()&lt;/P&gt;&lt;P&gt;let venddate= addmonth(today(),-6)&lt;/P&gt;&lt;P&gt;calendar:&lt;/P&gt;&lt;P&gt;load date(vfisrtdate+iterno()-1) as Date&lt;/P&gt;&lt;P&gt;autogenerate 1 &lt;/P&gt;&lt;P&gt;while $(venddate)&amp;lt;=$(vfirstdate);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;add this to calendar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 11:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345600#M837683</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-15T11:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Last 6 months Data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345601#M837684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be this is help full to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1157392"&gt;Rolling Month&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 11:49:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345601#M837684</guid>
      <dc:creator>qlikview979</dc:creator>
      <dc:date>2017-05-15T11:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Last 6 months Data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345602#M837685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Read this post&lt;/SPAN&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;BR /&gt;&lt;/SPAN&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;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/SPAN&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;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #808080;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;vLastMonth&lt;/EM&gt;&lt;/SPAN&gt;=&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "=Date(Max(Month),'MMM-YY')";&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #808080;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;v2ndLastMonth&lt;/EM&gt;&lt;/SPAN&gt;= "=Date(AddMonths(Max(Month),-1),'MMM-YY')";&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;SPAN style="font-family: inherit; font-size: 13px; font-style: inherit; font-weight: inherit; color: #808080;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;vLast6Month&lt;/EM&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f5faf0;"&gt;= =Date(AddMonths(Max(Month),-5),'MMM-YY')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 11:49:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345602#M837685</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-05-15T11:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Last 6 months Data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345603#M837686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi HariKiran !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this: &lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-family: inherit; font-size: 13px; font-weight: inherit;"&gt;Load *&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;From XYZ&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Where Date &amp;gt;= AddMonth(Today(), -6);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 11:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345603#M837686</guid>
      <dc:creator>sanjay006</dc:creator>
      <dc:date>2017-05-15T11:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Last 6 months Data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345604#M837687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In case you are willing to have a flag only. In the Calendar table add this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Calendar:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Load *&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ,If(Date &amp;gt;= AddMonth(Today(), -6), 1, 0) as 6LastMonths&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;From&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2017 11:52:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345604#M837687</guid>
      <dc:creator>MindaugasBacius</dc:creator>
      <dc:date>2017-05-15T11:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Last 6 months Data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345605#M837688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bacius,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You that Helps For now. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for delay in Responding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Hari&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 12:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345605#M837688</guid>
      <dc:creator>dunnalahk123</dc:creator>
      <dc:date>2017-05-18T12:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to get Last 6 months Data</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345606#M837689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Plz find the attached file.You can change the expression as for your requirement.&lt;/P&gt;&lt;P&gt;For now m showing it for previous 6 months data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 May 2017 12:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-Last-6-months-Data/m-p/1345606#M837689</guid>
      <dc:creator>sanjay006</dc:creator>
      <dc:date>2017-05-18T12:22:04Z</dc:date>
    </item>
  </channel>
</rss>

