<?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 between tow timestamps in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242238#M854230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to create two new fields having closing and opening hours and left join them with the fact table.&lt;/P&gt;&lt;P&gt;You will not get 100% accurate ready-made answer... &lt;/P&gt;&lt;P&gt;Try to use the logic provided and implement it with some additional changes. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Feb 2017 12:51:20 GMT</pubDate>
    <dc:creator>MK_QSL</dc:creator>
    <dc:date>2017-02-22T12:51:20Z</dc:date>
    <item>
      <title>Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242229#M854221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to calculate the time of taking charge of a ticket taking into account only the hours of opening and closing every day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; open-close&lt;/P&gt;&lt;P&gt;Monday : 08h00 - 12h00 and 14h00 - 16h00&lt;/P&gt;&lt;P&gt;Tuesday : 08h00 - 11h00 and 16h00 - 20h00&lt;/P&gt;&lt;P&gt;Wednesday : 11h00 - 16h00 and 21h00-Thursday08h00&lt;/P&gt;&lt;P&gt;Thursday : 10h00-15h00 and 20h00-Friday09h00&lt;/P&gt;&lt;P&gt;Saturday : 08h00-12h00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date_recept&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; Date_traitement&lt;/P&gt;&lt;P&gt;06/02/2017 07:00:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 06/02/2017 15:00:00&lt;/P&gt;&lt;P&gt;06/02/2017 21:00:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 07/02/2017 08:30:00&lt;/P&gt;&lt;P&gt;08/02/2017 22:00:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2017 07:00:00&lt;/P&gt;&lt;P&gt;09/02/2017 16:00:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2017 20:30:00&lt;/P&gt;&lt;P&gt;11/02/2017 11:00:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13/02/2017 09:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I would like to have the following results&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date_recept&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;&amp;nbsp; Date_traitement&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Duration&lt;/P&gt;&lt;P&gt;06/02/2017 07:00:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 06/02/2017 15:00:00&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; 05:00:00&lt;/P&gt;&lt;P&gt;06/02/2017 21:00:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 07/02/2017 08:30:00&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; 00:30:00&lt;/P&gt;&lt;P&gt;08/02/2017 22:00:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2017 07:00:00&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; 09:00:00&lt;/P&gt;&lt;P&gt;09/02/2017 16:00:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09/02/2017 20:30:00&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; 00:30:00&lt;/P&gt;&lt;P&gt;11/02/2017 11:00:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 13/02/2017 09:00:00&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; 02:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas ?&lt;/P&gt;&lt;P&gt;Thanks in advance,&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-between-tow-timestamps/m-p/1242229#M854221</guid>
      <dc:creator>harson</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242230#M854222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go through below link. You will get the idea what to do with your problem.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-16489"&gt;Business Working Hours Calculation&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 08:40:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242230#M854222</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-02-22T08:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242231#M854223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This link might help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://bfy.tw/AEZb" title="http://bfy.tw/AEZb"&gt;LMGTFY&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 08:41:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242231#M854223</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-22T08:41:34Z</dc:date>
    </item>
    <item>
      <title>Re: Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242232#M854224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;try this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;rDate_recept&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MM/DD/YYYY HH:MM:SS') -&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Date#&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Date_traitement&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,'MM/DD/YYYY HH:MM:SS') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 09:32:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242232#M854224</guid>
      <dc:creator>dsharmaqv</dc:creator>
      <dc:date>2017-02-22T09:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242233#M854225</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;Directory;&lt;/P&gt;&lt;P&gt;LOAD Id, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Start_Time, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; End_Time,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interval(Start_Time-End_Time,'h-mm-ss') as Difference&lt;/P&gt;&lt;P&gt;FROM TABLE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 11:16:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242233#M854225</guid>
      <dc:creator />
      <dc:date>2017-02-22T11:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242234#M854226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Deepak&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Thanks, but we should not count the hours outside of the opening and closing hours. As I did in the above examples.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;The duration is calculated according to the hours of opening and closing. Hours outside the opening and closing times are ignored&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 12:27:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242234#M854226</guid>
      <dc:creator>harson</dc:creator>
      <dc:date>2017-02-22T12:27:11Z</dc:date>
    </item>
    <item>
      <title>Re: Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242235#M854227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-size: 16px; font-family: arial, sans-serif;"&gt;Kiran&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 16px;"&gt;Thank, but we should not count the hours outside of the opening and closing hours. As I did in the above examples&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 12:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242235#M854227</guid>
      <dc:creator>harson</dc:creator>
      <dc:date>2017-02-22T12:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242236#M854228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you checked the link I have provided. That link will solve your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 12:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242236#M854228</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-02-22T12:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242237#M854229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Manish&lt;/P&gt;&lt;P&gt;I tried but it did not meet my expectations.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;The opening and closing hours are not fixed, variable for each day.&lt;/P&gt;&lt;P&gt;And the duration is calculated according to the hours of opening and closing. Hours outside the opening and closing times are ignored&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 12:45:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242237#M854229</guid>
      <dc:creator>harson</dc:creator>
      <dc:date>2017-02-22T12:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242238#M854230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to create two new fields having closing and opening hours and left join them with the fact table.&lt;/P&gt;&lt;P&gt;You will not get 100% accurate ready-made answer... &lt;/P&gt;&lt;P&gt;Try to use the logic provided and implement it with some additional changes. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 12:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242238#M854230</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-02-22T12:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242239#M854231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I agree with this... it might be possible to create a formula but i started down that rabbit hole and it gets a bit crazy, this is about 1/10th done if you want to take it from here &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14877703124317851 jive_text_macro" jivemacro_uid="_14877703124317851"&gt;
