<?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. :Re: Re. :Can't Use Accumulated Numbers in an Expression? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Can-t-Use-Accumulated-Numbers-in-an-Expression/m-p/226093#M78327</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your welcome ;-),&lt;/P&gt;&lt;P&gt;I think that you don't need "Accumulation". If you put "No accumulation" for all, it must works also.&lt;/P&gt;&lt;P&gt;If your problem is solved, you can check "Verify Answer". Other users will knoqw that there's a solution in your post ;-))&lt;/P&gt;&lt;P&gt;Good strat with QlikView !!!&lt;/P&gt;&lt;P&gt;Kindly,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2011 14:54:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-21T14:54:23Z</dc:date>
    <item>
      <title>Can't Use Accumulated Numbers in an Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Use-Accumulated-Numbers-in-an-Expression/m-p/226090#M78324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm very new to QlikView, so please excuse the "newbie" question...&lt;/P&gt;&lt;P&gt;I have a straight table that has 5 columns: Date, Daily Actual, MTD Actual, MTD Budget, Difference&lt;/P&gt;&lt;P&gt;I used the "Full Accumulation" function for the MTD (month-to-date) numbers, and they display correctly. When building the expression for the Difference column, I find that when I use the MTD numbers in an expression, i.e.: [MTD Actual] - [MTD Budget], the expression returns the difference in the daily numbers, ignoring the accumulation.&lt;/P&gt;&lt;P&gt;How can I get around this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 13:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-Use-Accumulated-Numbers-in-an-Expression/m-p/226090#M78324</guid>
      <dc:creator />
      <dc:date>2011-04-21T13:10:45Z</dc:date>
    </item>
    <item>
      <title>Re. :Can't Use Accumulated Numbers in an Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Use-Accumulated-Numbers-in-an-Expression/m-p/226091#M78325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam,&lt;/P&gt;&lt;P&gt;My point of view is that you may use the Sum function in the Expression instead of the Full Accumulation.&lt;/P&gt;&lt;P&gt;For this, go to your straight table properties, in the "Expression" tab.&lt;/P&gt;&lt;P&gt;Click on your expression [MTD Actual]. in the "Definition" on the right, write the formula "=Sum([MTD Actual])&lt;/P&gt;&lt;P&gt;Do this for all your expressions.&lt;/P&gt;&lt;P&gt;For the "Difference" column, write the formula "=Sum([MTD Budget])-Sum([MTD Actual])"&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Kindly,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 13:22:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-Use-Accumulated-Numbers-in-an-Expression/m-p/226091#M78325</guid>
      <dc:creator />
      <dc:date>2011-04-21T13:22:01Z</dc:date>
    </item>
    <item>
      <title>Re. :Can't Use Accumulated Numbers in an Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Use-Accumulated-Numbers-in-an-Expression/m-p/226092#M78326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First, thank you for the very quick reply! &lt;IMG alt="Yes" src="http://community.qlik.com/emoticons/emotion-21.gif" /&gt;&lt;/P&gt;&lt;P&gt;Here are my expressions (using the real field names this time):&lt;/P&gt;&lt;P&gt;DailyActual: Sum(Admit), "No Accumulation"&lt;/P&gt;&lt;P&gt;MTDActual: Sum(Actual), "Full Accumulation"&lt;/P&gt;&lt;P&gt;MTDBudget: Sum(TotalCases), "Full Accumulation"&lt;/P&gt;&lt;P&gt;Difference: Sum(Admit) - Sum(TotalCases), "No Accumulation"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both MTD columns are correct, but the results in the Difference column are incorrect:&lt;/P&gt;&lt;P&gt;Date DailyActual MTDActual MTDBudget Difference&lt;/P&gt;&lt;P&gt;3/1/2011 15 15 13 2&lt;/P&gt;&lt;P&gt;3/2/2011 10 25 26 -3&lt;/P&gt;&lt;P&gt;3/3/2011 14 39 39 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought I'd try something before hitting "reply"...I changed the Difference column from "No Accumulation" to "Full Accumulation". Now the results are correct!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date DailyActual MTDActual MTDBudget Difference&lt;/P&gt;&lt;P&gt;3/1/2011 15 15 13 2&lt;/P&gt;&lt;P&gt;3/2/2011 10 25 26 -1&lt;/P&gt;&lt;P&gt;3/3/2011 14 39 39 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for leading me in the right direction!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 14:36:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-Use-Accumulated-Numbers-in-an-Expression/m-p/226092#M78326</guid>
      <dc:creator />
      <dc:date>2011-04-21T14:36:27Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Re. :Can't Use Accumulated Numbers in an Expression?</title>
      <link>https://community.qlik.com/t5/QlikView/Can-t-Use-Accumulated-Numbers-in-an-Expression/m-p/226093#M78327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your welcome ;-),&lt;/P&gt;&lt;P&gt;I think that you don't need "Accumulation". If you put "No accumulation" for all, it must works also.&lt;/P&gt;&lt;P&gt;If your problem is solved, you can check "Verify Answer". Other users will knoqw that there's a solution in your post ;-))&lt;/P&gt;&lt;P&gt;Good strat with QlikView !!!&lt;/P&gt;&lt;P&gt;Kindly,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 14:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Can-t-Use-Accumulated-Numbers-in-an-Expression/m-p/226093#M78327</guid>
      <dc:creator />
      <dc:date>2011-04-21T14:54:23Z</dc:date>
    </item>
  </channel>
</rss>

