<?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: Time format with days in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379101#M821706</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;You could try looking at the interval() function, I think this might help get what you want (although I've not tried it myself):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/FormattingFunctions/Interval.htm" style="font-size: 10pt;" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/FormattingFunctions/Interval.htm"&gt;Interval ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The examples seem to suggest you can separate days out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Aug 2017 16:11:27 GMT</pubDate>
    <dc:creator>chris_johnson</dc:creator>
    <dc:date>2017-08-10T16:11:27Z</dc:date>
    <item>
      <title>Time format with days</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379096#M821701</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'm trying to show the spent time in several tasks in a graph but I can't get the format that I need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show the numbers with days, hours and minutes, but when the time is more than a day, only I can show the hours and minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379096#M821701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Time format with days</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379097#M821702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What defines a day for your problem?&lt;/P&gt;&lt;P&gt;Is a day 24 hours, or a working day of say 8 hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide some examples of the start and end data showing the expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 15:12:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379097#M821702</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-08-10T15:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Time format with days</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379098#M821703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Colin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is a day of 24 hour&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 15:36:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379098#M821703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-10T15:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Time format with days</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379099#M821704</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;You can try with:&lt;/P&gt;&lt;P&gt;if(floor(sum(Time)) &amp;gt; 0, num(floor(sum(Time)), '#,### days' )) &amp;amp; ' ' &amp;amp; Time(sum(Time), 'hh:mm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this, you could see: x days 22:33&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 15:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379099#M821704</guid>
      <dc:creator>jmvilaplanap</dc:creator>
      <dc:date>2017-08-10T15:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Time format with days</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379100#M821705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jose,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This solution works, but I can't use it in chart objects, only in texts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no way to do something like time(mytime, 'dd Days, hh:mm');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 15:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379100#M821705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-10T15:40:20Z</dc:date>
    </item>
    <item>
      <title>Re: Time format with days</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379101#M821706</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;You could try looking at the interval() function, I think this might help get what you want (although I've not tried it myself):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/FormattingFunctions/Interval.htm" style="font-size: 10pt;" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/FormattingFunctions/Interval.htm"&gt;Interval ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The examples seem to suggest you can separate days out&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Aug 2017 16:11:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379101#M821706</guid>
      <dc:creator>chris_johnson</dc:creator>
      <dc:date>2017-08-10T16:11:27Z</dc:date>
    </item>
    <item>
      <title>Re: Time format with days</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379102#M821707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Adam,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This almost works, but is not possible to write the word "Days" inside the format. Because D is like a day(numeric), y as year and s as second.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are not escape characters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 08:37:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379102#M821707</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-11T08:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Time format with days</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379103#M821708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maikel,&lt;/P&gt;&lt;P&gt;to get 'Days' in Text try like yhis&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Replace&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;(&lt;SPAN style="color: #0000ff;"&gt;Date&lt;/SPAN&gt;(&lt;SPAN style="color: #800000;"&gt;date&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,'DD/MM/YYYY'&amp;amp;' @'),'@','Days') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Antonio&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 08:51:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379103#M821708</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2017-08-11T08:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: Time format with days</title>
      <link>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379104#M821709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great workaround Antonio!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Aug 2017 09:34:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-format-with-days/m-p/1379104#M821709</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-08-11T09:34:01Z</dc:date>
    </item>
  </channel>
</rss>

