<?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: 12 MR Limitation in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/12-MR-Limitation/m-p/912#M158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lorenzo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can for example generate missing months, so you'd have a record for all months, although in some months the sum sales would be equal to zero. Then you can turn on displaying zero values in the chart and your calculation would work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to create &lt;A href="https://community.qlik.com/qlik-blogpost/4531"&gt;The As-Of Table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jan 2018 14:19:27 GMT</pubDate>
    <dc:creator>juraj_misina</dc:creator>
    <dc:date>2018-01-15T14:19:27Z</dc:date>
    <item>
      <title>12 MR Limitation</title>
      <link>https://community.qlik.com/t5/QlikView/12-MR-Limitation/m-p/910#M156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to obtain a 12 Months rolling Chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It works using a simple formula: RangeSum (above(sum(Unit), 0, 12))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I don't have sales every months. The result is that I can't see a 12 Months rolling chart because qlik considers the last 12 months in which there was a sale (for example 16 months). &lt;/P&gt;&lt;P&gt;Can you explain me how can I solve this problem.?? &lt;/P&gt;&lt;P&gt;I don't know anymore what I can do!!!... and I have to deliver my project....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your support&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lorenzo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 14:10:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/12-MR-Limitation/m-p/910#M156</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-15T14:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: 12 MR Limitation</title>
      <link>https://community.qlik.com/t5/QlikView/12-MR-Limitation/m-p/911#M157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create &lt;A href="https://community.qlik.com/docs/DOC-3858"&gt;Master Calendar Generation Script&lt;/A&gt; and then use Same formula.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 14:16:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/12-MR-Limitation/m-p/911#M157</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-15T14:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: 12 MR Limitation</title>
      <link>https://community.qlik.com/t5/QlikView/12-MR-Limitation/m-p/912#M158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Lorenzo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can for example generate missing months, so you'd have a record for all months, although in some months the sum sales would be equal to zero. Then you can turn on displaying zero values in the chart and your calculation would work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another option is to create &lt;A href="https://community.qlik.com/qlik-blogpost/4531"&gt;The As-Of Table&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 14:19:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/12-MR-Limitation/m-p/912#M158</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-01-15T14:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: 12 MR Limitation</title>
      <link>https://community.qlik.com/t5/QlikView/12-MR-Limitation/m-p/913#M159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lorenzo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use below formula in calculated dimension field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Date#(Date("Yourfield",'MMM YYYY'),'MMM YYYY')&amp;gt;= addmonths(today(),-12), Date#(Date(&lt;SPAN style="font-size: 13.3333px;"&gt;"Yourfield",&lt;/SPAN&gt;'MMM YYYY'),'MMM YYYY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jan 2018 12:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/12-MR-Limitation/m-p/913#M159</guid>
      <dc:creator>karthikoffi27se</dc:creator>
      <dc:date>2018-01-23T12:09:05Z</dc:date>
    </item>
  </channel>
</rss>

