<?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: Difference between Dates in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929371#M321375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the values comes from a SQL Server database and are Date &amp;amp; Time values you should be able to simply subtract the numerical values.&lt;/P&gt;&lt;P&gt;If the difference is &amp;gt;= 1 then you are &amp;gt;= 24h, if difference is &amp;lt; 1 then you are &amp;lt; 24h appart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they are stored as text in the database first use the Date# to convert them to numerical values in QlikView and then do the subtraction as above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Oct 2015 15:45:29 GMT</pubDate>
    <dc:creator>Anders_Eriksson</dc:creator>
    <dc:date>2015-10-07T15:45:29Z</dc:date>
    <item>
      <title>Difference between Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929368#M321372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am pulling in data from a Sharepoint 2010 List&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fields:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Issue Date(8/26/2015 8:00 AM)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;Incident Resolution Date(8/26/2015 4:00 PM)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I need to calculate the difference between the &lt;SPAN style="color: #ff0000;"&gt;Issue Date&lt;/SPAN&gt; and &lt;SPAN style="color: #ff0000;"&gt;Incident Resolution Date&lt;/SPAN&gt; in HOURS to audit a &lt;EM&gt;&amp;lt;24 hours&lt;/EM&gt; or &lt;EM&gt;&amp;gt;24 hours&lt;/EM&gt; metric.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;On the LOAD, I am formatting these fields as below:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: blue;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Timestamp#&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: maroon;"&gt;[Issue Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: black;"&gt;, 'DD/MM/YYYY hh:mm:ss') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: maroon;"&gt;[Issue Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: black;"&gt;,&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: blue;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: maroon;"&gt;[Incident Resolution Time]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: black;"&gt;,&amp;nbsp; 'DD/MM/YYYY hh:mm:ss') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: maroon;"&gt;[Incident Resolution Time]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: black;"&gt;, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'HP Simplified',sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'HP Simplified',sans-serif;"&gt;The Expressions that I am trying are below and are returning these values:&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="71.4" style="border: 1px solid rgb(0, 0, 0); width: 435.4px; height: 73.4px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Expression&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Value Returned&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: blue;"&gt;interval&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: maroon;"&gt;[Incident Resolution Time]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: black;"&gt; - &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: maroon;"&gt;[Issue Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'HP Simplified',sans-serif; color: black;"&gt;,'hh:mm') &lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;EM&gt;Blank field&lt;/EM&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px; text-align: left;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: blue;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: maroon;"&gt;[Incident Resolution Time]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt; - &lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: maroon;"&gt;[Issue Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Arial',sans-serif; color: black;"&gt;) &lt;/SPAN&gt;&lt;/TD&gt;&lt;TD style="padding: 2px; text-align: center;"&gt;&lt;SPAN style="color: #000000;"&gt;&lt;STRONG&gt;0&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'HP Simplified',sans-serif;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;If I export the Sharepoint List into an Excel spreadsheet and use this as my data source, the INTERVAL expression works perfectly and returns the value as &lt;STRONG&gt;hh:mm&lt;/STRONG&gt;(&lt;EM&gt;43:00&lt;/EM&gt;)&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'HP Simplified',sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt;I checked the Sharepoint and the &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;Issue Date&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; and &lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;Incident Resolution Date &lt;SPAN style="color: #000000;"&gt;fields are &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;formatted&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10pt;"&gt; as Date &amp;amp; Time&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-size: 9.0pt; font-family: 'HP Simplified',sans-serif;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Dan&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 15:09:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929368#M321372</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T15:09:38Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929369#M321373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked that the timestamp#() parsing worked as expected by checking the field values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your format code is not matching the input format, I would assume you need&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'HP Simplified', sans-serif; color: blue;"&gt;&amp;nbsp;&amp;nbsp; Timestamp#&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'HP Simplified', sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'HP Simplified', sans-serif; color: maroon;"&gt;[Issue Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'HP Simplified', sans-serif; color: black;"&gt;, 'MM/DD/YYYY h:mm tt') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'HP Simplified', sans-serif; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'HP Simplified', sans-serif; color: maroon;"&gt;[Issue Date]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'HP Simplified', sans-serif; color: black;"&gt;,&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'HP Simplified', sans-serif; color: blue;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'HP Simplified', sans-serif; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'HP Simplified', sans-serif; color: maroon;"&gt;[Incident Resolution Time]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'HP Simplified', sans-serif; color: black;"&gt;,&amp;nbsp; 'MM/DD/YYYY h:mm tt') &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'HP Simplified', sans-serif; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'HP Simplified', sans-serif; color: maroon;"&gt;[Incident Resolution Time]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: 'HP Simplified', sans-serif; color: black;"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 15:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929369#M321373</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-10-07T15:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929370#M321374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was it!&amp;nbsp; Thank You!!!1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 15:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929370#M321374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T15:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929371#M321375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since the values comes from a SQL Server database and are Date &amp;amp; Time values you should be able to simply subtract the numerical values.&lt;/P&gt;&lt;P&gt;If the difference is &amp;gt;= 1 then you are &amp;gt;= 24h, if difference is &amp;lt; 1 then you are &amp;lt; 24h appart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they are stored as text in the database first use the Date# to convert them to numerical values in QlikView and then do the subtraction as above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 15:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929371#M321375</guid>
      <dc:creator>Anders_Eriksson</dc:creator>
      <dc:date>2015-10-07T15:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929372#M321376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once I updated my script and the INTERVAL expression returned values, I noticed that the time calculation is off:&lt;/P&gt;&lt;P&gt;Issue Date: &lt;STRONG&gt;&lt;EM&gt;09/28/2015 1:00 PM&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;Inc Resol Date: &lt;STRONG&gt;&lt;EM&gt;9/30/2015 8:00 am&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Time to Fix: &lt;EM&gt;&lt;STRONG&gt;19:00&lt;/STRONG&gt;&lt;/EM&gt; --&amp;gt; &lt;SPAN style="text-decoration: underline;"&gt;Should be 43:00&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Seems the periods that span several days are not being calculated properly - spans under 24 hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have updated the following to match in my script:&lt;/P&gt;&lt;P&gt;SET TimeFormat='h:mm tt';&lt;/P&gt;&lt;P&gt;SET DateFormat='MM/DD/YYYY';&lt;/P&gt;&lt;P&gt;SET TimestampFormat='MM/DD/YYYY h:mm tt';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timestamp#([Issue Date], 'MM/DD/YYYY h:mm tt') as [Issue Date],&lt;/P&gt;&lt;P&gt;Timestamp#([Incident Resolution Time],&amp;nbsp; 'MM/DD/YYYY h:mm tt') as [Incident Resolution Time],&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 16:16:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929372#M321376</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T16:16:27Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929373#M321377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to format your date as number, with some decimal and look at the result (see image)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using your data it seems to work&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;Issue Date: &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;09/28/2015 1:00 PM&lt;/EM&gt;&lt;/STRONG&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;Inc Resol Date: &lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;9/30/2015 8:00 am&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101327_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:08:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929373#M321377</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-07T17:08:54Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929374#M321378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maxgro,&lt;/P&gt;&lt;P&gt;Can you attach your QVW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929374#M321378</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T17:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929375#M321379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes but there are just the expression you can see&amp;nbsp; in the label in my prev post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 17:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929375#M321379</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-10-07T17:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929376#M321380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maxgro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got it to work using your expressions!&amp;nbsp; Thank You!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 18:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929376#M321380</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-07T18:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Dates</title>
      <link>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929377#M321381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please close your thread&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Oct 2015 21:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Difference-between-Dates/m-p/929377#M321381</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-10-07T21:36:38Z</dc:date>
    </item>
  </channel>
</rss>

