<?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/1447466#M799010</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use following Expression&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year=, Quarter=, Month=, Week=,Date={"&amp;gt;=$(=MonthStart(Max(Date),-5)&amp;lt;=$(=Date(Max(Date)))"}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Dec 2017 11:08:05 GMT</pubDate>
    <dc:creator>vikasdesai</dc:creator>
    <dc:date>2017-12-08T11:08:05Z</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/1447461#M799005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a table having 2 field one is sales field and another is date field. date field contain dates of 2011 and 2012 .&lt;/P&gt;&lt;P&gt;Maximum date is 16/02/2012 (dd/mm/yyyy). 2012 Feb is maximum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement is display sum of sales of last 6 month in a bar chart . It will show Feb,Jan,Dec,Nov,Oct and Sept months sum(sales).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me to write a set analysis for&amp;nbsp; this. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&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/1447461#M799005</guid>
      <dc:creator>debsahoo</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/1447462#M799006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be look &lt;A href="https://community.qlik.com/docs/DOC-9144"&gt;Set Analysis for Rolling Periods&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 17:33:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-last-6-months-data/m-p/1447462#M799006</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-07T17:33:46Z</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/1447463#M799007</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;&lt;STRONG&gt;Hello ,&lt;BR /&gt;&lt;/STRONG&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;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;Use following expression to display sum of sales of last 6 month&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;STRONG&gt;Sum({&amp;lt;Year=, Quarter=, Month=, Week=, Date={‘&amp;gt;=$(=MonthStart(Max(Date), -5))&amp;lt;=$(=Date(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Max(Date))&lt;/STRONG&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;} Sales )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 09:12:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-last-6-months-data/m-p/1447463#M799007</guid>
      <dc:creator>vikasdesai</dc:creator>
      <dc:date>2017-12-08T09:12: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/1447464#M799008</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 style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;You can use a set analysis expression to select the Date values of the last six months:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;count({&amp;lt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Date&lt;/EM&gt;={'&amp;gt;$(=AddMonths(Max(&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Date&lt;/EM&gt;),-6))'}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Thanks,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 09:26:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-last-6-months-data/m-p/1447464#M799008</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-12-08T09:26:09Z</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/1447465#M799009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="mycode.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/186224_mycode.PNG" style="height: 97px; width: 620px;" /&gt;&lt;SPAN style="font-size: 10pt;"&gt;&amp;nbsp; I tried it but that red line shows and not working.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 10:35:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-last-6-months-data/m-p/1447465#M799009</guid>
      <dc:creator>debsahoo</dc:creator>
      <dc:date>2017-12-08T10:35:19Z</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/1447466#M799010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use following Expression&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year=, Quarter=, Month=, Week=,Date={"&amp;gt;=$(=MonthStart(Max(Date),-5)&amp;lt;=$(=Date(Max(Date)))"}&amp;gt;}Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 11:08:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-get-last-6-months-data/m-p/1447466#M799010</guid>
      <dc:creator>vikasdesai</dc:creator>
      <dc:date>2017-12-08T11:08:05Z</dc:date>
    </item>
  </channel>
</rss>

