<?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: count the value between date range in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/count-the-value-between-date-range/m-p/817741#M288309</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA. hope it will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2015 06:41:34 GMT</pubDate>
    <dc:creator>senpradip007</dc:creator>
    <dc:date>2015-02-17T06:41:34Z</dc:date>
    <item>
      <title>count the value between date range</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-value-between-date-range/m-p/817740#M288308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i have the field CallID and Call_date (this is date with time format). I need to show the count based start and end date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the below screen shot.&lt;IMG alt="Capture1.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78292_Capture1.JPG" style="height: 220px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt; Just i want to show, call_date(date only) and count of CallID based on the date. sample is attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 06:32:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-value-between-date-range/m-p/817740#M288308</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-02-17T06:32:38Z</dc:date>
    </item>
    <item>
      <title>Re: count the value between date range</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-value-between-date-range/m-p/817741#M288309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA. hope it will help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 06:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-value-between-date-range/m-p/817741#M288309</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-02-17T06:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: count the value between date range</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-value-between-date-range/m-p/817742#M288310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks pradip. is it possible to do this, without adding date field in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 06:53:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-value-between-date-range/m-p/817742#M288310</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-02-17T06:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: count the value between date range</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-value-between-date-range/m-p/817743#M288311</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;Try this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({&amp;lt;Call_date = {"&amp;gt;=$(TimeStamp(start))&amp;lt;=$(TimeStamp(end))"}&amp;gt;} CallID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 07:04:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-value-between-date-range/m-p/817743#M288311</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-02-17T07:04:34Z</dc:date>
    </item>
    <item>
      <title>Re: count the value between date range</title>
      <link>https://community.qlik.com/t5/QlikView/count-the-value-between-date-range/m-p/817744#M288312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Jagan. Just i have add the "=" infront of Timestamp. Now it is working.&lt;/P&gt;&lt;P&gt;final expression&amp;nbsp; is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({&amp;lt;Call_date = {"&amp;gt;=$(=TimeStamp(start))&amp;lt;=$(=TimeStamp(end))"}&amp;gt;} CallID)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 07:26:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/count-the-value-between-date-range/m-p/817744#M288312</guid>
      <dc:creator>settu_periasamy</dc:creator>
      <dc:date>2015-02-17T07:26:30Z</dc:date>
    </item>
  </channel>
</rss>

