<?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 between two timestamp in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207135#M882977</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;one example using your sample TimeEntry.qvd having separate date and time fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_235639_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140039_QlikCommunity_Thread_235639_Pic1.JPG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14758792594665248" jivemacro_uid="_14758792594665248"&gt;
&lt;P&gt;LOAD EmployeeId,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ShiftId,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EntryDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; InDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OutDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; InTime,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; InHour,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OutTime,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OutHour,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interval(OutDate+OutHour-InDate-InHour) as InOutInterval&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="" data-containerid="-1" data-containertype="-1" data-objectid="248727" data-objecttype="13" href="https://community.qlik.com/servlet/JiveServlet/download/2003-235639-1138458-248727/TimeEntry.Qvd"&gt;https://community.qlik.com/servlet/JiveServlet/download/1138458-248727/TimeEntry.Qvd&lt;/A&gt;&lt;SPAN&gt;] (qvd);&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Oct 2016 22:28:40 GMT</pubDate>
    <dc:creator>MarcoWedel</dc:creator>
    <dc:date>2016-10-07T22:28:40Z</dc:date>
    <item>
      <title>Interval between two timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207131#M882973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need to find the interval between two time stamp to the field FromTime to Inhour..&lt;/P&gt;&lt;P&gt;I am facing problem in the timeformat.&lt;/P&gt;&lt;P&gt;I need the time interval between two timestamp.&lt;/P&gt;&lt;P&gt;I have attached the qvd for the sample data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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/Interval-between-two-timestamp/m-p/1207131#M882973</guid>
      <dc:creator>hemachandran</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Interval between two timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207132#M882974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is an example of the Interval function :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interval ( now()&amp;nbsp; -floor(now()) , 'hh:mm:ss' )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 16:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207132#M882974</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-07T16:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Interval between two timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207133#M882975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Interval(FromTime - Inhour) as FinalFromIn&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 16:39:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207133#M882975</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-07T16:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Interval between two timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207134#M882976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;A common problem in business intelligence is when you want to link a number to a range. It could be that you have a date in one table and an interval – a “From” date and a “To” date – in another table, and you want to link the two tables. In SQL, you would probably join them using a BETWEEN clause in the comparison.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/38-3037-36091/Events and Intervals with links.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="Events and Intervals with links.png" class="jive-image" height="124" src="/legacyfs/online/140018_Events and Intervals with links.png" style="margin: 2px auto 10px; border-width: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="564" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;But how do you solve this in QlikView, where you should avoid joins?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;The answer is to use IntervalMatch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;IntervalMatch is a prefix that can be put in front of either a Load or a SELECT statement. The Load/SELECT statement needs to contain two fields only: the “From” and the “To” fields defining the intervals. The IntervalMatch will generate all the combinations between the loaded intervals and a previously loaded numeric field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;Typically, you would first load the table with the individual numbers (The Events), then the table with the Intervals, and finally an intervalmatch that creates a third table that bridges the two first tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Events&lt;/EM&gt;:&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Load &lt;/SPAN&gt;* &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;From&lt;/SPAN&gt; Events;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Intervals&lt;/EM&gt;:&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Load &lt;/SPAN&gt;* &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;From&lt;/SPAN&gt; Intervals;&lt;/P&gt;&lt;P style="padding: 0 0 0 30px; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;IntervalMatch&lt;/EM&gt;:&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;IntervalMatch &lt;/SPAN&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;Date&lt;/SPAN&gt;)&lt;BR /&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Load distinct &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;FromDate&lt;/SPAN&gt;, &lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;ToDate &lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;resident &lt;/SPAN&gt;Intervals;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/showImage/38-3037-36092/Intervalmatch.png" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;&lt;IMG alt="Intervalmatch.png" class="jive-image" height="123" src="https://community.qlik.com/legacyfs/online/140019_Intervalmatch.png" style="margin: 2px auto 10px; border-width: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;" width="566" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;The resulting data model contains three tables:&lt;/P&gt;&lt;OL style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;&lt;LI&gt;The Events table that contains exactly one record per event.&lt;/LI&gt;&lt;LI&gt;The Intervals table that contains exactly one record per interval.&lt;/LI&gt;&lt;LI&gt;The IntervalMatch table that contains exactly one record per combination of event and interval, and that links the two previous tables.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;Note that this means that an event may belong to several intervals, if the intervals are overlapping. And an interval can of course have several events belonging to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;This data model is optimal, in the sense that it is normalized and compact. All QlikView calculations operating on these tables e.g. &lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Count(EventID)&lt;/EM&gt; will work and will be evaluated correctly. This means that it is &lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;not&lt;/STRONG&gt;&lt;/EM&gt; necessary to join the intervalmatch table onto one of the original tables. Joining it onto another table may even cause QlikView to calculate aggregations incorrectly, since the join can change the number of records in a table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;Further, the data model contains a composite key (the FromDate and ToDate fields) which will manifest itself as a QlikView synthetic key. But have no fear. This synthetic key &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;should&lt;/EM&gt;&lt;/STRONG&gt; be there; not only is it correct, but it is also optimal given the data model. You do &lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;not&lt;/EM&gt;&lt;/STRONG&gt; need to remove it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;IntervalMatch can also be used with an additional key between the tables – i.e. when you have Slowly Changing Dimensions. But more about that in a later post.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f5faf0;"&gt;Source:&lt;A href="https://community.qlik.com/qlik-blogpost/3037"&gt;IntervalMatch&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 17:20:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207134#M882976</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-07T17:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: Interval between two timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207135#M882977</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;one example using your sample TimeEntry.qvd having separate date and time fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_235639_Pic1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140039_QlikCommunity_Thread_235639_Pic1.JPG" style="max-width: 620px; height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14758792594665248" jivemacro_uid="_14758792594665248"&gt;
