<?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: days between two dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778639#M275996</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2nd expression is working fine .A very thanks&amp;nbsp; for your solution &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; font-size: 13px;"&gt;fabs(Num(Date#(first_date,'MM/DD/YYYY'))-Num(Date#(secondDate,'MM/DD/YYYY')))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;Thanks &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2015 13:21:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-03-24T13:21:50Z</dc:date>
    <item>
      <title>days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778631#M275988</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 have dates below , &lt;/P&gt;&lt;P&gt;i would like to find the no of days between these dates &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01/15/2014 and 02/20/2014 (these dates are in MM/DD/YYYY format)&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:42:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778631#M275988</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T12:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778632#M275989</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;Use Interval(first_date-secondDate,'D')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:44:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778632#M275989</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-24T12:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778633#M275990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi max ,&lt;/P&gt;&lt;P&gt; Thanks for ur reply , its not working &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:54:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778633#M275990</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T12:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778634#M275991</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&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('05/01/2014','MM/DD/YYYY') - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('02/10/2014','MM/DD/YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(DateField,'MM/DD/YYYY') - &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(DateField,'MM/DD/YYYY') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;i.e End date - Start date&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778634#M275991</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-03-24T12:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778635#M275992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=Date#('02/20/2014', 'MM/DD/YYYY') - date#('01/15/2014', 'MM/DD/YYYY') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 12:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778635#M275992</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-24T12:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778636#M275993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by "it's not working"?&amp;nbsp; Have to be more specific.&lt;/P&gt;&lt;P&gt;It is working - see attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 13:04:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778636#M275993</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T13:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778637#M275994</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 below two&lt;/P&gt;&lt;P&gt;1)&lt;/P&gt;&lt;P&gt;Interval(Date(Date#(first_date,'MM/DD/YYYY'))-Date(Date#(secondDate,'MM/DD/YYYY')),'D')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)&lt;/P&gt;&lt;P&gt;Num(Date#(first_date,'MM/DD/YYYY'))-Num(Date#(secondDate,'MM/DD/YYYY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 13:05:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778637#M275994</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-03-24T13:05:01Z</dc:date>
    </item>
    <item>
      <title>Re: days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778638#M275995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the link for same problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/733210#733210" title="http://community.qlik.com/message/733210#733210"&gt;http://community.qlik.com/message/733210#733210&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;BKC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 13:10:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778638#M275995</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T13:10:48Z</dc:date>
    </item>
    <item>
      <title>Re: days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778639#M275996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2nd expression is working fine .A very thanks&amp;nbsp; for your solution &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; font-size: 13px;"&gt;fabs(Num(Date#(first_date,'MM/DD/YYYY'))-Num(Date#(secondDate,'MM/DD/YYYY')))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&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; font-size: 13px;"&gt;Thanks &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 13:21:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778639#M275996</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-03-24T13:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: days between two dates</title>
      <link>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778640#M275997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please all pay attention to the correct usage of Date() and Date#() and Interval() and Interval#()&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2015 13:23:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/days-between-two-dates/m-p/778640#M275997</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-03-24T13:23:42Z</dc:date>
    </item>
  </channel>
</rss>

