<?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 Duration vs Time in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736315#M56285</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;can someone tell me how can I solve this issue?&lt;/P&gt;&lt;P&gt;As you can see on screenshot below, I have Arrival field and what I have issue with is the formating.&lt;/P&gt;&lt;P&gt;In the red square it is set to Time,&amp;nbsp; and you can see that those values are correct, but SUM of those values is not, since it goes over 24 hours. In the green square, arrival field is set to duration, but you can see that values that have 00: in the beginning have their value increased with 24, which is not correct.&lt;/P&gt;&lt;P&gt;So basically I need format which will show correct data like in red square, but SUM should be able to show value like the value in the yellow square.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlik.png" style="width: 661px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39108iD997992C3670766F/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlik.png" alt="qlik.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlik2.png" style="width: 245px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39109i8783500C518DBBAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlik2.png" alt="qlik2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:39:41 GMT</pubDate>
    <dc:creator>Broly</dc:creator>
    <dc:date>2024-11-16T01:39:41Z</dc:date>
    <item>
      <title>Duration vs Time</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736315#M56285</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;can someone tell me how can I solve this issue?&lt;/P&gt;&lt;P&gt;As you can see on screenshot below, I have Arrival field and what I have issue with is the formating.&lt;/P&gt;&lt;P&gt;In the red square it is set to Time,&amp;nbsp; and you can see that those values are correct, but SUM of those values is not, since it goes over 24 hours. In the green square, arrival field is set to duration, but you can see that values that have 00: in the beginning have their value increased with 24, which is not correct.&lt;/P&gt;&lt;P&gt;So basically I need format which will show correct data like in red square, but SUM should be able to show value like the value in the yellow square.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlik.png" style="width: 661px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39108iD997992C3670766F/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlik.png" alt="qlik.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlik2.png" style="width: 245px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/39109i8783500C518DBBAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="qlik2.png" alt="qlik2.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:39:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736315#M56285</guid>
      <dc:creator>Broly</dc:creator>
      <dc:date>2024-11-16T01:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Duration vs Time</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736341#M56289</link>
      <description>&lt;P&gt;you need to divide the value by 24 hour. try below&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Sum(Duration)/24&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 11:42:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736341#M56289</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-17T11:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Duration vs Time</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736358#M56292</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I only get value divided by 24, so nothing happens.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 12:01:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736358#M56292</guid>
      <dc:creator>Broly</dc:creator>
      <dc:date>2020-08-17T12:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Duration vs Time</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736360#M56293</link>
      <description>&lt;P&gt;what is the expression you are using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 12:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736360#M56293</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-17T12:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: Duration vs Time</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736374#M56294</link>
      <description>&lt;P&gt;&lt;BR /&gt;Sum({$&amp;lt;AT_1_TIME_DIFF_CAT={"&amp;gt;$(=0)"}&amp;gt;}AT_1_TIME_DIFF )&lt;BR /&gt;+&lt;BR /&gt;Sum({$&amp;lt;AT_2_TIME_DIFF_CAT={"&amp;gt;$(=0)"}&amp;gt;}AT_2_TIME_DIFF )&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 12:40:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736374#M56294</guid>
      <dc:creator>Broly</dc:creator>
      <dc:date>2020-08-17T12:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: Duration vs Time</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736381#M56298</link>
      <description>&lt;P&gt;are the fields&amp;nbsp;&lt;SPAN&gt;AT_1_TIME_DIFF &amp;amp;&amp;nbsp;AT_2_TIME_DIFF contains hour values?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 12:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736381#M56298</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2020-08-17T12:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Duration vs Time</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736391#M56300</link>
      <description>Hi, they are in numeric format, and later formated into time. Should I try&lt;BR /&gt;something else?&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Aug 2020 13:27:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736391#M56300</guid>
      <dc:creator>Broly</dc:creator>
      <dc:date>2020-08-17T13:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Duration vs Time</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736440#M56307</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you try this expression with Numeric format and then after that convert it into date format&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Aug 2020 15:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1736440#M56307</guid>
      <dc:creator>Usama</dc:creator>
      <dc:date>2020-08-17T15:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Duration vs Time</title>
      <link>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1740111#M56647</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;It appears that duration is correct.&lt;/P&gt;&lt;P&gt;I checked the data source and it is like it is shown in charts.&lt;/P&gt;&lt;P&gt;Sorry for the trouble, and thank you for answers.&lt;/P&gt;</description>
      <pubDate>Tue, 01 Sep 2020 07:35:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Duration-vs-Time/m-p/1740111#M56647</guid>
      <dc:creator>Broly</dc:creator>
      <dc:date>2020-09-01T07:35:48Z</dc:date>
    </item>
  </channel>
</rss>

