<?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 data in chart. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130435#M371618</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to post a small sample so that we can help you out...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 May 2016 09:17:41 GMT</pubDate>
    <dc:creator>trdandamudi</dc:creator>
    <dc:date>2016-05-12T09:17:41Z</dc:date>
    <item>
      <title>Cumulative data in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130429#M371612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a booking fact table in which some fields like , Segment and Date, and ..... so on columns present , now i have created one calendar and linked with fact table date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i have created chart which is showing comparison between current year booking vs previous year booking.&lt;/P&gt;&lt;P&gt;but in case if we are selecting current month ,booking will happen till current date , and for previous year all days data present in table , &lt;/P&gt;&lt;P&gt;i am using below expression for current booking expression and previous year booking expression, &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Current&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt; year booking expression is &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;above&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Segment Entity]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;-= {&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;""&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;},&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;= {&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"&amp;gt;=$(=Min([Month Start Date]))&amp;lt;=$(v_Date)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;}&amp;gt; }&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Sale Amount USD]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)/1000000,0,&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;= {&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;"&amp;gt;=$(=Min([Month Start Date]))&amp;lt;=$(v_Date)"&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;}&amp;gt; }&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)) )&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where &lt;STRONG&gt;v_Date&lt;/STRONG&gt; is current Date.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;Previous year booking expression&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RangeSum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;above&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;= {'&amp;gt;=$(v_prvmonthstart)&amp;lt;=$(v_prvmonthend)'}&amp;gt; }&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Sale Amount USD]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)/1000000,0,&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;( {&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Year&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;=,&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;= {'&amp;gt;=$(v_prvmonthstart)&amp;lt;=$(v_prvmonthend)'}&amp;gt; }&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;Day&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)) ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;It is working file when i am not applying any filter in dashboard except year and month, suppose i have applied filter in Segment field , previous year booking bars are also &lt;/SPAN&gt;coming&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; till date . like below&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="AS.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/124397_AS.jpg" style="height: 224px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;But i want till full month.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Please suggest where i am doing wrong.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:39:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130429#M371612</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-05-12T08:39:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative data in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130430#M371613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;May be this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;If(Sum({&amp;lt;Year=,Date= {'&amp;gt;=$(v_prvmonthstart)&amp;lt;=$(v_prvmonthend)'}&amp;gt; }[Sale Amount USD]) &amp;gt; 0&lt;/SPAN&gt;, RangeSum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG style="color: #575757;"&gt;(above(Sum({&amp;lt;Year=,Date= {'&amp;gt;=$(v_prvmonthstart)&amp;lt;=$(v_prvmonthend)'}&amp;gt; }[Sale Amount USD])/1000000,0,&lt;BR /&gt;&amp;nbsp; sum( {&amp;lt;Year=,Date= {'&amp;gt;=$(v_prvmonthstart)&amp;lt;=$(v_prvmonthend)'}&amp;gt; }Day&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG&gt;)) )&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:43:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130430#M371613</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-12T08:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative data in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130431#M371614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem could be one of several causes:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;There is no data for the other days&lt;/LI&gt;&lt;LI&gt;Some selection is suppressing the other days&lt;/LI&gt;&lt;LI&gt;The variables used in the expression (for which you provided no information)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having said that, I would also consider modifying the expressions to something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum({&amp;lt;[Segment Entity]-= {""},Date= {"&amp;gt;=$(=Min([Month Start Date]))&amp;lt;=$(v_Date)"}&amp;gt; } [Sale Amount USD])/1000000, 0, RowNo())) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum({&amp;lt;[Segment Entity]-= {""},Date= {"&amp;gt;=$(=Min([Month Start Date]))&amp;lt;=$(v_Date)"}&amp;gt; } [Sale Amount USD])/1000000, 0, 31)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I don't think that is your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:52:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130431#M371614</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-05-12T08:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative data in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130432#M371615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No Sunny , it is now working , &lt;/P&gt;&lt;P&gt;actually when i am selecting segment then dates are also filtered and max possible date is gone till current date, i think because of this previous year date is also restricting , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:53:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130432#M371615</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-05-12T08:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative data in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130433#M371616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then restrict the selection of segment on previous year dates.I guess I don't have the sample in front of me so can't really see and play around with it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 08:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130433#M371616</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-12T08:57:06Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative data in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130434#M371617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sunny , if i restrict selection of segment then my requirement will not full fill, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually when i select any segment then based on that segment it should show comparison between current and previous year booking data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 09:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130434#M371617</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-05-12T09:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative data in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130435#M371618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to post a small sample so that we can help you out...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 09:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130435#M371618</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2016-05-12T09:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative data in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130436#M371619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not restrict everywhere but where you are calculating the Max Date. May be like &lt;STRONG&gt;Max({&amp;lt;Segment&amp;gt;} Date)&lt;/STRONG&gt;....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 09:20:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130436#M371619</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-12T09:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative data in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130437#M371620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny , i have tried to make restriction , like below for &lt;STRONG style="font-size: 13.3333px; background-color: #f2f2f2;"&gt;v_prvmonthstart&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: blue;"&gt;min&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: maroon;"&gt;Segment&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;=&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: blue;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: maroon;"&gt;[Month Start Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;,-12)),'DDMMMYYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;and for &lt;STRONG style="font-size: 13.3333px; background-color: #f2f2f2;"&gt;v_prvmonthend&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: blue;"&gt;Max&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;Segment&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;=&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: blue;"&gt;AddMonths&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: maroon;"&gt;[Month End Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;,-12)),'DDMMMYYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: Arial, sans-serif; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; But still not working &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 10:19:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130437#M371620</guid>
      <dc:creator>agni_gold</dc:creator>
      <dc:date>2016-05-12T10:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative data in chart.</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130438#M371621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post images and show what is going on with and without selections (and what selections)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 May 2016 10:24:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-data-in-chart/m-p/1130438#M371621</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-12T10:24:57Z</dc:date>
    </item>
  </channel>
</rss>

