<?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 values between two dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530899#M1133853</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey ashish try this then,&lt;/P&gt;&lt;P&gt;sum(if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;closedate&lt;/SPAN&gt;&amp;gt;=vStartDate and closedate&amp;lt;=vEndDate,Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think u'l take calendar object fo both startdate and end date, in both objects, assign these following values to its range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;min= min({1}Date(CloseDate))&lt;/P&gt;&lt;P&gt;max=date(reloadtime())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 27 Oct 2013 03:54:41 GMT</pubDate>
    <dc:creator>preminqlik</dc:creator>
    <dc:date>2013-10-27T03:54:41Z</dc:date>
    <item>
      <title>Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530882#M1133836</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 want to show sum the values falling between two dates in a textbox . Below are the steps which i followed so far&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Created a variable in settings -&amp;gt; variable overview named them as venddate and vstartdate&lt;/LI&gt;&lt;LI&gt;Added the below expression in text box but its not working&amp;nbsp; &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;=Sum({$&amp;lt;closeDate = {"&amp;gt;=$(venddate) &amp;lt;=$(vEndDate) "}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on to correct the syntax&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 10:17:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530882#M1133836</guid>
      <dc:creator />
      <dc:date>2013-10-26T10:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530883#M1133837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do your closeDate field values look like? What is the format of your field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And how do your variables look like when dollar sign expanded (you can check this e.g. by using text boxes)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 10:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530883#M1133837</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-26T10:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530884#M1133838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;below is the screen shot of variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="dates defined.png" class="jive-image" src="/legacyfs/online/48195_dates defined.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if i use them directly in text box like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=$(vstartdate)&lt;/P&gt;&lt;P&gt;=$(venddate)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it shows the correct date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 10:38:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530884#M1133838</guid>
      <dc:creator />
      <dc:date>2013-10-26T10:38:03Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530885#M1133839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&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;closeDate = {"&amp;gt;=$(venddate)&lt;STRONG&gt; ,&lt;/STRONG&gt; &amp;lt;=$(vEndDate) "}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 10:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530885#M1133839</guid>
      <dc:creator />
      <dc:date>2013-10-26T10:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530886#M1133840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;or this &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;closeDate = {"&amp;gt;=$(venddate)"}, closeDate={"&amp;lt;=$(vEndDate) "}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 10:40:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530886#M1133840</guid>
      <dc:creator />
      <dc:date>2013-10-26T10:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530887#M1133841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your QV functions need to be interpreted before passing to the search string, try&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;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=Sum({$&amp;lt;closeDate = {"&amp;gt;=$(=vstartdate)&amp;lt;=$(=venddate) "}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 10:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530887#M1133841</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-26T10:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530888#M1133842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried it but showing me zero in return&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({$&amp;lt;closeDate = {"&amp;gt;=$(vstartdate) , &amp;lt;=$(vEndDate) "}&amp;gt;} sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 10:45:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530888#M1133842</guid>
      <dc:creator />
      <dc:date>2013-10-26T10:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530889#M1133843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its returning 0 as output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 10:47:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530889#M1133843</guid>
      <dc:creator />
      <dc:date>2013-10-26T10:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530890#M1133844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the date format in closeDate Field? Does the date format in closeDate field matches the Date format of your variables?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 10:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530890#M1133844</guid>
      <dc:creator />
      <dc:date>2013-10-26T10:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530891#M1133845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try using the orginal version:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Your QV functions need to be interpreted before passing to the search string, try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt;"&gt;=Sum({$&amp;lt;closeDate = {"&amp;gt;=$(vstartdate)&amp;lt;=$(venddate) "}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt;"&gt;But define your variables with a preceding equal sign:&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-size: 10pt;"&gt;=today()&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=makedate(2012,1,1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 10:52:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530891#M1133845</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-26T10:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530892#M1133846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its mm/dd/yyyy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in varibes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i m using today() and makedate function to create date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 10:53:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530892#M1133846</guid>
      <dc:creator />
      <dc:date>2013-10-26T10:53:50Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530893#M1133847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use today() function in a text box and verify that the date format in closeDate field matches the date format of Today(). Secondly also make sure that the date format in vStartDate is mm/dd/yyyy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 10:58:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530893#M1133847</guid>
      <dc:creator />
      <dc:date>2013-10-26T10:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530894#M1133848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its showing correct&amp;nbsp; 10/26/2013&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 11:01:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530894#M1133848</guid>
      <dc:creator />
      <dc:date>2013-10-26T11:01:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530895#M1133849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried what I suggested above, evaluating the QV functions in the variable definition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See also:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.qlikfix.com/2011/06/08/not-all-variables-are-created-equal/" title="http://www.qlikfix.com/2011/06/08/not-all-variables-are-created-equal/"&gt;Not all variables are created equal » The Qlik Fix! The Qlik Fix&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 12:41:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530895#M1133849</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-10-26T12:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530896#M1133850</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 tried almost all the options but its still showing zero but if i pass dates like below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=(sum( {$&amp;lt;closedate = {"&amp;gt;=1/1/2012 &amp;lt;=6/1/2012"} &amp;gt;} Sales)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it works fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 16:21:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530896#M1133850</guid>
      <dc:creator />
      <dc:date>2013-10-26T16:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530897#M1133851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share you sample app? See, &lt;SPAN style="font-size: 10pt;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-1290"&gt;Preparing examples for Upload - Reduction and Data Scrambling&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 16:33:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530897#M1133851</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-10-26T16:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530898#M1133852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe the issue is the dollar-sign expansion is returning the date string but you are trying to perform a numeric range search.&amp;nbsp; I have noticed before that it seems sometimes QlikView evaluates text search you might be able to make on list boxes and searches you can specify in Set Analysis differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following:&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;closeDate = {"&amp;gt;=$(#venddate) &amp;lt;=$(#vEndDate) "}&amp;gt;} sales)&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;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The dollar-sign pound should force the dollar-sign expansion to return the numeric value of the dual valued date which has both a string value and number value.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Oct 2013 21:36:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530898#M1133852</guid>
      <dc:creator>andrewpettit</dc:creator>
      <dc:date>2013-10-26T21:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530899#M1133853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey ashish try this then,&lt;/P&gt;&lt;P&gt;sum(if(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;closedate&lt;/SPAN&gt;&amp;gt;=vStartDate and closedate&amp;lt;=vEndDate,Sales))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think u'l take calendar object fo both startdate and end date, in both objects, assign these following values to its range&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;min= min({1}Date(CloseDate))&lt;/P&gt;&lt;P&gt;max=date(reloadtime())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 27 Oct 2013 03:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530899#M1133853</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2013-10-27T03:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530900#M1133854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;for a given day to any number of day. here i have taken n=14 day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;({$&amp;lt;&lt;SPAN style="color: #800000;"&gt;Date_id&lt;/SPAN&gt; = {&lt;SPAN style="color: #800000;"&gt;"&amp;gt;=$(=(Date_id))&amp;lt;=$(=(date(num(Date_id)+14)))"&lt;/SPAN&gt;}&amp;gt;} &lt;SPAN style="color: #800000;"&gt;[field]&lt;/SPAN&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 07:10:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530900#M1133854</guid>
      <dc:creator />
      <dc:date>2015-02-16T07:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Sum values between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530901#M1133855</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;I am getting the same, value as 0.&lt;/P&gt;&lt;P&gt;My expression is&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(#vStartDate1) &amp;lt;=$(#vEndDate1) "&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;OnboardCount&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;).&lt;BR /&gt;Can anyone tell what the problem is?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks in advance&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vidhya&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Sep 2015 11:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Sum-values-between-two-dates/m-p/530901#M1133855</guid>
      <dc:creator />
      <dc:date>2015-09-04T11:05:24Z</dc:date>
    </item>
  </channel>
</rss>

