<?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: Interval timings in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Interval-timings/m-p/1770436#M454575</link>
    <description>&lt;P&gt;you may have a problem with the data format.&amp;nbsp; can you create a small XLS with just the dates and attach it?&lt;BR /&gt;these are what your dates look like when you loaded them:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edwin_0-1608822509406.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46131i5671DBC11E300664/image-size/medium?v=v2&amp;amp;px=400" role="button" title="edwin_0-1608822509406.png" alt="edwin_0-1608822509406.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Dec 2020 15:08:36 GMT</pubDate>
    <dc:creator>edwin</dc:creator>
    <dc:date>2020-12-24T15:08:36Z</dc:date>
    <item>
      <title>Interval timings</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-timings/m-p/1770222#M454552</link>
      <description>&lt;P&gt;i have following dates&lt;/P&gt;&lt;P&gt;start_Date&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; &amp;nbsp; &amp;nbsp; &amp;nbsp;due_Date&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;complete_Date&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;25-11-2020 09:00 AM&lt;/TD&gt;&lt;TD&gt;25-11-2020 06:00 PM&lt;/TD&gt;&lt;TD&gt;30-11-2020 10:27 AM&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I minus between start_date and due_Date like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;interval(due_date - start_Date, 'hh:mm:ss')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;I got &lt;STRONG&gt;33:00 :00 hours&amp;nbsp;&lt;/STRONG&gt;which is wrong .......this should be &lt;STRONG&gt;09:00:00&lt;/STRONG&gt;&amp;nbsp;because from 09 am to 06 pm&amp;nbsp; there is 9 hours&lt;/P&gt;&lt;P&gt;but when i used same in object and use this formula like this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Interval('09:00:00 AM' - '06:00:00 PM', 'HH:MM:SS')&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i got &lt;STRONG&gt;09:00:00&lt;/STRONG&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;why this is happened?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any solution&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-timings/m-p/1770222#M454552</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2024-11-15T23:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Interval timings</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-timings/m-p/1770272#M454554</link>
      <description>&lt;P&gt;make sure the format of your timestamp is correct:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SET TimestampFormat='DD-MM-YYYY hh:mm[.fff] TT';
SET FirstWeekDay=6;
SET BrokenWeeks=1;
SET ReferenceDay=0;
SET FirstMonthOfYear=1;
SET CollationLocale='en-US';
SET MonthNames='Jan;Feb;Mar;Apr;May;Jun;Jul;Aug;Sep;Oct;Nov;Dec';
SET LongMonthNames='January;February;March;April;May;June;July;August;September;October;November;December';
SET DayNames='Mon;Tue;Wed;Thu;Fri;Sat;Sun';
SET LongDayNames='Monday;Tuesday;Wednesday;Thursday;Friday;Saturday;Sunday';


load timestamp#(start_Date) as start_Date,timestamp#(due_Date) as due_Date,timestamp#(complete_Date) as complete_Date inline [
start_Date,due_Date,complete_Date
25-11-2020 09:00 AM,25-11-2020 06:00 PM,30-11-2020 10:27 AM
];&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=interval(due_Date-start_Date,'hh:mm:ss')&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edwin_0-1608733997984.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46094i2894259C97E52450/image-size/medium?v=v2&amp;amp;px=400" role="button" title="edwin_0-1608733997984.png" alt="edwin_0-1608733997984.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Dec 2020 14:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-timings/m-p/1770272#M454554</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-23T14:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: Interval timings</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-timings/m-p/1770376#M454572</link>
      <description>&lt;P&gt;i do this but now i unable to get the result when I use timestamp# . but when I use timestamp i got 33:00 instead of 09:00&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/58578"&gt;@edwin&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;check file&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 04:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-timings/m-p/1770376#M454572</guid>
      <dc:creator>capriconuser</dc:creator>
      <dc:date>2020-12-24T04:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Interval timings</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-timings/m-p/1770436#M454575</link>
      <description>&lt;P&gt;you may have a problem with the data format.&amp;nbsp; can you create a small XLS with just the dates and attach it?&lt;BR /&gt;these are what your dates look like when you loaded them:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edwin_0-1608822509406.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/46131i5671DBC11E300664/image-size/medium?v=v2&amp;amp;px=400" role="button" title="edwin_0-1608822509406.png" alt="edwin_0-1608822509406.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 15:08:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-timings/m-p/1770436#M454575</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-24T15:08:36Z</dc:date>
    </item>
    <item>
      <title>Re: Interval timings</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-timings/m-p/1770441#M454576</link>
      <description>&lt;P&gt;you use timestamp and timestamp# depending on your input.&amp;nbsp; i used timestamp# just for my specific case&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/FormattingFunctions/Timestamp.htm" target="_blank"&gt;Timestamp - script and chart function ‒ QlikView&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2020/Subsystems/Client/Content/QV_QlikView/Scripting/InterpretationFunctions/timestamp_hash.htm" target="_blank"&gt;Timestamp# - script and chart function ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Dec 2020 15:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-timings/m-p/1770441#M454576</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2020-12-24T15:40:47Z</dc:date>
    </item>
  </channel>
</rss>

