<?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: Cumulative Chart Expression with Mont Dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45247#M789460</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for doubting you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am playing around with the expression now and have nearly got it to work. I still don't fully understand the workaround though...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will update the response with correct answer once I complete it.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Feb 2018 17:01:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-02-08T17:01:50Z</dc:date>
    <item>
      <title>Cumulative Chart Expression with Mont Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45241#M789449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two data points, Capacity and Demand, which I display monthly on a straight table chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using this data, I have created a simple expression which subtracts Capacity from Demand to calculate under/over utilised in the month. This expression also has 'Full Accumulation' so I can track if there is a building 'Backlog' month on month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue is, I want to calculate and display the rolling the Backlog number but I only want to start displaying the data from a certain month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To explain further via example, I have Capacity and Demand data from Jan-Dec generating the rolling Backlog through the year but I only want the table to display months from April forward. If I restrict the Month dimension via Calculated Dimension then my expression will not take into account (or see) months Jan-Mar.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table below illustrates what the full year would look like, but can I display the same numbers but only from Apr onward?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Jan&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Feb&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Mar&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Apr&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;May&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Jun&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Jul&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Aug&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Sep&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Oct&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Nov&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;Dec&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Demand&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;30&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Capacity&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;8&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Backlog&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;-2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;34&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;36&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;28&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;20&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know how I can achieve this requirement? Thank you in advance for any support.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Keith &lt;/SPAN&gt;&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/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45241#M789449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Chart Expression with Mont Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45242#M789452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using 'Full Accumulation' use RangeSum(Above/Before())) function to do this.... what exact expression are you using right now?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 15:24:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45242#M789452</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-02T15:24:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Chart Expression with Mont Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45243#M789454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if I implement a RangeSum expression and apply a filter on the Month dimension using a calculated Dimension (if Month &amp;gt;= April, Month), then the RangeSum will not capture months Jan-Mar as these will not now be present in the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 15:43:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45243#M789454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-02T15:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Chart Expression with Mont Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45244#M789456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a work around available using set analysis. Difficult to give an exact expression without knowing much about your data... but something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(Sum({&amp;lt;Month&amp;gt;} Measure), 0, RowNo())) * Avg({&amp;lt;SetAnalysis4SeeingMonth'sAfterApril&amp;gt;} 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, the first part of the expression (RangeSum) will accumulate from the start. But the second part will only be 1 for the months you have specified in your set analysis and 0 otherwise.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2018 15:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45244#M789456</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-02T15:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Chart Expression with Mont Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45245#M789457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I still need to include the values of the months before April, I just don't want those values displayed in the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, in the example table I posted with my initial question, I want to display that table exactly as-is but to only show months from April onwards. The key point is that the Backlog number, which is a rolling cumulative total of Capacity &amp;amp; Demand, should still be taking Jan, Feb, Mar data into account when calculating the April total to display. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make sense? Apologies if it wasn't clear previously. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 16:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45245#M789457</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-06T16:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Chart Expression with Mont Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45246#M789459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is exactly what the above should do for you... have you given it a try yet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Feb 2018 16:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45246#M789459</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-06T16:14:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Chart Expression with Mont Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45247#M789460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apologies for doubting you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am playing around with the expression now and have nearly got it to work. I still don't fully understand the workaround though...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will update the response with correct answer once I complete it.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 17:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45247#M789460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-08T17:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Chart Expression with Mont Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45248#M789461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Apologies for doubting you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I am sure you were not doubting me &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, but even if you were, that is okay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyways, we might be able to help if you can explain what you got to work and what is not working?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Feb 2018 17:06:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45248#M789461</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-08T17:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Chart Expression with Mont Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45249#M789462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the expression correctly written now and it's outputting the figures as expected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I have one final issue. The months before April are appearing as null in the table with character '-' but I cannot get these columns to be suppressed. For some reason the suppress null values (and I have also tried to convert these to zeros) does not seem to suppress them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this something that might be linked to using the AVG function approach?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again,&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Feb 2018 15:51:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45249#M789462</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-09T15:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Chart Expression with Mont Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45250#M789463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Avg function should not be doing this, but QlikView version might have to do something with it. Would you be able to share an image of what you are seeing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Feb 2018 00:54:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45250#M789463</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-11T00:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Chart Expression with Mont Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45251#M789464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it does seem strange. I have attached screenshots below of what I am seeing and related settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Keith&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Table.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193078_Table.JPG" style="height: 64px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Expression.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/193079_Expression.JPG" style="height: 99px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Dimension Settings.JPG" class="jive-image image-3" src="/legacyfs/online/193080_Dimension Settings.JPG" style="height: 508px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Presentation Settings.JPG" class="image-4 jive-image" src="/legacyfs/online/193081_Presentation Settings.JPG" style="height: 549px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Presentation Settings 2.JPG" class="image-5 jive-image" src="/legacyfs/online/193082_Presentation Settings 2.JPG" style="height: 546px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 08:59:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45251#M789464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-12T08:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Chart Expression with Mont Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45252#M789465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems like a QlikView version issue to me. I don't really know.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:24:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45252#M789465</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-12T13:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Chart Expression with Mont Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45253#M789466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I published the application to AccessPoint this morning and thankfully the issue above did not reoccur there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help with this issue, very much appreciate the support (and patience!).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Keith &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 12:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45253#M789466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T12:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Chart Expression with Mont Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45254#M789468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I mark your response as the correct answer Sunny?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 12:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45254#M789468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-02-13T12:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Chart Expression with Mont Dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45255#M789470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all... I am glad it finally got resolved.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Feb 2018 13:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-Chart-Expression-with-Mont-Dimension/m-p/45255#M789470</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-13T13:15:35Z</dc:date>
    </item>
  </channel>
</rss>

