<?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: Doubt with accumulated expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Doubt-with-accumulated-expression/m-p/779206#M1027846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeremias - the ONLY() function required only one MonthYear to be available, and that's probably why your formula didn't work. The function MAX() allows multiple months to be available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2015 15:56:22 GMT</pubDate>
    <dc:creator>Oleg_Troyansky</dc:creator>
    <dc:date>2015-02-24T15:56:22Z</dc:date>
    <item>
      <title>Doubt with accumulated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-with-accumulated-expression/m-p/779201#M1027841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to sum(AMOUNT) from the start of the dates to the selected month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This was working but i don't know why with a few changes i made it doesn't work anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt; Month= {"&amp;lt;=$(= Only(Month))"}&amp;nbsp; &amp;gt;}AMOUNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 13:28:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-with-accumulated-expression/m-p/779201#M1027841</guid>
      <dc:creator />
      <dc:date>2015-02-24T13:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt with accumulated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-with-accumulated-expression/m-p/779202#M1027842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Expression works for me&lt;/P&gt;&lt;P&gt;(well not sure what your data set thu)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;Monht, Type, AMOUNT&lt;/P&gt;&lt;P&gt;1, X, 10&lt;/P&gt;&lt;P&gt;2, X, 20&lt;/P&gt;&lt;P&gt;1, Y, 30&lt;/P&gt;&lt;P&gt;4,Y,20&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78971_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 14:50:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-with-accumulated-expression/m-p/779202#M1027842</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-02-24T14:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt with accumulated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-with-accumulated-expression/m-p/779203#M1027843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert - your expression "works" only by accident... Notice that the field Month is misspelled in the load, hence the SA expression is simply ignored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jeremias - we need to know a bit more. The expression itself looks fine, but there might be other reasons for it not to work - data, chart dimensions, etc... Can you post an example?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg Troyansky&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;www.masterssummit.com&lt;/STRONG&gt; - take your QlikView skills to the next level!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 14:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-with-accumulated-expression/m-p/779203#M1027843</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-02-24T14:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt with accumulated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-with-accumulated-expression/m-p/779204#M1027844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE height="107.18181824684143" style="width: 637.181818246841px; height: 109.181818246841px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;I did this and it worked!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUM({$&amp;lt; MonthYear= {"&amp;lt;=$(=MAX(MonthYear))"}, Month= , Year= &amp;gt;}Amount)&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 14:56:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-with-accumulated-expression/m-p/779204#M1027844</guid>
      <dc:creator />
      <dc:date>2015-02-24T14:56:16Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt with accumulated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-with-accumulated-expression/m-p/779205#M1027845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Oleg..&lt;/P&gt;&lt;P&gt;I should put my head down now,....&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 14:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-with-accumulated-expression/m-p/779205#M1027845</guid>
      <dc:creator>robert_mika</dc:creator>
      <dc:date>2015-02-24T14:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt with accumulated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-with-accumulated-expression/m-p/779206#M1027846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeremias - the ONLY() function required only one MonthYear to be available, and that's probably why your formula didn't work. The function MAX() allows multiple months to be available.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 15:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-with-accumulated-expression/m-p/779206#M1027846</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2015-02-24T15:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Doubt with accumulated expression</title>
      <link>https://community.qlik.com/t5/QlikView/Doubt-with-accumulated-expression/m-p/779207#M1027847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 15:57:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Doubt-with-accumulated-expression/m-p/779207#M1027847</guid>
      <dc:creator />
      <dc:date>2015-02-24T15:57:13Z</dc:date>
    </item>
  </channel>
</rss>

