<?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: Month comparision in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-comparision/m-p/395426#M147460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at alternate states which is a new feature available in Qlikview 11.&lt;/P&gt;&lt;P&gt;You can use two different listboxes and check the comparison for the months selected in two list boxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Jan 2013 13:41:42 GMT</pubDate>
    <dc:creator>CELAMBARASAN</dc:creator>
    <dc:date>2013-01-05T13:41:42Z</dc:date>
    <item>
      <title>Month comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Month-comparision/m-p/395423#M147457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need the Month comparision and Growth value chart please help me out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2013 08:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-comparision/m-p/395423#M147457</guid>
      <dc:creator>Qlik__Vinodh</dc:creator>
      <dc:date>2013-01-05T08:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Month comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Month-comparision/m-p/395424#M147458</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;For comparing two months (say current month and last month), you can do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A) Define Two Variables:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. vCurrentMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Month(Today())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. vPreviousMonth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Month(Today()-31)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;B) Use The following expression in your chart&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Month={'$(vPreviousMonth)'}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Month={'$(vCurrentMonth)'}&amp;gt;}Value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the growth value chart, you can probably try using a Line Chart or a Combo Chart. Use the dimension you want to check the growth against in this chart with the value you are analyzing. For example, this could be something like sum(Profits) in the expression against the Month or Year dimension used in a line chart sorted by Y value Ascending.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&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;-Khaled.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2013 08:46:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-comparision/m-p/395424#M147458</guid>
      <dc:creator />
      <dc:date>2013-01-05T08:46:03Z</dc:date>
    </item>
    <item>
      <title>Re: Month comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Month-comparision/m-p/395425#M147459</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;Try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;For Current Month Sales:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: maroon;"&gt;CalendarYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;$(=max(CalendarYear))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: maroon;"&gt;CalendarMonthName&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;$(=Month(Max(OrdDate)))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;}&amp;gt;} &lt;SPAN style="color: #000000; font-family: 'Times New Roman', serif; font-size: 16px;"&gt;Sales&lt;/SPAN&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;STRONG style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;For Last Month Sales:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="margin-bottom: 0.0001pt;"&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: blue;"&gt;=sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: maroon;"&gt;CalendarYear&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;$(=max(CalendarYear))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: maroon;"&gt;CalendarMonthName&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;={&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;$(=month(addmonths((max(OrdDate)),-1)))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif'; color: black;"&gt;}&amp;gt;}Sales) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nirav Bhimani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2013 08:56:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-comparision/m-p/395425#M147459</guid>
      <dc:creator>nirav_bhimani</dc:creator>
      <dc:date>2013-01-05T08:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Month comparision</title>
      <link>https://community.qlik.com/t5/QlikView/Month-comparision/m-p/395426#M147460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at alternate states which is a new feature available in Qlikview 11.&lt;/P&gt;&lt;P&gt;You can use two different listboxes and check the comparison for the months selected in two list boxes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Jan 2013 13:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-comparision/m-p/395426#M147460</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-01-05T13:41:42Z</dc:date>
    </item>
  </channel>
</rss>

