<?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: How do I display records created by hour? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531902#M553776</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you change the dimension to Hour(CreatedRoundTime) you get the correct result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CreatedRoundTime are indeed different. (Have a look at Daniels reply)&lt;/P&gt;&lt;P&gt;Just add a listbox of CreatedRoundTime to your tab and you'll see many different times.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 08:03:22 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-09-18T08:03:22Z</dc:date>
    <item>
      <title>How do I display records created by hour?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531896#M553770</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;Have a table with helpdesk records created over time. The field "CreatedDateTime" displays when the records were created. I have loaded a new field called "RoundedCreatedTime" that only displays the actual time and also rounds the time to the closest hour. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create a line chart that shows a trend of when most of the helpdesk records are created by hour, during a day. If I create a chart with dimension "RoundedCreatedTime", and expression &lt;STRONG&gt;Count(Helpdesk ID)&lt;/STRONG&gt;, the chart is not displayed correctly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have pretty much run out of ideas. Can someone put some light on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Mikael&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 12:05:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531896#M553770</guid>
      <dc:creator />
      <dc:date>2013-09-17T12:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display records created by hour?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531897#M553771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share a sample app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 12:19:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531897#M553771</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2013-09-17T12:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display records created by hour?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531898#M553772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your approach is the way to go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It should look something like this:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 12:21:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531898#M553772</guid>
      <dc:creator />
      <dc:date>2013-09-17T12:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display records created by hour?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531899#M553773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you taken in account that field names with spaces in them need to be enclosed in brackets?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count([Helpdesk ID])&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Sep 2013 12:27:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531899#M553773</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2013-09-17T12:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display records created by hour?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531900#M553774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the input. The field was actually called IncidentID so the brackets are not necessary. &lt;/P&gt;&lt;P&gt;Erik, looking at your file it looks like we have the same settings in the chart object. I enclose the application that I am working with. Looking in the chart you can see that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. The sorting is not correct. The timestamps are not displayed in a chronological order&lt;/P&gt;&lt;P&gt;2. The same timestamp is displayed multiple times in the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;P&gt;/Mikael &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 07:48:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531900#M553774</guid>
      <dc:creator />
      <dc:date>2013-09-18T07:48:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display records created by hour?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531901#M553775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, I couldn't open your application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like maybe your rounding doesn't work, the time fields might be displayed similarly but they might still be different for like a millionth of a second.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following:&lt;/P&gt;&lt;P&gt;Date(Floor(Timefield, (1/24) ), 'hh:mm')&lt;/P&gt;&lt;P&gt;Date(Floor(Timefield, 0.041666666666666), 'hh:mm') as IncidentHour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you have a timestamp rather than just a time field&lt;/P&gt;&lt;P&gt;Time(Floor(TIME(FRAC(TIMESTAMPFIELD), 'hh:mm:ss'), (1/24)) 'hh:mm')as IncidentHour&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;======================Edit================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to open your file, judging on your field names this should work:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hour(ActualDateTime)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 07:52:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531901#M553775</guid>
      <dc:creator />
      <dc:date>2013-09-18T07:52:53Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display records created by hour?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531902#M553776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you change the dimension to Hour(CreatedRoundTime) you get the correct result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The CreatedRoundTime are indeed different. (Have a look at Daniels reply)&lt;/P&gt;&lt;P&gt;Just add a listbox of CreatedRoundTime to your tab and you'll see many different times.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 08:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531902#M553776</guid>
      <dc:creator />
      <dc:date>2013-09-18T08:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I display records created by hour?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531903#M553777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Though he should use the original field, it doesn't make sense to keep a CreatedRoundTime field that isn't actually rounded..=)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 08:07:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531903#M553777</guid>
      <dc:creator />
      <dc:date>2013-09-18T08:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How do I display records created by hour?</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531904#M553778</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;Please see the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the dimension and the sort expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abey&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 08:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-I-display-records-created-by-hour/m-p/531904#M553778</guid>
      <dc:creator>abeyphilip</dc:creator>
      <dc:date>2013-09-18T08:14:31Z</dc:date>
    </item>
  </channel>
</rss>

