<?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: Sum value for the last day in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-value-for-the-last-day/m-p/358008#M132861</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you give a data sample? with result expected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Jun 2012 15:29:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-06-18T15:29:18Z</dc:date>
    <item>
      <title>Sum value for the last day</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-value-for-the-last-day/m-p/358007#M132860</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'm trying to do a expression that´s summarize the amount/value for the last day. I,ve a date field with the format YYYYMMDD and the field that a summurizing is integer. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any one that have a good solution?&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>Mon, 18 Jun 2012 15:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-value-for-the-last-day/m-p/358007#M132860</guid>
      <dc:creator />
      <dc:date>2012-06-18T15:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sum value for the last day</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-value-for-the-last-day/m-p/358008#M132861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;could you give a data sample? with result expected?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 15:29:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-value-for-the-last-day/m-p/358008#M132861</guid>
      <dc:creator />
      <dc:date>2012-06-18T15:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: Sum value for the last day</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-value-for-the-last-day/m-p/358009#M132862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larssbjorn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw you have 2 similar topics now, one for week and one for per day... Perhaps a bit overkill; i hope you didn't plan to open one for quarter, year, decade etcetera &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For me, your question is still a bit unclear. &lt;/P&gt;&lt;P&gt;[1] Last day of what? Of all values loaded? Or per week or month?&lt;/P&gt;&lt;P&gt;[2] Summarize...? Just a sum? or other way of summary (count or...?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you give some more info?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2012 15:30:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-value-for-the-last-day/m-p/358009#M132862</guid>
      <dc:creator />
      <dc:date>2012-06-18T15:30:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sum value for the last day</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-value-for-the-last-day/m-p/358010#M132863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use a expression like this but it doesn´t give me that result I expected:&lt;/P&gt;&lt;P&gt;sum({&amp;lt;DateField={"$(=Date(today()-1,'YYYYMMDD'))"}&amp;gt;} ValueField)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 07:20:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-value-for-the-last-day/m-p/358010#M132863</guid>
      <dc:creator />
      <dc:date>2012-06-21T07:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sum value for the last day</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-value-for-the-last-day/m-p/358011#M132864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A small demo-app would be handy, so we can check your problem. Could you attach that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you don't assign a label to your expression (as column heading) you can check (by hovering (mouseover) the column header...) what the setexpression is (e.g. if you today()-1 is calculated correctly).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your expression returns null, and that that is the reason why it goes wrong. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps this helps, otherwise I hope you can provide a small sample app with the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2012 09:40:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-value-for-the-last-day/m-p/358011#M132864</guid>
      <dc:creator />
      <dc:date>2012-06-21T09:40:21Z</dc:date>
    </item>
  </channel>
</rss>

