<?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 Interval Match - SQL-Between Equavalent in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Interval-Match-SQL-Between-Equavalent/m-p/241984#M92375</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am trying to trying to group various time stamps into intervals this is the sort of data that i have&lt;/P&gt;&lt;P&gt;Interv Table&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 189pt;" width="252"&gt;&lt;COL style="width: 65pt;" width="87" /&gt;&lt;COL style="width: 59pt;" width="78" /&gt;&lt;COL style="width: 65pt;" width="87" /&gt;&lt;TBODY&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD height="20" style="height: 15pt; width: 65pt;" width="87"&gt;IntervalStart&lt;/TD&gt;&lt;TD style="width: 59pt;" width="78"&gt;IntervalEnd&lt;/TD&gt;&lt;TD style="width: 65pt;" width="87"&gt;interval time&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;07:00&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;07:30&lt;/TD&gt;&lt;TD&gt;07:00 - 07:30&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;07:30&lt;/TD&gt;&lt;TD&gt;08:00&lt;/TD&gt;&lt;TD&gt;07:30 - 08:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;08:00&lt;/TD&gt;&lt;TD&gt;08:30&lt;/TD&gt;&lt;TD&gt;08:00 - 08:30&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;08:30&lt;/TD&gt;&lt;TD&gt;09:00&lt;/TD&gt;&lt;TD&gt;08:30 - 09:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;09:00&lt;/TD&gt;&lt;TD&gt;09:30&lt;/TD&gt;&lt;TD&gt;09:00 - 09:30&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;09:30&lt;/TD&gt;&lt;TD&gt;10:00&lt;/TD&gt;&lt;TD&gt;09:30 - 10:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;10:00&lt;/TD&gt;&lt;TD&gt;10:30&lt;/TD&gt;&lt;TD&gt;10:00 - 10:30&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;10:30&lt;/TD&gt;&lt;TD&gt;11:00&lt;/TD&gt;&lt;TD&gt;10:30 - 11:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;11:00&lt;/TD&gt;&lt;TD&gt;11:30&lt;/TD&gt;&lt;TD&gt;11:00 - 11:30&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Dialer Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 505pt;" width="673"&gt;&lt;COL style="width: 43pt;" width="57" /&gt;&lt;COL style="width: 71pt;" width="95" /&gt;&lt;COL style="width: 107pt;" width="142" /&gt;&lt;COL style="width: 116pt;" width="155" /&gt;&lt;COL style="width: 56pt;" width="75" /&gt;&lt;COL style="width: 83pt;" width="110" /&gt;&lt;COL style="width: 29pt;" width="39" /&gt;&lt;TBODY&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; width: 43pt;" width="57"&gt;acc_code&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; width: 71pt;" width="95"&gt;callednumber&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; width: 107pt;" width="142"&gt;campaigndescription&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; width: 116pt;" width="155"&gt;endstate_description&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; width: 56pt;" width="75"&gt;numbertype&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; width: 83pt;" width="110"&gt;starttime&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; width: 29pt;" width="39"&gt;STime&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: medium none;"&gt;716458&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;539282201&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;BLO_FNB_COLL_01 - 168&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Agent Answered&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Work&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: medium none; border-left: medium none;"&gt;2010/08/02 14:00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;14:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: medium none;"&gt;716458&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;766679811&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;BLO_FNB_COLL_01 - 168&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Ringing&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Cell&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: medium none; border-left: medium none;"&gt;2010/08/02 13:59&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;13:59&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: medium none;"&gt;671278&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;785655645&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;BLO_FNB_COLL_01 - 168&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Ringing&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Cell&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: medium none; border-left: medium none;"&gt;2010/08/02 12:42&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;12:42&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: medium none;"&gt;671278&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;785655645&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;BLO_FNB_COLL_01 - 168&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Ringing&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Cell&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: medium none; border-left: medium none;"&gt;2010/08/02 14:53&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;14:53&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: medium none;"&gt;704628&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;794945247&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;BLO_FNB_COLL_01 - 168&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Ringing&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Cell&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: medium none; border-left: medium none;"&gt;2010/08/02 12:30&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;12:30&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: medium none;"&gt;704628&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;794945247&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;BLO_FNB_COLL_01 - 168&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Ringing&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Cell&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: medium none; border-left: medium none;"&gt;2010/08/02 14:40&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;14:40&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I want to track the volume of calls per endstate, per interval, on a daily ,monthly,on a campaign level etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my script but i am not sure if the correct way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;P&gt;Interv:&lt;BR /&gt;LOAD&lt;BR /&gt; TIME(IntervalStart,'hh:ss')as "IStart",&lt;BR /&gt; TIME(IntervalEnd,'hh:ss')as "IEnd",&lt;BR /&gt; [interval time]as "IntervalTime"&lt;BR /&gt;FROM&lt;BR /&gt;&lt;E&gt;&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;BR /&gt;&lt;BR /&gt;Dialer:&lt;BR /&gt;LOAD acc_code,&lt;BR /&gt; callednumber,&lt;BR /&gt; campaigndescription,&lt;BR /&gt; endstate_description,&lt;BR /&gt; numbertype,&lt;BR /&gt; starttime,&lt;BR /&gt; TIME(STime,'hh:ss')as "Mtime"&lt;BR /&gt;FROM&lt;BR /&gt;&lt;E&gt;&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IntervalMatch ( Mtime) LOAD IStart,IEnd RESIDENT Interv;&lt;/E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shaun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Aug 2010 14:59:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-05T14:59:16Z</dc:date>
    <item>
      <title>Interval Match - SQL-Between Equavalent</title>
      <link>https://community.qlik.com/t5/QlikView/Interval-Match-SQL-Between-Equavalent/m-p/241984#M92375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I am trying to trying to group various time stamps into intervals this is the sort of data that i have&lt;/P&gt;&lt;P&gt;Interv Table&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 189pt;" width="252"&gt;&lt;COL style="width: 65pt;" width="87" /&gt;&lt;COL style="width: 59pt;" width="78" /&gt;&lt;COL style="width: 65pt;" width="87" /&gt;&lt;TBODY&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD height="20" style="height: 15pt; width: 65pt;" width="87"&gt;IntervalStart&lt;/TD&gt;&lt;TD style="width: 59pt;" width="78"&gt;IntervalEnd&lt;/TD&gt;&lt;TD style="width: 65pt;" width="87"&gt;interval time&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;07:00&lt;BR /&gt;&lt;/TD&gt;&lt;TD&gt;07:30&lt;/TD&gt;&lt;TD&gt;07:00 - 07:30&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;07:30&lt;/TD&gt;&lt;TD&gt;08:00&lt;/TD&gt;&lt;TD&gt;07:30 - 08:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;08:00&lt;/TD&gt;&lt;TD&gt;08:30&lt;/TD&gt;&lt;TD&gt;08:00 - 08:30&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;08:30&lt;/TD&gt;&lt;TD&gt;09:00&lt;/TD&gt;&lt;TD&gt;08:30 - 09:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;09:00&lt;/TD&gt;&lt;TD&gt;09:30&lt;/TD&gt;&lt;TD&gt;09:00 - 09:30&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;09:30&lt;/TD&gt;&lt;TD&gt;10:00&lt;/TD&gt;&lt;TD&gt;09:30 - 10:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;10:00&lt;/TD&gt;&lt;TD&gt;10:30&lt;/TD&gt;&lt;TD&gt;10:00 - 10:30&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;10:30&lt;/TD&gt;&lt;TD&gt;11:00&lt;/TD&gt;&lt;TD&gt;10:30 - 11:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="20" style="height: 15pt;"&gt;&lt;TD align="right" class="xl63" height="20" style="height: 15pt;"&gt;11:00&lt;/TD&gt;&lt;TD&gt;11:30&lt;/TD&gt;&lt;TD&gt;11:00 - 11:30&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Dialer Table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse; width: 505pt;" width="673"&gt;&lt;COL style="width: 43pt;" width="57" /&gt;&lt;COL style="width: 71pt;" width="95" /&gt;&lt;COL style="width: 107pt;" width="142" /&gt;&lt;COL style="width: 116pt;" width="155" /&gt;&lt;COL style="width: 56pt;" width="75" /&gt;&lt;COL style="width: 83pt;" width="110" /&gt;&lt;COL style="width: 29pt;" width="39" /&gt;&lt;TBODY&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD class="xl63" height="17" style="height: 12.75pt; width: 43pt;" width="57"&gt;acc_code&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; width: 71pt;" width="95"&gt;callednumber&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; width: 107pt;" width="142"&gt;campaigndescription&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; width: 116pt;" width="155"&gt;endstate_description&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; width: 56pt;" width="75"&gt;numbertype&lt;/TD&gt;&lt;TD class="xl66" style="border-left: medium none; width: 83pt;" width="110"&gt;starttime&lt;/TD&gt;&lt;TD class="xl63" style="border-left: medium none; width: 29pt;" width="39"&gt;STime&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: medium none;"&gt;716458&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;539282201&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;BLO_FNB_COLL_01 - 168&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Agent Answered&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Work&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: medium none; border-left: medium none;"&gt;2010/08/02 14:00&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;14:00&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: medium none;"&gt;716458&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;766679811&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;BLO_FNB_COLL_01 - 168&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Ringing&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Cell&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: medium none; border-left: medium none;"&gt;2010/08/02 13:59&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;13:59&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: medium none;"&gt;671278&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;785655645&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;BLO_FNB_COLL_01 - 168&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Ringing&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Cell&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: medium none; border-left: medium none;"&gt;2010/08/02 12:42&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;12:42&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: medium none;"&gt;671278&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;785655645&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;BLO_FNB_COLL_01 - 168&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Ringing&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Cell&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: medium none; border-left: medium none;"&gt;2010/08/02 14:53&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;14:53&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: medium none;"&gt;704628&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;794945247&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;BLO_FNB_COLL_01 - 168&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Ringing&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Cell&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: medium none; border-left: medium none;"&gt;2010/08/02 12:30&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;12:30&lt;/TD&gt;&lt;/TR&gt;&lt;TR height="17" style="height: 12.75pt;"&gt;&lt;TD align="right" class="xl64" height="17" style="height: 12.75pt; border-top: medium none;"&gt;704628&lt;/TD&gt;&lt;TD align="right" class="xl64" style="border-top: medium none; border-left: medium none;"&gt;794945247&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;BLO_FNB_COLL_01 - 168&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Ringing&lt;/TD&gt;&lt;TD class="xl64" style="border-top: medium none; border-left: medium none;"&gt;Cell&lt;/TD&gt;&lt;TD align="right" class="xl67" style="border-top: medium none; border-left: medium none;"&gt;2010/08/02 14:40&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: medium none; border-left: medium none;"&gt;14:40&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I want to track the volume of calls per endstate, per interval, on a daily ,monthly,on a campaign level etc....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my script but i am not sure if the correct way to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help will be appreciated.&lt;/P&gt;&lt;P&gt;Interv:&lt;BR /&gt;LOAD&lt;BR /&gt; TIME(IntervalStart,'hh:ss')as "IStart",&lt;BR /&gt; TIME(IntervalEnd,'hh:ss')as "IEnd",&lt;BR /&gt; [interval time]as "IntervalTime"&lt;BR /&gt;FROM&lt;BR /&gt;&lt;E&gt;&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;BR /&gt;&lt;BR /&gt;Dialer:&lt;BR /&gt;LOAD acc_code,&lt;BR /&gt; callednumber,&lt;BR /&gt; campaigndescription,&lt;BR /&gt; endstate_description,&lt;BR /&gt; numbertype,&lt;BR /&gt; starttime,&lt;BR /&gt; TIME(STime,'hh:ss')as "Mtime"&lt;BR /&gt;FROM&lt;BR /&gt;&lt;E&gt;&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;IntervalMatch ( Mtime) LOAD IStart,IEnd RESIDENT Interv;&lt;/E&gt;&lt;/E&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shaun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Aug 2010 14:59:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Interval-Match-SQL-Between-Equavalent/m-p/241984#M92375</guid>
      <dc:creator />
      <dc:date>2010-08-05T14:59:16Z</dc:date>
    </item>
  </channel>
</rss>

