<?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: time rounding to a new date, but data does not shift with it... in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/time-rounding-to-a-new-date-but-data-does-not-shift-with-it/m-p/1145094#M628416</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Please, check the correct answer.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Aug 2016 17:28:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-08-24T17:28:39Z</dc:date>
    <item>
      <title>time rounding to a new date, but data does not shift with it...</title>
      <link>https://community.qlik.com/t5/QlikView/time-rounding-to-a-new-date-but-data-does-not-shift-with-it/m-p/1145091#M628413</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 have the following problem. I have a dataset which as a record every hour. unfortunately the recorded time shifts from the format 23:00:00 and 24:00:00 to 23:59:59 during the month of April and this every year. But 23:59:59 is already 00:00:00 of the next day. So once a year during this particular month I get 25 records for a day and all my records are shiftet 1 hour from there on...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have now rounded my time with the following: timestamp(round(Dato, 1/24), 'DD-MMM-YYYY hh:mm') as Time_Data and it actually worked fine, BUT somehow the datainfromation is not shiftet to the next day. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a screenshot, which illustrates my problem. I have a master calendar which I use to look at my data and when I choose the 10th of April (in this case) I get 25 records, instead that it shows only the ones for the 10th... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know what to do in such a case?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot, Barbara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Aug 2016 20:44:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/time-rounding-to-a-new-date-but-data-does-not-shift-with-it/m-p/1145091#M628413</guid>
      <dc:creator />
      <dc:date>2016-08-21T20:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: time rounding to a new date, but data does not shift with it...</title>
      <link>https://community.qlik.com/t5/QlikView/time-rounding-to-a-new-date-but-data-does-not-shift-with-it/m-p/1145092#M628414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Barbara,&lt;/P&gt;&lt;P&gt;Rounding to hour, when your timestamp is great than 30 minutes, it will be one more hour.&lt;/P&gt;&lt;P&gt;Try with this:&lt;/P&gt;&lt;P&gt;TimeStamp(Date(Floor(Dato))+Hour(Dato),'DD-MMM-YYYY hh:mm')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 06:40:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/time-rounding-to-a-new-date-but-data-does-not-shift-with-it/m-p/1145092#M628414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-22T06:40:31Z</dc:date>
    </item>
    <item>
      <title>Re: time rounding to a new date, but data does not shift with it...</title>
      <link>https://community.qlik.com/t5/QlikView/time-rounding-to-a-new-date-but-data-does-not-shift-with-it/m-p/1145093#M628415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/105563"&gt;Smaller or equal too calculating with times&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;A href="http://qlikviewcookbook.com/2011/10/correct-time-arithmetic/" title="http://qlikviewcookbook.com/2011/10/correct-time-arithmetic/"&gt;Correct Time Arithmetic | Qlikview Cookbook&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2016 07:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/time-rounding-to-a-new-date-but-data-does-not-shift-with-it/m-p/1145093#M628415</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2016-08-22T07:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: time rounding to a new date, but data does not shift with it...</title>
      <link>https://community.qlik.com/t5/QlikView/time-rounding-to-a-new-date-but-data-does-not-shift-with-it/m-p/1145094#M628416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Please, check the correct answer.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Aug 2016 17:28:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/time-rounding-to-a-new-date-but-data-does-not-shift-with-it/m-p/1145094#M628416</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-08-24T17:28:39Z</dc:date>
    </item>
  </channel>
</rss>

