<?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: Expression/ Difference between Date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498865#M1126081</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try Below expression with 2 diffrent fields [ToDate],[FromDate]&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;=Interval(Date#([ToDate], 'DD.MM.YYYY')-Date#([FromDate],'DD.MM.YYYY'),'D')&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;Regards,&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;Kiran Rode&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;+91 8976977897&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jan 2014 05:58:22 GMT</pubDate>
    <dc:creator>kiranmanoharrode</dc:creator>
    <dc:date>2014-01-17T05:58:22Z</dc:date>
    <item>
      <title>Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498845#M1126061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hi! How can I calculate the number of days between two dates? For example from 16.04.2013 to 20.08.2013?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Any suggestions greatly appreciated.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;Andrea&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jan 2014 19:34:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498845#M1126061</guid>
      <dc:creator />
      <dc:date>2014-01-12T19:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498846#M1126062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= date#('20.08.2013', 'DD.MM.YYYY') - date#('16.04.2013', 'DD.MM.YYYY') &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Jan 2014 20:08:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498846#M1126062</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-01-12T20:08:29Z</dc:date>
    </item>
    <item>
      <title>Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498847#M1126063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your data is a Date field, then simply use =[Date2]-[Date1]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your data is a Text field (ex. 20.08.2013), then you need to format it first before calculation&lt;/P&gt;&lt;P&gt;=Date#([Date2],'dd.MM.yyyy')-Date#([Date1],'dd.MM.yyyy')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use Interval as well.&lt;/P&gt;&lt;P&gt;=Interval([Date2]-[Date1],'D hh:mm')&lt;/P&gt;&lt;P&gt;=Interval(Date#([Date2],'dd.MM.yyyy')-Date#([Date1],'dd.MM.yyyy'),'D hh:mm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 01:32:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498847#M1126063</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-01-13T01:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498848#M1126064</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 like 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;=Interval(Date#([ToDate], 'DD.MM.YYYY')-Date#([FromDate],'DD.MM.YYYY'),'D')&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;Regards,&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;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jan 2014 03:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498848#M1126064</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-13T03:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498849#M1126065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 20:28:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498849#M1126065</guid>
      <dc:creator />
      <dc:date>2014-01-15T20:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498850#M1126066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: arial,helvetica,sans-serif;"&gt;Hi! &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif; font-size: 10pt;"&gt;If I have 16.04.2013 as value in "start date" field and 28.02.2014 as value in "end date", and I only consider the interval from 01.01.2013 to 31.12.2013, how can I write my expression?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-fareast-language: IT; color: #000000; font-size: 10pt; mso-ansi-language: EN; font-family: arial,helvetica,sans-serif; mso-fareast-font-family: 'Times New Roman';"&gt;Thank you for any help you can provide in this situation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="mso-fareast-language: IT; color: #000000; font-size: 10pt; mso-ansi-language: EN; font-family: arial,helvetica,sans-serif; mso-fareast-font-family: 'Times New Roman';"&gt;Andrea&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 20:43:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498850#M1126066</guid>
      <dc:creator />
      <dc:date>2014-01-15T20:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498851#M1126067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrea,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this in text object:&lt;/P&gt;&lt;P&gt;=YearStart(Today())&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; Return 01-01-2014&lt;/P&gt;&lt;P&gt;=YearEnd(Today())&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; Return 31-12-2014&lt;/P&gt;&lt;P&gt;=YearStart(AddYears(Today(),-1))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; Return 01-01-2013&lt;/P&gt;&lt;P&gt;=YearEnd(AddYears(Today(),-1))&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; Return 31-12-2013&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence, we can use interval&lt;/P&gt;&lt;P&gt;=Interval(YearEnd(AddYears(Today(),-1))-YearStart(AddYears(Today(),-1)),'D')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; Return 364&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sokkorn&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 01:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498851#M1126067</guid>
      <dc:creator>Sokkorn</dc:creator>
      <dc:date>2014-01-16T01:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498852#M1126068</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 like 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; font-size: 12px; background-color: #f6f6f6;"&gt;Interval(YearStart(Date#([ToDate], 'DD.MM.YYYY'))-YearEnd(Date#([&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;ToDate&lt;/SPAN&gt;],'DD.MM.YYYY')),'D')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&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>Thu, 16 Jan 2014 01:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498852#M1126068</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-16T01:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498853#M1126069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,Date2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.01.2012,01.01.2013&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.02.2012,01.03.2012&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&amp;nbsp; as Date1,&lt;/P&gt;&lt;P&gt;Date2 as Date3,&lt;/P&gt;&lt;P&gt;Date2-Date&amp;nbsp; as Date5, &lt;/P&gt;&lt;P&gt;Date#( Date2 ,'DD.MM.YYYY')-Date#( Date ,'DD.MM.YYYY')as Date6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Resident TableA;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 06:10:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498853#M1126069</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-01-16T06:10:23Z</dc:date>
    </item>
    <item>
      <title>Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498854#M1126070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Date,Date2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.01.2012,01.01.2013&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 01.02.2012,01.03.2012&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp;&amp;nbsp;&amp;nbsp; Date&amp;nbsp; as Date1,&lt;/P&gt;&lt;P&gt;Date2 as Date3,&amp;nbsp; &lt;/P&gt;&lt;P&gt;Interval#( Date#( Date2 ,'DD.MM.YYYY')-Date#( Date ,'DD.MM.YYYY'),'D') as Date6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Resident TableA;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 06:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498854#M1126070</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-01-16T06:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498855#M1126071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Hi Andrea &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;please check the following. its working &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Date# ('20-08-2013,'DD-MM-YYYY')-Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('16-04-2013','DD-MM-YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;regards &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;harshal&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 06:12:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498855#M1126071</guid>
      <dc:creator />
      <dc:date>2014-01-16T06:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498856#M1126072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! How can I write the expression when I want to consider only this interval:&lt;/P&gt;&lt;P&gt;Option A. From 01.06.2013 to 30.09.2013;&lt;/P&gt;&lt;P&gt;Option B. From 01.10.2013 to 28.02.2014;&lt;BR /&gt;Thank you for any help you can provide.&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 14:29:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498856#M1126072</guid>
      <dc:creator />
      <dc:date>2014-01-16T14:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498857#M1126073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 14:29:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498857#M1126073</guid>
      <dc:creator />
      <dc:date>2014-01-16T14:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498858#M1126074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you help me with an example pls?&lt;/P&gt;&lt;P&gt;You can find an example attached.&lt;/P&gt;&lt;P&gt;I really appreciate any help you can provide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 19:52:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498858#M1126074</guid>
      <dc:creator />
      <dc:date>2014-01-16T19:52:20Z</dc:date>
    </item>
    <item>
      <title>Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498859#M1126075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;floor(d2) - floor(d1) number of days between d2 and d1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 19:56:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498859#M1126075</guid>
      <dc:creator>Clever_Anjos</dc:creator>
      <dc:date>2014-01-16T19:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498860#M1126076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi andrea&lt;/P&gt;&lt;P&gt;find attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 20:26:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498860#M1126076</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-01-16T20:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498861#M1126077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi! Thank you for your help!&lt;/P&gt;&lt;P&gt;I'd like to find a way to calculate the number of days between two dates only considering this interval:&lt;/P&gt;&lt;P&gt;Example 1: from 01.01.2013 to 31.12.2013;&lt;/P&gt;&lt;P&gt;Example 2: From 01.06.2013 to 30.09.2013;&lt;/P&gt;&lt;P&gt;Example 3: From 01.10.2012 to 28.02.2013;&lt;BR /&gt;Thank you for any help you can provide.&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 21:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498861#M1126077</guid>
      <dc:creator />
      <dc:date>2014-01-16T21:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498862#M1126078</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 script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;IF(([Start Date] = Date('01/01/2013') AND [End Date] = Date('31/12/2013')) OR ([Start Date] = Date('01/06/2013') AND [End Date] = Date('30/09/2013')) OR&lt;/P&gt;&lt;P&gt;([Start Date] = Date('01/10/2012') AND [End Date] = Date('28/02/2013')), Interval([End Date] - [Start Date], 'D')) AS DateDiff;&lt;/P&gt;&lt;P&gt;LOAD [N. Company], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Company, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Employee, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Start Date], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [End Date]&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels);&lt;/P&gt;&lt;P&gt;&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>Fri, 17 Jan 2014 02:15:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498862#M1126078</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-17T02:15:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498863#M1126079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for eg :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.222222328186035px; background-color: #f6f6f6;"&gt;Example 1: from 01.01.2013 to 31.12.2013;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if((num(date#('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.222222328186035px; background-color: #f6f6f6;"&gt;31.12.2013&lt;/SPAN&gt;','DD.MM.YYYY')))-(num(date#('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.222222328186035px; background-color: #f6f6f6;"&gt;01.01.2013&lt;/SPAN&gt;','DD.MM.YYYY')))&amp;gt;0,&lt;/P&gt;&lt;P&gt;(num(date#('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.222222328186035px; background-color: #f6f6f6;"&gt;31.12.2013&lt;/SPAN&gt;','DD.MM.YYYY')))-(num(date#('&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.222222328186035px; background-color: #f6f6f6;"&gt;01.01.2013&lt;/SPAN&gt;','DD.MM.YYYY'))),0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 05:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498863#M1126079</guid>
      <dc:creator>preminqlik</dc:creator>
      <dc:date>2014-01-17T05:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Expression/ Difference between Date</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498864#M1126080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Date# ('20-08-2013,'DD-MM-YYYY')-Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;('16-04-2013','DD-MM-YYYY') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;regards &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Datta&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 05:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-Difference-between-Date/m-p/498864#M1126080</guid>
      <dc:creator />
      <dc:date>2014-01-17T05:54:13Z</dc:date>
    </item>
  </channel>
</rss>