&lt;P&gt;LOAD EmployeeId,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ShiftId,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; EntryDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; InDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OutDate,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; InTime,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; InHour,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OutTime,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; OutHour,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Interval(OutDate+OutHour-InDate-InHour) as InOutInterval&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="" data-containerid="-1" data-containertype="-1" data-objectid="248727" data-objecttype="13" href="https://community.qlik.com/servlet/JiveServlet/download/2003-235639-1138458-248727/TimeEntry.Qvd"&gt;https://community.qlik.com/servlet/JiveServlet/download/1138458-248727/TimeEntry.Qvd&lt;/A&gt;&lt;SPAN&gt;] (qvd);&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 22:28:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207135#M882977</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-10-07T22:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Interval between two timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207136#M882978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your required interval between FromTime and InHour is a bit tricky because of a possible issue of your FromTime field.&lt;/P&gt;&lt;P&gt;It is not a time value, but has an additional integer part as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_235639_Pic2.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/140040_QlikCommunity_Thread_235639_Pic2.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_235639_Pic4.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/140041_QlikCommunity_Thread_235639_Pic4.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To use only the time part of this field, one solution might be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14758800491022305 jive_text_macro" jivemacro_uid="_14758800491022305"&gt;
&lt;P&gt;Interval(InHour-Frac(FromTime))&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_235639_Pic5.JPG" class="jive-image image-3" src="https://community.qlik.com/legacyfs/online/140042_QlikCommunity_Thread_235639_Pic5.JPG" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;(You might want to look into the qvd generator instead to correct the values and formatting there.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 22:43:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207136#M882978</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-10-07T22:43:52Z</dc:date>
    </item>
    <item>
      <title>Re: Interval between two timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207137#M882979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Macro,&lt;/P&gt;&lt;P&gt;Thank you for your response ..i did not able find the condition of whether lesser or greater between two fields..&lt;/P&gt;&lt;P&gt;Fromtime and inhour..Its wrongly showing the condition...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my code is this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(time(InHour,'hh:mm:ss')&amp;gt;time(FromTime,'hh:mm:ss'),1,0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 05:23:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207137#M882979</guid>
      <dc:creator>hemachandran</dc:creator>
      <dc:date>2016-10-10T05:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Interval between two timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207138#M882980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of that, Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=if(TimeStamp(TimeStamp#(InHour,'YourFormatHere''),hh:mm:ss')&amp;gt;TimeStamp(TimeStamp#(FromTime,''YourFormatHere'''),'hh:mm:ss'),1,0)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- ANIL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 09:36:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207138#M882980</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-10-10T09:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Interval between two timestamp</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207139#M882981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is that a different question?&lt;/P&gt;&lt;P&gt;Is your initial question answered?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2016 20:43:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-between-two-timestamp/m-p/1207139#M882981</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-10-10T20:43:42Z</dc:date>
    </item>
  </channel>
</rss>

