<?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: Calculate Minutes between two times - not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculate-Minutes-between-two-times-not-working/m-p/1400638#M424653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;minute(&lt;/P&gt;&lt;P&gt;interval(Timestamp(UPDATED,'DD/MM/YYYY hh:mm'),'DD/MM/YYYY hh:mm') -&lt;/P&gt;&lt;P&gt;Timestamp(CREATED,'DD/MM/YYYY hh:mm'),'DD/MM/YYYY hh:mm'),'hh:mm:Ss')&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Sep 2017 03:38:47 GMT</pubDate>
    <dc:creator>shraddha_g</dc:creator>
    <dc:date>2017-09-23T03:38:47Z</dc:date>
    <item>
      <title>Calculate Minutes between two times - not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Minutes-between-two-times-not-working/m-p/1400635#M424650</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;Im trying to calculate the minutes between two datetime fields - but it is showing 00:00 for every record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My calculation is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; time(&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(Timestamp(UPDATED,'DD/MM/YYYY hh:mm'),'DD/MM/YYYY hh:mm')&amp;nbsp; -&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(Timestamp(CREATED,'DD/MM/YYYY hh:mm'),'DD/MM/YYYY hh:mm'),'hh:mm') AS mins_difference,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help with the correct syntax please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 18:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Minutes-between-two-times-not-working/m-p/1400635#M424650</guid>
      <dc:creator>prees959</dc:creator>
      <dc:date>2017-09-22T18:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Minutes between two times - not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Minutes-between-two-times-not-working/m-p/1400636#M424651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Phil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Data/App may help to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 18:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Minutes-between-two-times-not-working/m-p/1400636#M424651</guid>
      <dc:creator>vvira1316</dc:creator>
      <dc:date>2017-09-22T18:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Minutes between two times - not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Minutes-between-two-times-not-working/m-p/1400637#M424652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Interval(&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(Timestamp#(UPDATED,'DD/MM/YYYY hh:mm'),'DD/MM/YYYY hh:mm')&amp;nbsp; -&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; date(Timestamp#(CREATED,'DD/MM/YYYY hh:mm'),'DD/MM/YYYY hh:mm'),'hh:mm') AS mins_difference,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Sep 2017 18:43:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Minutes-between-two-times-not-working/m-p/1400637#M424652</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-22T18:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Minutes between two times - not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Minutes-between-two-times-not-working/m-p/1400638#M424653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;minute(&lt;/P&gt;&lt;P&gt;interval(Timestamp(UPDATED,'DD/MM/YYYY hh:mm'),'DD/MM/YYYY hh:mm') -&lt;/P&gt;&lt;P&gt;Timestamp(CREATED,'DD/MM/YYYY hh:mm'),'DD/MM/YYYY hh:mm'),'hh:mm:Ss')&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Sep 2017 03:38:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Minutes-between-two-times-not-working/m-p/1400638#M424653</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2017-09-23T03:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Minutes between two times - not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Minutes-between-two-times-not-working/m-p/1400639#M424654</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Interval function to calculate the date difference. Well plz check the format of both date fields it should not be string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Sep 2017 05:16:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Minutes-between-two-times-not-working/m-p/1400639#M424654</guid>
      <dc:creator>sujeetsingh</dc:creator>
      <dc:date>2017-09-23T05:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate Minutes between two times - not working</title>
      <link>https://community.qlik.com/t5/QlikView/Calculate-Minutes-between-two-times-not-working/m-p/1400640#M424655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;You can use an expression like it.&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;I created the inline table just for this example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[tab1]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Interval( end - start, 'mm' )&amp;nbsp; AS [Minutes]&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[tab2]:&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;LOAD&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;*&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;INLINE&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;[&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;start, end&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;'20/06/2017 13:45:00', '23/06/2017 16:00:00'&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;]&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2017 16:33:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculate-Minutes-between-two-times-not-working/m-p/1400640#M424655</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-09-25T16:33:01Z</dc:date>
    </item>
  </channel>
</rss>

