<?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 from start date to date selected in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-from-start-date-to-date-selected/m-p/379949#M1170480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, if you need to make sure it is greater than the Start Date, you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({1&amp;lt;Date = {'&amp;gt;=$(=vDateStart)'}, Date = { '&amp;lt;=$(=vDateSel)'}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Aug 2012 14:37:49 GMT</pubDate>
    <dc:creator>Nicole-Smith</dc:creator>
    <dc:date>2012-08-22T14:37:49Z</dc:date>
    <item>
      <title>Sum from start date to date selected</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-from-start-date-to-date-selected/m-p/379946#M1170477</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'm struggling to calculate sales from the beginning of the data to the date selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the example I've put together I want to sum the sales from the beginning of the year to what ever date I select.&amp;nbsp; I'm not sure where it is I'm falling over.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help would be much appreciated.&amp;nbsp; Thanks in advance.&lt;/P&gt;&lt;P&gt;C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 13:58:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-from-start-date-to-date-selected/m-p/379946#M1170477</guid>
      <dc:creator />
      <dc:date>2012-08-22T13:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sum from start date to date selected</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-from-start-date-to-date-selected/m-p/379947#M1170478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made a text box with this expression, which seems to be working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({1&amp;lt;Date = {'&amp;lt;=$(=vDateSel)'}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also attached the .qvw.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 14:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-from-start-date-to-date-selected/m-p/379947#M1170478</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2012-08-22T14:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Sum from start date to date selected</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-from-start-date-to-date-selected/m-p/379948#M1170479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works well.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wanted it in a table so I added "Total" just after the sum so it now reads &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;=sum(Total{1&amp;lt;Date = {'&amp;lt;=$(=vDateSel)'}&amp;gt;} Sales).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;Thanks again&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #636363; font-family: Arial; font-size: 12px; background-color: #ffffff;"&gt;C&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 14:35:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-from-start-date-to-date-selected/m-p/379948#M1170479</guid>
      <dc:creator />
      <dc:date>2012-08-22T14:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Sum from start date to date selected</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-from-start-date-to-date-selected/m-p/379949#M1170480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, if you need to make sure it is greater than the Start Date, you can use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({1&amp;lt;Date = {'&amp;gt;=$(=vDateStart)'}, Date = { '&amp;lt;=$(=vDateSel)'}&amp;gt;} Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2012 14:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-from-start-date-to-date-selected/m-p/379949#M1170480</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2012-08-22T14:37:49Z</dc:date>
    </item>
  </channel>
</rss>

