<?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 function hour behaviour on 0.00 slot in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/function-hour-behaviour-on-0-00-slot/m-p/1993167#M82190</link>
    <description>&lt;P&gt;i don't understand why using the "hour" funcion, on a "date and time" field it shows in the istogram the 0.00 -1.00 slot in the previuous date&lt;/P&gt;
&lt;P&gt;I.e:&lt;/P&gt;
&lt;P&gt;I have 10 records&amp;nbsp; of&amp;nbsp; voyager trips from 0.00 to 1.00 on 06/05/2022&lt;/P&gt;
&lt;P&gt;and Qlik shows those trips in 05/06/2022&lt;/P&gt;
&lt;P&gt;P.S Please note that my date fields are in format unix translated&lt;/P&gt;
&lt;P&gt;Can you help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Oct 2022 08:38:46 GMT</pubDate>
    <dc:creator>AFurlati</dc:creator>
    <dc:date>2022-10-17T08:38:46Z</dc:date>
    <item>
      <title>function hour behaviour on 0.00 slot</title>
      <link>https://community.qlik.com/t5/App-Development/function-hour-behaviour-on-0-00-slot/m-p/1993167#M82190</link>
      <description>&lt;P&gt;i don't understand why using the "hour" funcion, on a "date and time" field it shows in the istogram the 0.00 -1.00 slot in the previuous date&lt;/P&gt;
&lt;P&gt;I.e:&lt;/P&gt;
&lt;P&gt;I have 10 records&amp;nbsp; of&amp;nbsp; voyager trips from 0.00 to 1.00 on 06/05/2022&lt;/P&gt;
&lt;P&gt;and Qlik shows those trips in 05/06/2022&lt;/P&gt;
&lt;P&gt;P.S Please note that my date fields are in format unix translated&lt;/P&gt;
&lt;P&gt;Can you help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 08:38:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/function-hour-behaviour-on-0-00-slot/m-p/1993167#M82190</guid>
      <dc:creator>AFurlati</dc:creator>
      <dc:date>2022-10-17T08:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: function hour behaviour on 0.00 slot</title>
      <link>https://community.qlik.com/t5/App-Development/function-hour-behaviour-on-0-00-slot/m-p/1993185#M82192</link>
      <description>&lt;P&gt;1) can you post a sample value from your timestamp field ?&lt;/P&gt;
&lt;P&gt;2) also check what is the below variable set to&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;SET TimestampFormat='YYYY-MM-DD h:mm:ss[.fff] TT';&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 09:01:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/function-hour-behaviour-on-0-00-slot/m-p/1993185#M82192</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2022-10-17T09:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: function hour behaviour on 0.00 slot</title>
      <link>https://community.qlik.com/t5/App-Development/function-hour-behaviour-on-0-00-slot/m-p/1993209#M82195</link>
      <description>&lt;P&gt;&amp;nbsp;1) OK&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I 've used this formula to transpose&lt;/P&gt;
&lt;P&gt;ConvertToLocalTime(Date(25569 + ([checkin_time] / 86400)), 'Rome') AS [CIN-time]&lt;/P&gt;
&lt;P&gt;checkin_time is for instance the first timestamp: 1605673561&lt;/P&gt;
&lt;P&gt;2) Do you suggest to use this expression instead of the one i quoted?&lt;/P&gt;
&lt;P&gt;But it seem to me is a problem of the function hour, because all the data are correclty exported in a table report, while if I try to make an instogram with the slot by hours ONLY for the 0.00-1.00 slots it changes the date&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 09:25:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/function-hour-behaviour-on-0-00-slot/m-p/1993209#M82195</guid>
      <dc:creator>AFurlati</dc:creator>
      <dc:date>2022-10-17T09:25:37Z</dc:date>
    </item>
    <item>
      <title>Re: function hour behaviour on 0.00 slot</title>
      <link>https://community.qlik.com/t5/App-Development/function-hour-behaviour-on-0-00-slot/m-p/1993226#M82196</link>
      <description>&lt;P&gt;the format is for instance: 1605673561&lt;/P&gt;
&lt;P&gt;but i used this formula to transpose:&amp;nbsp;ConvertToLocalTime(Date(25569 + ([checkin_time] / 86400)), 'Rome') AS [CIN-time],&lt;/P&gt;
&lt;P&gt;But i think there is a problem in the hour function, because if a meke a table report of the data, the fields are correct...&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 09:58:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/function-hour-behaviour-on-0-00-slot/m-p/1993226#M82196</guid>
      <dc:creator>AFurlati</dc:creator>
      <dc:date>2022-10-17T09:58:58Z</dc:date>
    </item>
  </channel>
</rss>

