<?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: Total time between two times in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Total-time-between-two-times/m-p/2498059#M102836</link>
    <description>&lt;P&gt;The issue you are facing is that qlik does not know which date your time is. It does not know that 1:03:32 is later than 12:23:32.&lt;/P&gt;
&lt;P&gt;If you are able to create a timestamp consisting of both date and time information then you can subtract the first from the second.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe this workaround will do it for you.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If(Approved_time&amp;lt;total_Time,&amp;nbsp;total_Time, total_Time+1) - Approved_time&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2024 06:17:35 GMT</pubDate>
    <dc:creator>Vegar</dc:creator>
    <dc:date>2024-12-16T06:17:35Z</dc:date>
    <item>
      <title>Total time between two times</title>
      <link>https://community.qlik.com/t5/App-Development/Total-time-between-two-times/m-p/2498055#M102835</link>
      <description>&lt;P&gt;I have to times Created_time and Approved_time. I want to know total time between created to approval.&lt;BR /&gt;Example: Created_time&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Approved_time&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; total_Time&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;12:23:32&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1:03:32&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;40&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So in this example it will take 40 min. how to achieve total time using both time in Qlik.?&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 05:08:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Total-time-between-two-times/m-p/2498055#M102835</guid>
      <dc:creator>Vikash2024</dc:creator>
      <dc:date>2024-12-16T05:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: Total time between two times</title>
      <link>https://community.qlik.com/t5/App-Development/Total-time-between-two-times/m-p/2498059#M102836</link>
      <description>&lt;P&gt;The issue you are facing is that qlik does not know which date your time is. It does not know that 1:03:32 is later than 12:23:32.&lt;/P&gt;
&lt;P&gt;If you are able to create a timestamp consisting of both date and time information then you can subtract the first from the second.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe this workaround will do it for you.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If(Approved_time&amp;lt;total_Time,&amp;nbsp;total_Time, total_Time+1) - Approved_time&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 06:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Total-time-between-two-times/m-p/2498059#M102836</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2024-12-16T06:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Total time between two times</title>
      <link>https://community.qlik.com/t5/App-Development/Total-time-between-two-times/m-p/2498082#M102840</link>
      <description>&lt;P&gt;Time(Timestamp(Timestamp#(Approved_Time ,'DD-MMM-YYYY hh:mm:ss')) - Timestamp(Timestamp#(Created_Time, 'DD-MMM-YYYY hh:mm:ss')), 'hh:mm:ss') As Total_Time&lt;BR /&gt;&lt;BR /&gt;I wrote above script to get the solution. It working.&lt;BR /&gt;&lt;BR /&gt;Thank you for the response.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2024 07:44:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Total-time-between-two-times/m-p/2498082#M102840</guid>
      <dc:creator>Vikash2024</dc:creator>
      <dc:date>2024-12-16T07:44:18Z</dc:date>
    </item>
  </channel>
</rss>

