<?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 How do i create a range of hours from my data set in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-do-i-create-a-range-of-hours-from-my-data-set/m-p/1140545#M890989</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goodafternoon Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a starter in Qlikview and am just starting out my with my first(simple) report. I have a data set with time and what i would like to do is to pick out the earliest time and add an hour to it. So basically i will have a range and count the amount of incidents between those two times.&lt;/P&gt;&lt;P&gt;Dimension&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Measures&lt;/P&gt;&lt;P&gt;07:00-08:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;09:00-10:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;11:00-12:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have attached my qvw and every help/advice is greatly appreciated. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>How do i create a range of hours from my data set</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-create-a-range-of-hours-from-my-data-set/m-p/1140545#M890989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goodafternoon Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a starter in Qlikview and am just starting out my with my first(simple) report. I have a data set with time and what i would like to do is to pick out the earliest time and add an hour to it. So basically i will have a range and count the amount of incidents between those two times.&lt;/P&gt;&lt;P&gt;Dimension&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Measures&lt;/P&gt;&lt;P&gt;07:00-08:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;09:00-10:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;11:00-12:00&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I have attached my qvw and every help/advice is greatly appreciated. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-create-a-range-of-hours-from-my-data-set/m-p/1140545#M890989</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How do i create a range of hours from my data set</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-create-a-range-of-hours-from-my-data-set/m-p/1140546#M890990</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to create a field that shows hour values calculated from a time or timestamp field, use Hour() function to transform your data, don't format your time values using Time() function (which will only change the text representation, not the underlying value of the dual value).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2830"&gt;Data Types in QlikView&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2622"&gt;Get the Dates Right&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hour(TimeField) as Hour,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you can use the Hour field as dimension and use a distinct count of your incident ID as expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-08-19 23_45_20-QlikView x64 - [C__Users_Stefan_Downloads_HMS Bezoekersregistratie ABS.qvw_].png" class="jive-image image-1" src="/legacyfs/online/135054_2016-08-19 23_45_20-QlikView x64 - [C__Users_Stefan_Downloads_HMS Bezoekersregistratie ABS.qvw_].png" style="height: 156px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2016 21:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-create-a-range-of-hours-from-my-data-set/m-p/1140546#M890990</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-08-19T21:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: How do i create a range of hours from my data set</title>
      <link>https://community.qlik.com/t5/QlikView/How-do-i-create-a-range-of-hours-from-my-data-set/m-p/1140547#M890991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stefan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You are a lifesaver, thank you very much. I am going to read on what you sent me too in order to get better. Have a lovely weekend.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Aug 2016 17:52:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-do-i-create-a-range-of-hours-from-my-data-set/m-p/1140547#M890991</guid>
      <dc:creator />
      <dc:date>2016-08-20T17:52:26Z</dc:date>
    </item>
  </channel>
</rss>

