<?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: Travel Time in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Travel-Time/m-p/454495#M169578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got right thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my script below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;"V_OBJ_VisitEvent":&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SQL&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; SELECT&amp;nbsp; AccountId,&lt;BR /&gt; DateTimeFrom,&lt;BR /&gt; DateTimeTo,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Duration,&lt;BR /&gt; EventId,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; PersonId&lt;BR /&gt; FROM "Datasource".dbo."V_OBJ_VisitEvent";&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;STORE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; "V_OBJ_VisitEvent" &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; '$(vDataQvds)V_OBJ_VisitEvent.qvd' (&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; "V_OBJ_VisitEvent2":&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeTo&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;floor&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'YYYY-MM-DD hh:mm:ss')),'DD/MM/YYYY') &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Visit Date]&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Time&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Frac&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'YYYY-MM-DD hh:mm:ss')),'hh:mm:ss') &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;TimeIn&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Time&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Frac&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeTo&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'YYYY-MM-DD hh:mm:ss')),'hh:mm:ss') &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;TimeOut&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp; "V_OBJ_VisitEvent";&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; "V_OBJ_VisitEvent3":&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; "V_OBJ_VisitEvent";&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LEFT&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;JOIN&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; ("V_OBJ_VisitEvent3")&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; "V_OBJ_VisitEvent2";&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;DROP&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;TABLES&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; "V_OBJ_VisitEvent2", "V_OBJ_VisitEvent";&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;STORE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; "V_OBJ_VisitEvent3" &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; '$(vDataQvds)V_OBJ_VisitEvent3.qvd' (&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Drop&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; "V_OBJ_VisitEvent3";&lt;BR /&gt; &lt;BR /&gt; TMPVisitEvents:&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;$(vDataQvds)&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;V_OBJ_VisitEvent3.qvd&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt; &lt;BR /&gt; Event2:&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Load&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; TMPVisitEvents&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Order&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;By&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeTo&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;AccountId&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;PersonId&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Visit Date]&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;STORE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Event2 &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; '$(vDataQvds)Event2.qvd' (&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Drop&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; TMPVisitEvents;&lt;BR /&gt; &lt;BR /&gt; "VisitEvents":&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Previous&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;PersonId&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)=&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;PersonId&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Interval&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Previous&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeTo&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),'hh:mm:ss')) &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Travel Time]&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp; "Event2";&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Drop&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Event2;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Mar 2013 13:27:06 GMT</pubDate>
    <dc:creator>goro2010</dc:creator>
    <dc:date>2013-03-19T13:27:06Z</dc:date>
    <item>
      <title>Travel Time</title>
      <link>https://community.qlik.com/t5/QlikView/Travel-Time/m-p/454489#M169572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to work out the travel time between two destinations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="35169" class="jive-image-thumbnail jive-image" onclick="" alt="travel.jpg" src="https://community.qlik.com/legacyfs/online/35169_travel.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that the AccountId does differ, I want to take the next customer's "TimeIn" and deduct it from the previous customers's "TimeOut", will this be possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 10:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Travel-Time/m-p/454489#M169572</guid>
      <dc:creator>goro2010</dc:creator>
      <dc:date>2013-03-19T10:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Travel Time</title>
      <link>https://community.qlik.com/t5/QlikView/Travel-Time/m-p/454490#M169573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can calculate this in the script using the previous function. Something like &lt;STRONG&gt;interval(TimeIn-previous(TimeOut),'hh:mm:ss') as TravelTime&lt;/STRONG&gt;. It's not clear to me if the table should be sorted first on one or more fields (like accountid). If that's necessary you'll need to use an order by clause with a resident load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 11:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Travel-Time/m-p/454490#M169573</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-19T11:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Travel Time</title>
      <link>https://community.qlik.com/t5/QlikView/Travel-Time/m-p/454491#M169574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I need to order the dates as you can see they are not in order, the account ID and "DateTimeFrom" must be in sync, example 1st, 2nd, 3rd ect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="datess.jpg" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/35171_datess.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this be possible to sort correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 11:10:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Travel-Time/m-p/454491#M169574</guid>
      <dc:creator>goro2010</dc:creator>
      <dc:date>2013-03-19T11:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Travel Time</title>
      <link>https://community.qlik.com/t5/QlikView/Travel-Time/m-p/454492#M169575</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;I do not get my resident load to work 100%. Here is my script below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;"V_OBJ_VisitEvent2":&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeTo&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;floor&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'YYYY-MM-DD hh:mm:ss')),'DD/MM/YYYY') &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Visit Date]&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Time&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Frac&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'YYYY-MM-DD hh:mm:ss')),'hh:mm:ss') &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;TimeIn&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Time&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Frac&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeTo&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'YYYY-MM-DD hh:mm:ss')),'hh:mm:ss') &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;TimeOut&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Interval&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Previous&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeTo&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),'hh:mm:ss') &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Travel Time]&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp; "V_OBJ_VisitEvent"&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Order&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;By&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;AccountId&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Any idea why?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;Thanks&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 12:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Travel-Time/m-p/454492#M169575</guid>
      <dc:creator>goro2010</dc:creator>
      <dc:date>2013-03-19T12:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Travel Time</title>
      <link>https://community.qlik.com/t5/QlikView/Travel-Time/m-p/454493#M169576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's hard to tell without looking at your document. Perhaps you only need to change to order in the order by clause&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-ZA" style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;Order&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;By&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;AccountId, &lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px; background-color: #ffffff;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And maybe change the expression that calculates Travel Time to:&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-ZA" style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;if(Previous(&lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px; background-color: #ffffff;"&gt;AccountId&lt;/SPAN&gt;)=&lt;SPAN style="color: #800000; font-family: 'Courier New'; font-size: 12px; background-color: #ffffff;"&gt;AccountId&lt;/SPAN&gt;,Interval&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;Previous&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeTo&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;),'hh:mm:ss')) &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="color: #737373; font-family: Arial; background-color: #ffffff;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: maroon;"&gt;[Travel Time]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-ZA" style="background-color: #ffffff; font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 12:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Travel-Time/m-p/454493#M169576</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2013-03-19T12:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Travel Time</title>
      <link>https://community.qlik.com/t5/QlikView/Travel-Time/m-p/454494#M169577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there another way that you need to sort a date table, as mine is YY-MM-DD mm:hh:ss that needs to be sorted &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; , these dates must be ASC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 12:32:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Travel-Time/m-p/454494#M169577</guid>
      <dc:creator>goro2010</dc:creator>
      <dc:date>2013-03-19T12:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Travel Time</title>
      <link>https://community.qlik.com/t5/QlikView/Travel-Time/m-p/454495#M169578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got right thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my script below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;"V_OBJ_VisitEvent":&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;SQL&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; SELECT&amp;nbsp; AccountId,&lt;BR /&gt; DateTimeFrom,&lt;BR /&gt; DateTimeTo,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Duration,&lt;BR /&gt; EventId,&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; PersonId&lt;BR /&gt; FROM "Datasource".dbo."V_OBJ_VisitEvent";&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;STORE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; "V_OBJ_VisitEvent" &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; '$(vDataQvds)V_OBJ_VisitEvent.qvd' (&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; "V_OBJ_VisitEvent2":&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeTo&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Date&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;floor&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'YYYY-MM-DD hh:mm:ss')),'DD/MM/YYYY') &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Visit Date]&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Time&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Frac&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'YYYY-MM-DD hh:mm:ss')),'hh:mm:ss') &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;TimeIn&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Time&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Frac&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Timestamp#&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeTo&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,'YYYY-MM-DD hh:mm:ss')),'hh:mm:ss') &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;TimeOut&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp; "V_OBJ_VisitEvent";&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; "V_OBJ_VisitEvent3":&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; "V_OBJ_VisitEvent";&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LEFT&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;JOIN&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; ("V_OBJ_VisitEvent3")&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; "V_OBJ_VisitEvent2";&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;DROP&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;TABLES&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; "V_OBJ_VisitEvent2", "V_OBJ_VisitEvent";&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;STORE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; "V_OBJ_VisitEvent3" &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; '$(vDataQvds)V_OBJ_VisitEvent3.qvd' (&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Drop&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; "V_OBJ_VisitEvent3";&lt;BR /&gt; &lt;BR /&gt; TMPVisitEvents:&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;FROM&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;$(vDataQvds)&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;V_OBJ_VisitEvent3.qvd&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; (&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt; &lt;BR /&gt; Event2:&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;NoConcatenate&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Load&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; TMPVisitEvents&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Order&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;By&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeTo&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;AccountId&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;PersonId&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;,&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Visit Date]&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;STORE&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Event2 &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;INTO&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; '$(vDataQvds)Event2.qvd' (&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Drop&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; TMPVisitEvents;&lt;BR /&gt; &lt;BR /&gt; "VisitEvents":&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;LOAD&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; *,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: green;"&gt; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;if&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Previous&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;PersonId&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;)=&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;PersonId&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Interval&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeFrom&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;-&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Previous&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;DateTimeTo&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;),'hh:mm:ss')) &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: maroon;"&gt;[Travel Time]&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;RESIDENT&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;&amp;nbsp; "Event2";&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Drop&lt;/SPAN&gt;&lt;/STRONG&gt; &lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;Table&lt;/SPAN&gt;&lt;SPAN lang="EN-ZA" style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt; Event2;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 13:27:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Travel-Time/m-p/454495#M169578</guid>
      <dc:creator>goro2010</dc:creator>
      <dc:date>2013-03-19T13:27:06Z</dc:date>
    </item>
  </channel>
</rss>

