<?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 Month on Month Comparison in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917542#M989381</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wondering if anyone can help me with a query that I am trying to solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have is a file that I attached as an example of the data I am working with but it is only a tiny sample of the size of the data I am using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is to be able to do a month on month comparison. So when I export to Excel I can look side by side and see how each company is performing month on month. As you can see some accounts can be new and this means the accounts are not side by side so with a large file I would have to manually align the data in Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering is their anyway in Qlikview that I can align the data so I can simply export to Excel and have the Income for each account side by side. Maybe I can do it in a graph or someway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if it is even possible but it would make my life a lot easier if it is so if anyone could help I would really appreciate it.&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;Sue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jul 2015 08:39:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-28T08:39:02Z</dc:date>
    <item>
      <title>Month on Month Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917542#M989381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just wondering if anyone can help me with a query that I am trying to solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have is a file that I attached as an example of the data I am working with but it is only a tiny sample of the size of the data I am using.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want to do is to be able to do a month on month comparison. So when I export to Excel I can look side by side and see how each company is performing month on month. As you can see some accounts can be new and this means the accounts are not side by side so with a large file I would have to manually align the data in Excel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering is their anyway in Qlikview that I can align the data so I can simply export to Excel and have the Income for each account side by side. Maybe I can do it in a graph or someway.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know if it is even possible but it would make my life a lot easier if it is so if anyone could help I would really appreciate it.&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;Sue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 08:39:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917542#M989381</guid>
      <dc:creator />
      <dc:date>2015-07-28T08:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917543#M989382</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;In order to get that, we need to split the expression in to 2 things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some thing like for eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exp_1: Sum({&amp;lt;Month={'Apr'}&amp;gt;}Cost)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Exp_2: Sum({&amp;lt;Month={'May'}&amp;gt;}Cost)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;So that in the chart/table we can get 2 separate columns and we can compare easily. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;If we want difference, we can get by (&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum({&amp;lt;Month={'Apr'}&amp;gt;}Cost))-(&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Sum({&amp;lt;Month={'May'}&amp;gt;}Cost))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Or else&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;simply column(1)-column(2)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 08:46:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917543#M989382</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-07-28T08:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917544#M989383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;would a pivot table suffice?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/94201_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH- Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 08:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917544#M989383</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-07-28T08:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917545#M989384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi both would be very helpful but the pivot Table looks good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am only using the personal edition so I can't open any Qlikview documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you be able to post here what I would need to do to be able to get the data like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 09:00:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917545#M989384</guid>
      <dc:creator />
      <dc:date>2015-07-28T09:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917546#M989385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could visualise your comparisons a number of ways.&amp;nbsp; A few samples attached.&lt;/P&gt;&lt;P&gt;Pivot and Bar charts to get you going.&amp;nbsp; Note they will all export back to excel.&lt;/P&gt;&lt;P&gt;&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;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 09:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917546#M989385</guid>
      <dc:creator>ogster1974</dc:creator>
      <dc:date>2015-07-28T09:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917547#M989386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sue,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a pivot With Dimension: Company, Year Month and expression Sum(Income), it'll look like this initially:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/94223_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;Click on the + to expand Year then month &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the Month Column header and drag right (blue vertical arrow appears), drag it over Sum(Income)and release when the blue arrow is horizontal,&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/94224_pastedImage_1.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt; then drag the Year above the month etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/94226_pastedImage_3.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH - Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 09:22:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917547#M989386</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-07-28T09:22:57Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917548#M989387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it sorted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for all the reply's they were a great help. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 09:40:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917548#M989387</guid>
      <dc:creator />
      <dc:date>2015-07-28T09:40:07Z</dc:date>
    </item>
    <item>
      <title>Re: Month on Month Comparison</title>
      <link>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917549#M989388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to be able to help!&lt;/P&gt;&lt;P&gt;Have a good day!&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2015 09:41:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Month-on-Month-Comparison/m-p/917549#M989388</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-07-28T09:41:57Z</dc:date>
    </item>
  </channel>
</rss>

