<?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: Showing result in a time based buckets format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Showing-result-in-a-time-based-buckets-format/m-p/485058#M1149454</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use Class() function. A sample application is attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jun 2013 22:42:10 GMT</pubDate>
    <dc:creator>nagaiank</dc:creator>
    <dc:date>2013-06-18T22:42:10Z</dc:date>
    <item>
      <title>Showing result in a time based buckets format</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-result-in-a-time-based-buckets-format/m-p/485057#M1149451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to load a script that would get the data for a database table. The SQL for the table load looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CartonData:&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;Carton,&lt;/P&gt;&lt;P&gt;TimeScan&lt;/P&gt;&lt;P&gt;From DataBase;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its running fine and the resulting table from this data load would look like this:&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="137" style="width: 166px; border: 1px solid #000000; height: 113px;" width="164"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Carton&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;STRONG style="color: #ffffff; text-align: -webkit-center; background-color: #6690bc;"&gt;TimeScan&lt;/STRONG&gt;&lt;BR /&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;ABC&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;02:30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;DEF&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;02:45&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;GHI&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;03:30&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;JKL&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;03:45&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;MNO&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;03:55&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to show the result in a way that that there are time buckets in the table. The above table should be shown as:&lt;/P&gt;&lt;TABLE border="1" cellpadding="3" cellspacing="0" class="jiveBorder" height="113" style="width: 232px; border: 1px solid #000000; height: 115px;" width="230"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Time Slot&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;TH align="center" style="background-color: #6690bc;" valign="middle"&gt;&lt;SPAN style="color: #ffffff;"&gt;&lt;STRONG&gt;Number of Cartons&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;02:00 - 03:00&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="text-align: center;"&gt;03:00 - 04:00&lt;/TD&gt;&lt;TD style="text-align: center;"&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;I know there has to be a way to do this. Either by adding some code to the script or any other way. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me with this. I am sorry if this seems very basic, I am very new to QlikView. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 21:42:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-result-in-a-time-based-buckets-format/m-p/485057#M1149451</guid>
      <dc:creator>hibhardwaj</dc:creator>
      <dc:date>2013-06-18T21:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: Showing result in a time based buckets format</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-result-in-a-time-based-buckets-format/m-p/485058#M1149454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use Class() function. A sample application is attached.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 22:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-result-in-a-time-based-buckets-format/m-p/485058#M1149454</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2013-06-18T22:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: Showing result in a time based buckets format</title>
      <link>https://community.qlik.com/t5/QlikView/Showing-result-in-a-time-based-buckets-format/m-p/485059#M1149456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You very much! It was very helpful Sir... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jun 2013 23:17:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Showing-result-in-a-time-based-buckets-format/m-p/485059#M1149456</guid>
      <dc:creator>hibhardwaj</dc:creator>
      <dc:date>2013-06-18T23:17:49Z</dc:date>
    </item>
  </channel>
</rss>

