<?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: Taking count in hourly basis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Taking-count-in-hourly-basis/m-p/641484#M235011</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like =time(class(aggr(frac(YourTimeField),YourTimeField),1/24))&amp;nbsp; as your dimension should give you those hourly buckets I believe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Jun 2014 16:58:16 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-05T16:58:16Z</dc:date>
    <item>
      <title>Taking count in hourly basis</title>
      <link>https://community.qlik.com/t5/QlikView/Taking-count-in-hourly-basis/m-p/641482#M235009</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 need to generate a table as i have shown in the image i need to break down the hours of the day from 00.00 hr - 24.00 how can i do this.. help in this would be really appreciated..&lt;IMG alt="Untitled1.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/60181_Untitled1.png" style="float: right;" /&gt;&lt;/P&gt;&lt;P&gt;i need to show the &lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;particular &lt;/SPAN&gt;counts according to each hour plz some one help me out in this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 16:51:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Taking-count-in-hourly-basis/m-p/641482#M235009</guid>
      <dc:creator />
      <dc:date>2014-06-05T16:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Taking count in hourly basis</title>
      <link>https://community.qlik.com/t5/QlikView/Taking-count-in-hourly-basis/m-p/641483#M235010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there anyway you could share your qvw? It is difficult to help without understanding your underlying data and how you are implementing this in your solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 16:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Taking-count-in-hourly-basis/m-p/641483#M235010</guid>
      <dc:creator />
      <dc:date>2014-06-05T16:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Taking count in hourly basis</title>
      <link>https://community.qlik.com/t5/QlikView/Taking-count-in-hourly-basis/m-p/641484#M235011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like =time(class(aggr(frac(YourTimeField),YourTimeField),1/24))&amp;nbsp; as your dimension should give you those hourly buckets I believe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 16:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Taking-count-in-hourly-basis/m-p/641484#M235011</guid>
      <dc:creator />
      <dc:date>2014-06-05T16:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Taking count in hourly basis</title>
      <link>https://community.qlik.com/t5/QlikView/Taking-count-in-hourly-basis/m-p/641485#M235012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you create a field from the original datetime using the hour function, as in&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hour(DateTime) as Hour&lt;/P&gt;&lt;P&gt;this field will have a number from 0 to 23.&lt;/P&gt;&lt;P&gt;Create an inline table as in&lt;/P&gt;&lt;P&gt;HourTable:&lt;/P&gt;&lt;P&gt;Load Hour,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hour&amp;amp;':00 - ' &amp;amp; Hour+1 &amp;amp; ':00' as HourInterval&lt;/P&gt;&lt;P&gt;inline [&lt;/P&gt;&lt;P&gt;Hour&lt;/P&gt;&lt;P&gt;0&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;4&lt;/P&gt;&lt;P&gt;5&lt;/P&gt;&lt;P&gt;6&lt;/P&gt;&lt;P&gt;7&lt;/P&gt;&lt;P&gt;8&lt;/P&gt;&lt;P&gt;9&lt;/P&gt;&lt;P&gt;10&lt;/P&gt;&lt;P&gt;11&lt;/P&gt;&lt;P&gt;12&lt;/P&gt;&lt;P&gt;13&lt;/P&gt;&lt;P&gt;14&lt;/P&gt;&lt;P&gt;15&lt;/P&gt;&lt;P&gt;16&lt;/P&gt;&lt;P&gt;17&lt;/P&gt;&lt;P&gt;18&lt;/P&gt;&lt;P&gt;19&lt;/P&gt;&lt;P&gt;20&lt;/P&gt;&lt;P&gt;21&lt;/P&gt;&lt;P&gt;22&lt;/P&gt;&lt;P&gt;23&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you have the data associated with the Hour Interval you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 17:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Taking-count-in-hourly-basis/m-p/641485#M235012</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-05T17:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Taking count in hourly basis</title>
      <link>https://community.qlik.com/t5/QlikView/Taking-count-in-hourly-basis/m-p/641486#M235013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Christian this actually worked but isn't there any of displayin the hours as 00.00- 01.00 , 01.00-02.00 etc ?? as its shown in the above table ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Jun 2014 17:11:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Taking-count-in-hourly-basis/m-p/641486#M235013</guid>
      <dc:creator />
      <dc:date>2014-06-05T17:11:23Z</dc:date>
    </item>
  </channel>
</rss>

