<?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: Timeformat in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Timeformat/m-p/436392#M162768</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Extract date from both the dates using Function DATE and then convert it into number format and then operate the subtraction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Date (&lt;SPAN style="color: #737373; font-family: Arial; font-size: 11px; background-color: #ffffff;"&gt;Arrival_Time&lt;/SPAN&gt;,'DD/MM/YYYY')) - Num(Date (&lt;SPAN style="color: #737373; font-size: 11px; background-color: #ffffff; font-family: Arial;"&gt;Departure_Time&lt;/SPAN&gt;,'DD/MM/YYYY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another way is &lt;/P&gt;&lt;P&gt;using the same technique, convert into date and then use DATEDIFF function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 May 2013 05:22:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-05-08T05:22:32Z</dc:date>
    <item>
      <title>Timeformat</title>
      <link>https://community.qlik.com/t5/QlikView/Timeformat/m-p/436389#M162765</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have two field call Arrival_Time and Departure_Time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The format for this two time is&lt;/P&gt;&lt;P&gt;10/01/2012 16:48:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;01/02/2012&amp;nbsp; 20:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to find the difference of this two time(Arrival and Departure) via Days&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas on how I can do it, thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 04:32:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeformat/m-p/436389#M162765</guid>
      <dc:creator>n1ef5ng1</dc:creator>
      <dc:date>2013-05-08T04:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Timeformat</title>
      <link>https://community.qlik.com/t5/QlikView/Timeformat/m-p/436390#M162766</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;Check out interval function:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Bold"&gt;interval( A-B, 'D hh:mm' )&lt;/SPAN&gt; where A=97-08-06 09:00:00 and B=96-08-06 00:00:00 returns:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE cellspacing="0" class="TableStyle-LeftBold" style="margin-right: auto;"&gt;&lt;TBODY&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P class="Bold"&gt;String &lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P align="right" class="Bold" style="text-align: right;"&gt;365 09:00 &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR class="Body-Body1"&gt;&lt;TD class="BodyE-Column1-Body1"&gt;&lt;P class="Bold"&gt;Number &lt;/P&gt;&lt;/TD&gt;&lt;TD class="BodyD-Column2-Body1"&gt;&lt;P align="right" class="Bold" style="text-align: right;"&gt;365.375&amp;nbsp; &lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 04:59:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeformat/m-p/436390#M162766</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2013-05-08T04:59:43Z</dc:date>
    </item>
    <item>
      <title>Re: Timeformat</title>
      <link>https://community.qlik.com/t5/QlikView/Timeformat/m-p/436391#M162767</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 the below syntex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EX : =&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Interval&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(Arrival_Time-Departure_Time,'DD') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 05:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeformat/m-p/436391#M162767</guid>
      <dc:creator>kumarnatarajan</dc:creator>
      <dc:date>2013-05-08T05:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Timeformat</title>
      <link>https://community.qlik.com/t5/QlikView/Timeformat/m-p/436392#M162768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Extract date from both the dates using Function DATE and then convert it into number format and then operate the subtraction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Num(Date (&lt;SPAN style="color: #737373; font-family: Arial; font-size: 11px; background-color: #ffffff;"&gt;Arrival_Time&lt;/SPAN&gt;,'DD/MM/YYYY')) - Num(Date (&lt;SPAN style="color: #737373; font-size: 11px; background-color: #ffffff; font-family: Arial;"&gt;Departure_Time&lt;/SPAN&gt;,'DD/MM/YYYY'))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;another way is &lt;/P&gt;&lt;P&gt;using the same technique, convert into date and then use DATEDIFF function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 May 2013 05:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Timeformat/m-p/436392#M162768</guid>
      <dc:creator />
      <dc:date>2013-05-08T05:22:32Z</dc:date>
    </item>
  </channel>
</rss>

