<?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: Graphing Previous 6 Months in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Graphing-Previous-6-Months/m-p/484750#M550539</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your help on this. Suresh provided the correct set analysis to solve the problem I had. I did make an edit to it to address a date formatting issue I was having in the report. What I ended up doing was this -&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Month = {"&amp;gt;=$(=date(MonthStart(Max(Month),-6), 'MMMYY'))&amp;lt;=$(date(MonthEnd(Max(Month)),'MMMYY')))"}&amp;gt;}Data).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Dec 2013 16:53:27 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-16T16:53:27Z</dc:date>
    <item>
      <title>Graphing Previous 6 Months</title>
      <link>https://community.qlik.com/t5/QlikView/Graphing-Previous-6-Months/m-p/484746#M550535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a simple table with amount and recorddate fields. I've created a Month field (MonthStart) and Year field from the recorddate column. I am trying to graph the previous 6 months using the below set analysis. I searched the QlikView Community and found this expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({Month={&amp;gt;=$(=max(Month)-6 &amp;lt;=$(=max(Month)'}&amp;gt;} amount&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using that set analysis I get all months &amp;lt;= the selection I make instead of just the previous 6. Any ideas on how to correct this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Dec 2013 20:07:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphing-Previous-6-Months/m-p/484746#M550535</guid>
      <dc:creator />
      <dc:date>2013-12-13T20:07:50Z</dc:date>
    </item>
    <item>
      <title>Re: Graphing Previous 6 Months</title>
      <link>https://community.qlik.com/t5/QlikView/Graphing-Previous-6-Months/m-p/484747#M550536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you using &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MonthStart&lt;/SPAN&gt; as your graph dimension?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Dec 2013 02:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphing-Previous-6-Months/m-p/484747#M550536</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2013-12-14T02:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Graphing Previous 6 Months</title>
      <link>https://community.qlik.com/t5/QlikView/Graphing-Previous-6-Months/m-p/484748#M550537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zebediah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly use this expression....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({1&amp;lt;Date = {"&amp;gt;=$(=MonthStart(Max(Date), -6))&amp;lt;=$(=MonthEnd(Max(Date)))"}&amp;gt;}Data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suresh Rawat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Dec 2013 07:36:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphing-Previous-6-Months/m-p/484748#M550537</guid>
      <dc:creator>suresh_rawat</dc:creator>
      <dc:date>2013-12-14T07:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Graphing Previous 6 Months</title>
      <link>https://community.qlik.com/t5/QlikView/Graphing-Previous-6-Months/m-p/484749#M550538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Zebediah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Try this, Hope it will help you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Sum({&amp;lt;Month = {"&amp;gt;=$(=max(Month) - 6) &amp;lt;=$(=max(Month))"} &amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishal Waghole.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 06:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphing-Previous-6-Months/m-p/484749#M550538</guid>
      <dc:creator>VishalWaghole</dc:creator>
      <dc:date>2013-12-16T06:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Graphing Previous 6 Months</title>
      <link>https://community.qlik.com/t5/QlikView/Graphing-Previous-6-Months/m-p/484750#M550539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your help on this. Suresh provided the correct set analysis to solve the problem I had. I did make an edit to it to address a date formatting issue I was having in the report. What I ended up doing was this -&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Month = {"&amp;gt;=$(=date(MonthStart(Max(Month),-6), 'MMMYY'))&amp;lt;=$(date(MonthEnd(Max(Month)),'MMMYY')))"}&amp;gt;}Data).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 16:53:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Graphing-Previous-6-Months/m-p/484750#M550539</guid>
      <dc:creator />
      <dc:date>2013-12-16T16:53:27Z</dc:date>
    </item>
  </channel>
</rss>

