<?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: IntervalTable() not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966801#M331320</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Scenario A.PNG" class="jive-image image-1" src="/legacyfs/online/107288_Scenario A.PNG" style="height: auto;" /&gt;&lt;IMG alt="Scenario B.PNG" class="jive-image image-2" src="/legacyfs/online/107289_Scenario B.PNG" style="height: auto;" /&gt;Thank you for the reply. The issue is there is bound to be ArrivalTimes that are the same so with the data above that i shared earlier I have decided to make Eastbourne, Kent and Sherringham ArrivalTime the same and changed them to 08:10. and if i want to do the count of ArrivalTimes that belong to the same Bracket, It seems Qlikview does not count all, it only counts distinct which wrong. i have attached the two results before i make the Eastbourne, Kent and Sherringham the same and after i/ made them the same. the result is different. Please refer to the images attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2015 23:43:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-11-25T23:43:32Z</dc:date>
    <item>
      <title>IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966793#M331312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a document that i want to track time parcels are received in quarterly bands, this is simple with power pivot but i have to do it in Qlikview. The issue is its not classifying one of the times its simply ignoring it, I have created a pie chart because i want to show it as a pie chart and clearly one of the slices is random i dont know where it came from. I have looked at the code and it seems its not classifying 08:30 for some reason here is the code and i have attached pictures. If there is a better way please advice me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance:&lt;/P&gt;&lt;P&gt;Load * Inline [&lt;/P&gt;&lt;P&gt;MinTime, MaxTime, Performance&lt;/P&gt;&lt;P&gt;07:45, 08:15, Before 08:15&lt;/P&gt;&lt;P&gt;08:16, 08:30, 08:15 - 08:30&lt;/P&gt;&lt;P&gt;08:31, 08:45, 08:31 - 08:45&lt;/P&gt;&lt;P&gt;08:46, 09:00, 08:46 - 09:00&lt;/P&gt;&lt;P&gt;09:01, 12:00, Beyond 09:00&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Directory;&lt;/P&gt;&lt;P&gt;LOAD OriginCity, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ArrivalTime&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IntervalBridge:&lt;/P&gt;&lt;P&gt;IntervalMatch(ArrivalTime) LOAD MinTime, MaxTime&lt;/P&gt;&lt;P&gt;Resident Performance;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 18:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966793#M331312</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T18:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966794#M331313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This could be a rounding issue. The ArrivalTime you load from excel may have a numeric representation little larger than '08:30' as you created in in your Performance table, and smaller than 08:31. Hence it won't match to an existing interval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to round your ArrivalTime values using QV time() and time#() functions, maybe like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Set TimeFormat = 'hh:mm';&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Performance:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;Load * Inline [&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;MinTime, MaxTime, Performance&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;07:45, 08:15, Before 08:15&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;08:16, 08:30, 08:15 - 08:30&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;08:31, 08:45, 08:31 - 08:45&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;08:46, 09:00, 08:46 - 09:00&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;09:01, 12:00, Beyond 09:00&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;LOAD OriginCity,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time#(Time(ArrivalTime)) as ArrivalTime&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;&lt;C&gt;&lt;/C&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM&gt;(ooxml, embedded labels, table is Sheet1);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 18:22:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966794#M331313</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-23T18:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966795#M331314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This may be:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Performance:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Time(Evaluate(MinTime)) as MinTime,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Time(Evaluate(MaxTime)) as MaxTime,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Performance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MinTime, MaxTime, Performance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;465/1440, 495/1440, Before 08:15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;496/1440, 510/1440, 08:15 - 08:30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;511/1440, 525/1440, 08:31 - 08:45&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;526/1440, 540/1440, 08:46 - 09:00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;541/1440, 720/1440, Beyond 09:00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Directory;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OriginCity, ArrivalTime&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Wolverhampton, 08:30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IntervalBridge:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IntervalMatch(ArrivalTime)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD MinTime,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MaxTime&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Performance;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 18:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966795#M331314</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-23T18:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966796#M331315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;forgot to attache the table from excel anyway its as follows&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="156"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="20" width="82"&gt;OriginCity&lt;/TD&gt;&lt;TD width="74"&gt;ArrivalTime&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Birmingham&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:39&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Eastbourne&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:10&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Brighton&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Kent&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Edinburgh&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:24&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Leicester&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Harlow&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Stevenage&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:24&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Wolverhampton&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Morton&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:20&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Sherringham&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Southampton&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:38&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Norwich&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:28&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Leads&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:29&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Hull&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;09:18&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Huddersfield&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:41&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Newcastle&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:15&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Sunderland&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:35&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Nothampton&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:37&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Bolton&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Liverpool&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:42&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Shelford&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:36&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Hitchin&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:08&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD height="20"&gt;Winchester&lt;/TD&gt;&lt;TD align="right" class="xl63"&gt;08:15&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 18:26:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966796#M331315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T18:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966797#M331316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/106474_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Script:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Performance:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Time(Evaluate(MinTime)) as MinTime,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Time(Evaluate(MaxTime)) as MaxTime,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; Performance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MinTime, MaxTime, Performance&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;465/1440, 495/1440, Before 08:15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;496/1440, 510/1440, 08:15 - 08:30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;511/1440, 525/1440, 08:31 - 08:45&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;526/1440, 540/1440, 08:46 - 09:00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;541/1440, 720/1440, Beyond 09:00&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Directory;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * Inline [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;OriginCity, ArrivalTime&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Birmingham, 08:39&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Eastbourne, 08:10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Brighton, 08:20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Kent, 08:15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Edinburgh, 08:24&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Leicester, 08:20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Harlow, 08:25&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Stevenage, 08:24&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Wolverhampton, 08:30&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Morton, 08:20&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sherringham, 08:13&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Southampton, 08:38&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Norwich, 08:28&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Leads, 08:29&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hull, 09:18&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Huddersfield, 08:41&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Newcastle, 08:15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sunderland, 08:35&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Nothampton, 08:37&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Bolton, 08:14&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Liverpool, 08:42&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Shelford, 08:36&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hitchin, 08:08&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Winchester, 08:15&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IntervalBridge:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;IntervalMatch(ArrivalTime)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD MinTime,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; MaxTime&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Resident Performance;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 18:37:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966797#M331316</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-11-23T18:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966798#M331317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot that worked, the second option of formatting the ArrivalTime&amp;nbsp; -&amp;nbsp; &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Time#(Time(ArrivalTime)).&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;One question i want to count the number so that i can have a correct calculation, when i create count(arrivalTime) expression it only counts unique and not all is there a function similar to DAX like Countrows() opposite of&amp;nbsp; CountDistinct()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 18:39:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966798#M331317</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T18:39:08Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966799#M331318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you that worked &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 18:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966799#M331318</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-23T18:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966800#M331319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;One question i want to count the number so that i can have a correct calculation, when i create count(arrivalTime) expression it only counts unique and not all is there a function similar to DAX like Countrows() opposite of&amp;nbsp; CountDistinct()?&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;sorry, I don't understand your question. Count(ArrivalTime) should alread give you a non-distinct count.&lt;/P&gt;&lt;P&gt;Could you describe your issue a little more, best with some sample data?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 19:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966800#M331319</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-23T19:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966801#M331320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="Scenario A.PNG" class="jive-image image-1" src="/legacyfs/online/107288_Scenario A.PNG" style="height: auto;" /&gt;&lt;IMG alt="Scenario B.PNG" class="jive-image image-2" src="/legacyfs/online/107289_Scenario B.PNG" style="height: auto;" /&gt;Thank you for the reply. The issue is there is bound to be ArrivalTimes that are the same so with the data above that i shared earlier I have decided to make Eastbourne, Kent and Sherringham ArrivalTime the same and changed them to 08:10. and if i want to do the count of ArrivalTimes that belong to the same Bracket, It seems Qlikview does not count all, it only counts distinct which wrong. i have attached the two results before i make the Eastbourne, Kent and Sherringham the same and after i/ made them the same. the result is different. Please refer to the images attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2015 23:43:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966801#M331320</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-25T23:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966802#M331321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArrivalTime is a key field betwen two tables, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should not do a&amp;nbsp; Count(KeyField), that will return no valid value in general. Count a field in one of the tables that show a value for each row you want to consider. In your case, I think you can do&lt;/P&gt;&lt;P&gt;=Count(OriginCity)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 11:19:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966802#M331321</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-26T11:19:08Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966803#M331322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swuehi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply first thing tanks for clarifying that. My view was not to count non key fields sins they may have null values but not ijn this case since they can not be null so that makes sense. thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Second issue is the solution you gave me earlier in response to my original question did not work. I changed a few arrival times to be bang on the boundary and it gave me wrong chart as before, I changed&amp;nbsp; the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Birmingham to&amp;nbsp;&amp;nbsp;&amp;nbsp; 08:30&lt;/P&gt;&lt;P&gt;Leeds to&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 08:30&lt;/P&gt;&lt;P&gt;Huddersfield to&amp;nbsp; 08:46&lt;/P&gt;&lt;P&gt;Bolton&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 09:01&lt;/P&gt;&lt;P&gt;Hitchin&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 08:16&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 12:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966803#M331322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-26T12:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966804#M331323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you upload your current QVW and the input data source file (Excel)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 12:46:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966804#M331323</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-26T12:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966805#M331324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK i have attached the two files&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 13:04:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966805#M331324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-26T13:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966806#M331325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi SunnyT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have discovered your solution works well with data loaded Inline. when i load the data from file with Arrival times which are right on the borderline like 08:46, 08:45, 08:16, It fails of which most data will be coming from file not inline. you can try it with the file attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 14:12:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966806#M331325</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-26T14:12:48Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966807#M331326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems to work applying the time#() interpretation also to the inline table values.&lt;/P&gt;&lt;P&gt;I assumed it's not necessary at this place, but I stand corrected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 15:09:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966807#M331326</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-26T15:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966808#M331327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if you are wondering why I seem to do unnecessary formatting and intepretations, have a look at&lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2011/10/correct-time-arithmetic/" title="http://qlikviewcookbook.com/2011/10/correct-time-arithmetic/"&gt;Correct Time Arithmetic | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 15:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966808#M331327</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-26T15:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: IntervalTable() not working</title>
      <link>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966809#M331328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This has worked with all the possible selections I have marked it as the correct answer thank you and thanx for the link i will go through it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Nov 2015 22:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IntervalTable-not-working/m-p/966809#M331328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-26T22:03:25Z</dc:date>
    </item>
  </channel>
</rss>

