<?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: How to display data between two dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-display-data-between-two-dates/m-p/842239#M1006425</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anusha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2015 07:10:24 GMT</pubDate>
    <dc:creator>amit_saini</dc:creator>
    <dc:date>2015-05-25T07:10:24Z</dc:date>
    <item>
      <title>How to display data between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-between-two-dates/m-p/842236#M1006422</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 two date fields like CN_EDT(contracts start date) and CN_XDT(contracts end date).I have an agent and year filters. If I select one agent and year it has to display number of contracts has done by an agent in that year between these two dates.&lt;/P&gt;&lt;P&gt;Please help me to solve this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Anusha K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 06:44:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-between-two-dates/m-p/842236#M1006422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-05-25T06:44:47Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-between-two-dates/m-p/842237#M1006423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(Year([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;contracts start date]) = Year and year( &lt;SPAN style="font-size: 13.3333330154419px;"&gt;[&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;contracts end date] )= Year,&lt;/SPAN&gt;&lt;/SPAN&gt; Count( Contracts))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-between-two-dates/m-p/842237#M1006423</guid>
      <dc:creator>timanshu</dc:creator>
      <dc:date>2015-05-25T07:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-between-two-dates/m-p/842238#M1006424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;create two variables to read the start and end date,&lt;/P&gt;&lt;P&gt;then try like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Calibri',sans-serif; color: blue;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Calibri',sans-serif; color: black;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Calibri',sans-serif; color: maroon;"&gt;Calender_Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Calibri',sans-serif; color: black;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Calibri',sans-serif; color: maroon;"&gt;"&amp;gt;=$(=Date(vStartDate,'MM/DD/YYYY'))&amp;lt;=$(=Date(vEndDate,'MM/DD/YYYY'))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Calibri',sans-serif; color: black;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Calibri',sans-serif; color: maroon;"&gt;contract &lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Calibri',sans-serif; color: black;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:10:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-between-two-dates/m-p/842238#M1006424</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2015-05-25T07:10:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-between-two-dates/m-p/842239#M1006425</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anusha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:10:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-between-two-dates/m-p/842239#M1006425</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2015-05-25T07:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-between-two-dates/m-p/842240#M1006426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;count({&amp;lt;agent,year,date_field={'&amp;gt;$(=[contracts start date]) &amp;lt;= $([contracts end date])'}&amp;gt;}contracts)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:16:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-between-two-dates/m-p/842240#M1006426</guid>
      <dc:creator />
      <dc:date>2015-05-25T07:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-between-two-dates/m-p/842241#M1006427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this one I hope it will work...Don't directly Copy paste this.Modify it according to your requirement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="margin-top: 2.0pt; margin-bottom: 2.0pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Segoe UI',sans-serif; color: black;"&gt;=count({&amp;lt;Date={&amp;gt;=CN_EDT&amp;lt;=CN_XDT},Agent=$::Agent,Year=$::Year&amp;gt;}contracts)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:22:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-between-two-dates/m-p/842241#M1006427</guid>
      <dc:creator>prajapatiamar38</dc:creator>
      <dc:date>2015-05-25T07:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to display data between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-display-data-between-two-dates/m-p/842242#M1006428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Set Analysis as suggested by other community members, but keep in mind the Date Format of all comparison dates must be of same format.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:22:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-display-data-between-two-dates/m-p/842242#M1006428</guid>
      <dc:creator />
      <dc:date>2015-05-25T07:22:52Z</dc:date>
    </item>
  </channel>
</rss>