&lt;P&gt;=if(floor(Date_traitement)=floor(Date_recept),&lt;/P&gt;
&lt;P&gt;pick(&lt;/P&gt;
&lt;P&gt;&amp;nbsp; match(WeekDay(Date_recept),'Mon','Tue','Wed','Thu','Fri','Sat','Sun'),&lt;/P&gt;
&lt;P&gt;&amp;nbsp; (if(time(Date_recept)&amp;lt;'08:00:00' AND time(Date_traitement)&amp;gt;'12:00:00',4,if(time(Date_recept)&amp;gt;='08:00:00' and time(Date_recept)&amp;lt;'12:00:00',num(time(Date_recept) - '08:00:00'))))+//Monday am&lt;/P&gt;
&lt;P&gt;&amp;nbsp; (if(time(Date_traitement)&amp;gt;'16:00:00' and time(Date_recept)&amp;lt;'14:00:00',2,0)), //Monday pm&lt;/P&gt;
&lt;P&gt;&amp;nbsp; 'Tue','Wed','Thu','Fri','Sat','Sun'),'x')&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242239#M854231</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-22T13:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242240#M854232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a time consuming work.. I can't do right now.. Will try later... Till then keep trying.!!! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/laugh.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242240#M854232</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-02-22T13:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242241#M854233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry I am not the OP so won't be spending more time on this~!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242241#M854233</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-02-22T13:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242242#M854234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry for the confusion..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Feb 2017 13:50:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242242#M854234</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2017-02-22T13:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242243#M854235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Will There be a case where&amp;nbsp; say&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date_recept&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; Date_traitement&lt;/P&gt;&lt;P&gt;06/02/2017 07:00:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 06/02/2017 11:00:00&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or the time intervals&amp;nbsp; specific to the each date?&lt;/P&gt;&lt;P&gt; first open-close is only applicable to Date_recept&lt;/P&gt;&lt;P&gt;Second&amp;nbsp; open-close&amp;nbsp; is only applicabel to Date_traitement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know please&lt;/P&gt;&lt;P&gt;Sasi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 08:02:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242243#M854235</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2017-02-23T08:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Time between tow timestamps</title>
      <link>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242244#M854236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Date_recept = &lt;SPAN lang="en"&gt;Date and time of receipt of ticket&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Date_traitement = &lt;SPAN lang="en"&gt;Ticket processing date and time&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN lang="en"&gt;In fact, I want to count the waiting time of a ticket before its processing.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN lang="en"&gt;For your example there, the ticket is received on 06/02/2017 07:00:00 and processed on 06/02/2017 11:00:00 (24 hour format)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;On Monday 06/02/2017, the opening time is at 08:00 and the closing at 12:00. Then for this ticket the waiting time is 3:00:00, It's counted from the opening time if the ticket is received outside the opening and closing time, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN lang="en"&gt;&lt;SPAN lang="en"&gt;And the hours outside opening and closing hours are not taken into account.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2017 08:53:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Time-between-tow-timestamps/m-p/1242244#M854236</guid>
      <dc:creator>harson</dc:creator>
      <dc:date>2017-02-23T08:53:59Z</dc:date>
    </item>
  </channel>
</rss>

