<?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: Last 3 months calaculation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-3-months-calaculation/m-p/1140865#M901889</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the requirement should be Month as dimension in the first chart and backward stock volume should be match with the second chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2016 14:40:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-07-12T14:40:32Z</dc:date>
    <item>
      <title>Last 3 months calaculation</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-months-calaculation/m-p/1140862#M901886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;when am using month_year as dimension in the basic view backward stock coverage volume showing correct but&amp;nbsp; when am using the month name as a dimension in the above chart of basic view&amp;nbsp; Backward stock coverage volume showing different value,&lt;/P&gt;&lt;P&gt;can you please help me out on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please find the attached application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Devendar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-months-calaculation/m-p/1140862#M901886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 months calaculation</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-months-calaculation/m-p/1140863#M901887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in first chart is month&lt;/P&gt;&lt;P&gt;in second is month year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if in first add year as dimension, value is ok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 14:24:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-months-calaculation/m-p/1140863#M901887</guid>
      <dc:creator>florentina_doga</dc:creator>
      <dc:date>2016-07-12T14:24:56Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 months calaculation</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-months-calaculation/m-p/1140864#M901888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;in the first graph aggregation is done &lt;SPAN&gt;at&lt;/SPAN&gt; &lt;SPAN&gt;month&lt;/SPAN&gt; &lt;SPAN&gt;without taking into&lt;/SPAN&gt; &lt;SPAN&gt;account the&lt;/SPAN&gt; &lt;SPAN&gt;year&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 14:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-months-calaculation/m-p/1140864#M901888</guid>
      <dc:creator>florentina_doga</dc:creator>
      <dc:date>2016-07-12T14:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 months calaculation</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-months-calaculation/m-p/1140865#M901889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the requirement should be Month as dimension in the first chart and backward stock volume should be match with the second chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 14:40:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-months-calaculation/m-p/1140865#M901889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-12T14:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 months calaculation</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-months-calaculation/m-p/1140866#M901890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not sure how your data model is designed. But i can see that Month Name and Month_Year are coming from qvd inside the calendar table respectively. Just check your Month_Year expression in the edit script of your calendar tab and try adding another column [Month Name] using the same Month_Year expression like &lt;/P&gt;&lt;P&gt;Date(MonthStart(Date),'MMM-YYYY') as Month_Year&lt;/P&gt;&lt;P&gt;Date(MonthStart(Date),'MMM')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as [Month Name]. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Comment the Month Name used in the first few lines of the script and use this New MonthName field in your chart and try. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just my guess the problem is there. If not I am sorry this was just my thought. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 15:38:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-months-calaculation/m-p/1140866#M901890</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2016-07-12T15:38:32Z</dc:date>
    </item>
    <item>
      <title>Re: Last 3 months calaculation</title>
      <link>https://community.qlik.com/t5/QlikView/Last-3-months-calaculation/m-p/1140867#M901891</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for replay, i tried this one before but same values are getting nothing is difference&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2016 15:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-3-months-calaculation/m-p/1140867#M901891</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-07-12T15:57:04Z</dc:date>
    </item>
  </channel>
</rss>

