<?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 on month analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/month-on-month-analysis/m-p/422230#M1164532</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;yes i have year and month fileds too .. but the expression given by u is also not workin..i cannot use above or previous functions cuz it comes wrong when i select a single month..&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2012 09:31:13 GMT</pubDate>
    <dc:creator>sudeep_d</dc:creator>
    <dc:date>2012-10-17T09:31:13Z</dc:date>
    <item>
      <title>month on month analysis</title>
      <link>https://community.qlik.com/t5/QlikView/month-on-month-analysis/m-p/422226#M1164528</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; monthyear&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; currentsales&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; previous sales&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; apr12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; may12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 300&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; jun12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i want a table which looks exactly like the above where monthyear is my dimension and currentsales and previous sales is my expressions,&lt;/P&gt;&lt;P&gt;what should b the expression for the previous sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 09:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-on-month-analysis/m-p/422226#M1164528</guid>
      <dc:creator>sudeep_d</dc:creator>
      <dc:date>2012-10-17T09:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: month on month analysis</title>
      <link>https://community.qlik.com/t5/QlikView/month-on-month-analysis/m-p/422227#M1164529</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;Previous sales is based on the same month but last year. Am I right?&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;Janzen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 09:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-on-month-analysis/m-p/422227#M1164529</guid>
      <dc:creator />
      <dc:date>2012-10-17T09:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: month on month analysis</title>
      <link>https://community.qlik.com/t5/QlikView/month-on-month-analysis/m-p/422228#M1164530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume you have a Month and a Year dimension too. If not you should create them. Then the current sales would be: &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum( { $&amp;lt;Year={$(=only(Year))},Month={$(=only(Month))}&amp;gt; } sales) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and previous sales would be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sum( { $&amp;lt;Year={$(=only(Year))},Month={$(=only(Month)-1)}&amp;gt; } sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 09:23:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-on-month-analysis/m-p/422228#M1164530</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2012-10-17T09:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: month on month analysis</title>
      <link>https://community.qlik.com/t5/QlikView/month-on-month-analysis/m-p/422229#M1164531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt; no it doesn't depends..&lt;/P&gt;&lt;P&gt;As diplayed sales of may 12 is in previous sales of june 12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 09:24:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-on-month-analysis/m-p/422229#M1164531</guid>
      <dc:creator>sudeep_d</dc:creator>
      <dc:date>2012-10-17T09:24:34Z</dc:date>
    </item>
    <item>
      <title>Re: month on month analysis</title>
      <link>https://community.qlik.com/t5/QlikView/month-on-month-analysis/m-p/422230#M1164532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;yes i have year and month fileds too .. but the expression given by u is also not workin..i cannot use above or previous functions cuz it comes wrong when i select a single month..&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 09:31:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-on-month-analysis/m-p/422230#M1164532</guid>
      <dc:creator>sudeep_d</dc:creator>
      <dc:date>2012-10-17T09:31:13Z</dc:date>
    </item>
    <item>
      <title>Re: month on month analysis</title>
      <link>https://community.qlik.com/t5/QlikView/month-on-month-analysis/m-p/422231#M1164533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis is performed once for an entire table, so can't* be sensitive to the rows of the table, so can't* actually build the chart you're asking for, at least not directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is an example using a number of different approaches.&amp;nbsp; The pivot table with AsOf is my suggestion, and if you need to see growth, for example, then I suggest following the set analysis chart in the example.&amp;nbsp; A drawback is user confusion if both the AsOf and regular data are available for selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other common approaches shown are using a date island or using the above() function.&amp;nbsp; The date island will have performance problems on large data sets, and can have the same sort of user confusion as the AsOf table.&amp;nbsp; The above() function will fail if you select a specific year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So no perfect solutions, just workable solutions with pros and cons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;*Technically there is a way around this limitation, but it is very complicated, and I have yet to find a practical application.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 20:58:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/month-on-month-analysis/m-p/422231#M1164533</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2012-10-17T20:58:13Z</dc:date>
    </item>
  </channel>
</rss>

