<?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: Want to show last 6 month data in graph on activation and last month data in another graph in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Want-to-show-last-6-month-data-in-graph-on-activation-and-last/m-p/353058#M573534</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Dimension I Used Month as dimension and I want Default selection should be last six month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to upload my .qvw file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2012 20:46:51 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-16T20:46:51Z</dc:date>
    <item>
      <title>Want to show last 6 month data in graph on activation and last month data in another graph</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-last-6-month-data-in-graph-on-activation-and-last/m-p/353057#M573533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am new to QV and currently working on QV11. I have trending graph(Bar Chart) and Pie chart and want to display the Last 6 month data into Bar Chart on report activation and latest month data into Pie chart. Also once I clear my selection it should come back to default selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please let me know if you guys have solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greatlty Appreciate your help and response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 20:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-last-6-month-data-in-graph-on-activation-and-last/m-p/353057#M573533</guid>
      <dc:creator />
      <dc:date>2012-07-16T20:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show last 6 month data in graph on activation and last month data in another graph</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-last-6-month-data-in-graph-on-activation-and-last/m-p/353058#M573534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Dimension I Used Month as dimension and I want Default selection should be last six month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to upload my .qvw file.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 20:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-last-6-month-data-in-graph-on-activation-and-last/m-p/353058#M573534</guid>
      <dc:creator />
      <dc:date>2012-07-16T20:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: Want to show last 6 month data in graph on activation and last month data in another graph</title>
      <link>https://community.qlik.com/t5/QlikView/Want-to-show-last-6-month-data-in-graph-on-activation-and-last/m-p/353059#M573535</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Try like this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =No Dimension and used expression like this, If you have Date field , use like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Sum({&amp;lt;Date = {'&amp;gt;=$(=MonthStart(Max(Date))) &amp;lt;= $(=MonthEnd(Max(Date)))'}&amp;gt;}Sales)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Sum({&amp;lt;Date = {'&amp;gt;=$(=MonthStart(Max(Date),-1)) &amp;lt;= $(=MonthEnd(Max(Date),-1))'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Sum({&amp;lt;Date = {'&amp;gt;=$(=MonthStart(Max(Date),-2)) &amp;lt;= $(=MonthEnd(Max(Date),-2))'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Sum({&amp;lt;Date = {'&amp;gt;=$(=MonthStart(Max(Date),-3)) &amp;lt;= $(=MonthEnd(Max(Date),-3))'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Sum({&amp;lt;Date = {'&amp;gt;=$(=MonthStart(Max(Date),-4)) &amp;lt;= $(=MonthEnd(Max(Date),-4))'}&amp;gt;}Sales)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =Sum({&amp;lt;Date = {'&amp;gt;=$(=MonthStart(Max(Date),-5)) &amp;lt;= $(=MonthEnd(Max(Date),-5))'}&amp;gt;}Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 21:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Want-to-show-last-6-month-data-in-graph-on-activation-and-last/m-p/353059#M573535</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2012-07-16T21:17:27Z</dc:date>
    </item>
  </channel>
</rss>

