<?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 Grouping date field into hours in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Grouping-date-field-into-hours/m-p/98940#M6575</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a date field in qlik sense, [completed_date], that includes all times of the day as number.&amp;nbsp; I can convert these to day by using Date function, but am trying to figure out if there is a way to group this field by hour. I have used the Hour function, but that does not return the correct information, rather it groups all the days together, then groups by hour.&amp;nbsp; I tried Date(hour([completed_date])) but, similar results.&amp;nbsp; I really just want this new dimension to group each day by hour, so I can see, lets say, 9/21/2018 4:00, 9/21/2018 3:00, 9/21/2018 2:00, and so on.&amp;nbsp; Is there an expression that can be used to achieve this?&amp;nbsp; Thanks in advance for help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Sep 2018 20:34:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-09-21T20:34:37Z</dc:date>
    <item>
      <title>Grouping date field into hours</title>
      <link>https://community.qlik.com/t5/App-Development/Grouping-date-field-into-hours/m-p/98940#M6575</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a date field in qlik sense, [completed_date], that includes all times of the day as number.&amp;nbsp; I can convert these to day by using Date function, but am trying to figure out if there is a way to group this field by hour. I have used the Hour function, but that does not return the correct information, rather it groups all the days together, then groups by hour.&amp;nbsp; I tried Date(hour([completed_date])) but, similar results.&amp;nbsp; I really just want this new dimension to group each day by hour, so I can see, lets say, 9/21/2018 4:00, 9/21/2018 3:00, 9/21/2018 2:00, and so on.&amp;nbsp; Is there an expression that can be used to achieve this?&amp;nbsp; Thanks in advance for help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 20:34:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grouping-date-field-into-hours/m-p/98940#M6575</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-21T20:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping date field into hours</title>
      <link>https://community.qlik.com/t5/App-Development/Grouping-date-field-into-hours/m-p/98941#M6576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a rounding function like Round(), Floor() or Ceil():&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Timestamp(Round(TIMESTAMPFIELD, Maketime(1))) as RoundedToHourTimestamp&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 20:39:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grouping-date-field-into-hours/m-p/98941#M6576</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2018-09-21T20:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: Grouping date field into hours</title>
      <link>https://community.qlik.com/t5/App-Development/Grouping-date-field-into-hours/m-p/98942#M6577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Worked, thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Sep 2018 21:15:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Grouping-date-field-into-hours/m-p/98942#M6577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-21T21:15:55Z</dc:date>
    </item>
  </channel>
</rss>

