<?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: YTD monthly expression not working in SR6, works in SR2 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/YTD-monthly-expression-not-working-in-SR6-works-in-SR2/m-p/763037#M660122</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Rangesum(&lt;STRONG&gt;above(&lt;/STRONG&gt;sum({&amp;lt;[Month]={'&amp;lt;=$(=max([Month]))'}&amp;gt;}[Sales Triggered])&lt;STRONG&gt;,0)&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;above( ..., 0) doesn't actually do anything. Your expression is equivalent to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt;[Month]={'&amp;lt;=$(=max([Month]))'}&amp;gt;}[Sales Triggered])&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can you post a qlikview document that demonstrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 21 Mar 2015 08:46:48 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-03-21T08:46:48Z</dc:date>
    <item>
      <title>YTD monthly expression not working in SR6, works in SR2</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-monthly-expression-not-working-in-SR6-works-in-SR2/m-p/763036#M660121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a requirement, where i want to show YTD monthly accumulation in bar chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g- If i select month as Jan, i should see all values for the measure for jan, if i select feb, it should be accumulation of jan &amp;amp; feb.&lt;/P&gt;&lt;P&gt;In the same bar chart i should see both jan &amp;amp; feb trend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used the below expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rangesum(above(sum({&amp;lt;[Month]={'&amp;lt;=$(=max([Month]))'}&amp;gt;}[Sales Triggered]),0)) with full accumulation in expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My dimensions are 'Sales Month' and another cyclic group with 'Country' &amp;amp; 'Continent'.&lt;/P&gt;&lt;P&gt;For one country, the Sales Triggered value is 0 for Feb month but for jan it's 5. So i should see 5 in jan &amp;amp; 5 in Feb also (5+0=5)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Strange is that it's working fine in SR2 QV11 but not in SR6/SR8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 19:42:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-monthly-expression-not-working-in-SR6-works-in-SR2/m-p/763036#M660121</guid>
      <dc:creator />
      <dc:date>2015-03-20T19:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: YTD monthly expression not working in SR6, works in SR2</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-monthly-expression-not-working-in-SR6-works-in-SR2/m-p/763037#M660122</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Rangesum(&lt;STRONG&gt;above(&lt;/STRONG&gt;sum({&amp;lt;[Month]={'&amp;lt;=$(=max([Month]))'}&amp;gt;}[Sales Triggered])&lt;STRONG&gt;,0)&lt;/STRONG&gt;)&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;above( ..., 0) doesn't actually do anything. Your expression is equivalent to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt;[Month]={'&amp;lt;=$(=max([Month]))'}&amp;gt;}[Sales Triggered])&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Can you post a qlikview document that demonstrates the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Mar 2015 08:46:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-monthly-expression-not-working-in-SR6-works-in-SR2/m-p/763037#M660122</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-03-21T08:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: YTD monthly expression not working in SR6, works in SR2</title>
      <link>https://community.qlik.com/t5/QlikView/YTD-monthly-expression-not-working-in-SR6-works-in-SR2/m-p/763038#M660123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply Gysbert.&lt;/P&gt;&lt;P&gt;Whenever for a month if a country value is 0, then i dont see the accumulation for the below expression. So i used Rangesum(Above(...0,) which works fine in Local though but not in access point. Server is having SR6 version installed but my local is having SR2 installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({&amp;lt;[Month]={'&amp;lt;=$(=max([Month]))'}&amp;gt;}[Sales Triggered])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;I'll try to post a sample file for the same scenario.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 22 Mar 2015 09:32:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/YTD-monthly-expression-not-working-in-SR6-works-in-SR2/m-p/763038#M660123</guid>
      <dc:creator />
      <dc:date>2015-03-22T09:32:19Z</dc:date>
    </item>
  </channel>
</rss>

