<?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: Bucket 8 Hours in Datetime in Load Script in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Bucket-8-Hours-in-Datetime-in-Load-Script/m-p/2433379#M96804</link>
    <description>&lt;P&gt;Maybe just with: ceil(hour(YourTimeField) / 3) will return a flag with values of 1- 3 and wrapping with a pick() you could assign any wanted number- and/or string-values to it.&lt;/P&gt;
&lt;P&gt;Within a calendar it's rather not suitable else better would be to have an extra time-table which is even more simpler to create as a calendar, like:&lt;/P&gt;
&lt;P&gt;load second(Time) as Second, ...;&lt;BR /&gt;load time(recno() / 86400) as Time autogenerate 86400;&lt;/P&gt;
&lt;P&gt;Further you should split your timestamps into dates and times which could be separated per floor() and frac() to reduce the number distinct field-values.&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2024 15:29:31 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2024-03-21T15:29:31Z</dc:date>
    <item>
      <title>Bucket 8 Hours in Datetime in Load Script</title>
      <link>https://community.qlik.com/t5/App-Development/Bucket-8-Hours-in-Datetime-in-Load-Script/m-p/2433371#M96802</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I would like to know that to get datetime data in 8 hours bucket under 3 groups (like 0:00 to 08:00 a.m., 8:01 a.m. to 16:00 pm, 16:01 p.m to 23:59.)&lt;/P&gt;
&lt;P&gt;Extraction from Elastic Kibana. into Qliksense app and number of rows are in billions. Event per second are almost 1500 eps.&lt;/P&gt;
&lt;P&gt;Fastest way to fetch such information in hour bucket.&lt;/P&gt;
&lt;P&gt;Is it possible in Master calendar or Qlik Script SQL query?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:01:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bucket-8-Hours-in-Datetime-in-Load-Script/m-p/2433371#M96802</guid>
      <dc:creator>mramitbhandari17</dc:creator>
      <dc:date>2024-11-15T21:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket 8 Hours in Datetime in Load Script</title>
      <link>https://community.qlik.com/t5/App-Development/Bucket-8-Hours-in-Datetime-in-Load-Script/m-p/2433379#M96804</link>
      <description>&lt;P&gt;Maybe just with: ceil(hour(YourTimeField) / 3) will return a flag with values of 1- 3 and wrapping with a pick() you could assign any wanted number- and/or string-values to it.&lt;/P&gt;
&lt;P&gt;Within a calendar it's rather not suitable else better would be to have an extra time-table which is even more simpler to create as a calendar, like:&lt;/P&gt;
&lt;P&gt;load second(Time) as Second, ...;&lt;BR /&gt;load time(recno() / 86400) as Time autogenerate 86400;&lt;/P&gt;
&lt;P&gt;Further you should split your timestamps into dates and times which could be separated per floor() and frac() to reduce the number distinct field-values.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 15:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bucket-8-Hours-in-Datetime-in-Load-Script/m-p/2433379#M96804</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-03-21T15:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket 8 Hours in Datetime in Load Script</title>
      <link>https://community.qlik.com/t5/App-Development/Bucket-8-Hours-in-Datetime-in-Load-Script/m-p/2439402#M97161</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Is it possible to get Interval 3 hours for weekly data in Qlik script query editor with date?&lt;/P&gt;
&lt;P&gt;As we have received more than 4.14 billion data from elastic ODBC connector.&lt;/P&gt;
&lt;P&gt;Please assist&lt;/P&gt;</description>
      <pubDate>Tue, 09 Apr 2024 14:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bucket-8-Hours-in-Datetime-in-Load-Script/m-p/2439402#M97161</guid>
      <dc:creator>mramitbhandari17</dc:creator>
      <dc:date>2024-04-09T14:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Bucket 8 Hours in Datetime in Load Script</title>
      <link>https://community.qlik.com/t5/App-Development/Bucket-8-Hours-in-Datetime-in-Load-Script/m-p/2439567#M97174</link>
      <description>&lt;P&gt;You may just add: ceil(hour(Time) / 3) as HourBucket within the time-table.&lt;/P&gt;
&lt;P&gt;Beside this I suggest to consider incremental approaches by loading such data-sets.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 05:17:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Bucket-8-Hours-in-Datetime-in-Load-Script/m-p/2439567#M97174</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-04-10T05:17:03Z</dc:date>
    </item>
  </channel>
</rss>

