<?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 Calculate a range over an hour every hour in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Calculate-a-range-over-an-hour-every-hour/m-p/1672818#M50951</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Would like to do a rolling sum over an hour every hour not sure how to do it can someone point me in the right direction please.&lt;/P&gt;&lt;P&gt;Have included an excel sheet to show what I mean.&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Dec 2021 21:38:40 GMT</pubDate>
    <dc:creator>Eaun</dc:creator>
    <dc:date>2021-12-20T21:38:40Z</dc:date>
    <item>
      <title>Calculate a range over an hour every hour</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-a-range-over-an-hour-every-hour/m-p/1672818#M50951</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Would like to do a rolling sum over an hour every hour not sure how to do it can someone point me in the right direction please.&lt;/P&gt;&lt;P&gt;Have included an excel sheet to show what I mean.&lt;/P&gt;&lt;P&gt;Any help will be greatly appreciated&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Dec 2021 21:38:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-a-range-over-an-hour-every-hour/m-p/1672818#M50951</guid>
      <dc:creator>Eaun</dc:creator>
      <dc:date>2021-12-20T21:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate a range over an hour every hour</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-a-range-over-an-hour-every-hour/m-p/1672849#M50955</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/72854"&gt;@Eaun&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not sure why your second hour has all the hours? The following will work in script (I called your time column 'timecolumn'):&lt;/P&gt;&lt;P&gt;Source:&lt;BR /&gt;LOAD&lt;BR /&gt;timecolumn,&lt;BR /&gt;good,&lt;BR /&gt;bad,&lt;BR /&gt;ugly&lt;BR /&gt;FROM [lib://Downloads/ahh more hours.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;Summary:&lt;BR /&gt;LOAD&lt;BR /&gt;Hour(timecolumn) AS Hour,&lt;BR /&gt;Sum(good) AS TotalGood,&lt;BR /&gt;Sum(bad) AS TotalBad,&lt;BR /&gt;Sum(ugly) AS TotalUgly&lt;BR /&gt;RESIDENT Source&lt;BR /&gt;GROUP BY Hour(timecolumn);&lt;/P&gt;&lt;P&gt;If you just want it in the front end then make your dimension Hour(timecolumn) and then just have Sum(good), Sum(bad) and Sum(ugly) as measures.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mauritz&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 10:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-a-range-over-an-hour-every-hour/m-p/1672849#M50955</guid>
      <dc:creator>Mauritz_SA</dc:creator>
      <dc:date>2020-02-06T10:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate a range over an hour every hour</title>
      <link>https://community.qlik.com/t5/App-Development/Calculate-a-range-over-an-hour-every-hour/m-p/1672853#M50956</link>
      <description>&lt;P&gt;Thank you Maurtiz that's what I was thinking but was not sure about it .&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2020 10:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Calculate-a-range-over-an-hour-every-hour/m-p/1672853#M50956</guid>
      <dc:creator>Eaun</dc:creator>
      <dc:date>2020-02-06T10:13:37Z</dc:date>
    </item>
  </channel>
</rss>

