<?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 Time range in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Time-range/m-p/1928977#M76487</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to add time range to an app, but I also have to keep the date picker. For example:&amp;nbsp; from 14.02.2022 15:30 to 20.02.2022 8:00. I need some selections to change the whole dashboard, like date picker does. Any idea?&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
    <pubDate>Wed, 11 May 2022 07:41:16 GMT</pubDate>
    <dc:creator>TeodoraBurlica</dc:creator>
    <dc:date>2022-05-11T07:41:16Z</dc:date>
    <item>
      <title>Time range</title>
      <link>https://community.qlik.com/t5/App-Development/Time-range/m-p/1928977#M76487</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have to add time range to an app, but I also have to keep the date picker. For example:&amp;nbsp; from 14.02.2022 15:30 to 20.02.2022 8:00. I need some selections to change the whole dashboard, like date picker does. Any idea?&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 07:41:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-range/m-p/1928977#M76487</guid>
      <dc:creator>TeodoraBurlica</dc:creator>
      <dc:date>2022-05-11T07:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Time range</title>
      <link>https://community.qlik.com/t5/App-Development/Time-range/m-p/1929227#M76502</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What essentially &lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;Date picker&lt;/STRONG&gt;&lt;/SPAN&gt; does is picking all the values from the dataset that are within the selected range.&lt;BR /&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/2ee3526f-f23b-46d9-875d-92ad3b1036e9.default.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is not any native extension that can do the same thing for times, however you can use a combination of &lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;Date picker&lt;/STRONG&gt;&lt;/SPAN&gt; for dates and then &lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;Filter pane&lt;/STRONG&gt;&lt;/SPAN&gt; for times. For example:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:hsl(0,0%,60%);"&gt;&lt;STRONG&gt;NOTE: &lt;/STRONG&gt;&lt;I&gt;&lt;STRONG&gt;The following example is provided under the assumption that you have one field with the data like: &lt;/STRONG&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;SPAN style="color:hsl(120,75%,60%);"&gt;&lt;I&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:hsl(120,75%,60%);font-size:16px;"&gt;&lt;I&gt;&lt;STRONG&gt;20.02.2022 8:00"&lt;/STRONG&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;1. In &lt;SPAN style="color:hsl(120,75%,60%);"&gt;&lt;STRONG&gt;Data load editor&lt;/STRONG&gt;&lt;/SPAN&gt; split the &lt;SPAN style="color:hsl(30,75%,60%);"&gt;&lt;STRONG&gt;DateTime &lt;/STRONG&gt;&lt;/SPAN&gt;field string into 2 fields. One field will be the date and the other one will be the times:&lt;BR /&gt;&lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;Maketime&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;Hour&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:hsl(30,75%,60%);"&gt;&lt;STRONG&gt;("DateTime "&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;SPAN style="color:hsl(120,75%,60%);"&gt;&lt;STRONG&gt;'hh:mm:ss'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;)),&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;Minute&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30,75%,60%);"&gt;&lt;STRONG&gt;"DateTime "&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;SPAN style="color:hsl(120,75%,60%);"&gt;&lt;STRONG&gt;'hh:mm:ss'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;)),&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;Second&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30,75%,60%);"&gt;&lt;STRONG&gt;"DateTime "&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;SPAN style="color:hsl(120,75%,60%);"&gt;&lt;STRONG&gt;'hh:mm:ss'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;))) &lt;/STRONG&gt;&lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;as &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:hsl(30,75%,60%);"&gt;&lt;STRONG&gt;Time&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;Date#&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30,75%,60%);"&gt;&lt;STRONG&gt;DateTime &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;SPAN style="color:hsl(120,75%,60%);"&gt;&lt;STRONG&gt; 'MM/DD/YYYY'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;), &lt;/STRONG&gt;&lt;SPAN style="color:hsl(120,75%,60%);"&gt;&lt;STRONG&gt;'MM/DD/YYYY'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;) &lt;/STRONG&gt;&lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;as &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:hsl(30,75%,60%);"&gt;&lt;STRONG&gt;Date&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;,&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;&lt;/STRONG&gt;&lt;SPAN style="color:hsl(30,75%,60%);"&gt;&lt;STRONG&gt;Value &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;as &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color:hsl(30,75%,60%);"&gt;&lt;STRONG&gt;Value&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color:hsl(210,75%,60%);"&gt;&lt;STRONG&gt;FROM &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;[...]&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;(...);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2. This will give you the following dataset:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/032dfbe1-16b7-40df-8c09-de5f6f0d0218.default.PNG" /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see the initial &lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;DateTime &lt;/STRONG&gt;&lt;/SPAN&gt;was &lt;STRONG&gt;MM/DD/YYYY HH:MM:SS&lt;/STRONG&gt; and now we have the field &lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;Date &lt;/STRONG&gt;&lt;/SPAN&gt;for all the date values and the field &lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;Time &lt;/STRONG&gt;&lt;/SPAN&gt;for all the corresponding times values.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. Now you can create an &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Date picker &lt;/STRONG&gt;&lt;/SPAN&gt;object with the &lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;Date &lt;/STRONG&gt;&lt;/SPAN&gt;as dimension and &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Filter pane&lt;/STRONG&gt;&lt;/SPAN&gt; with &lt;SPAN style="color:hsl(30, 75%, 60%);"&gt;&lt;STRONG&gt;Time &lt;/STRONG&gt;&lt;/SPAN&gt;for dimension.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;4. You can filter the values with &lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt;Date picker&lt;/STRONG&gt;&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/5e68fbfc-5965-4ff7-8e09-f7a8def704d7.default.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;5. Then you can filter the times in&lt;SPAN style="color:hsl(210, 75%, 60%);"&gt;&lt;STRONG&gt; Filter pane&lt;/STRONG&gt;&lt;/SPAN&gt;:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/bdd53c2b-2249-4e34-acd3-8931468ae636.default.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see, I have used the expression&lt;SPAN style="color:hsl(120, 75%, 60%);"&gt;&lt;STRONG&gt; "&amp;gt;08:00:00 AM&amp;lt;11:00:00 AM"&lt;/STRONG&gt;&lt;/SPAN&gt; to limit the options for the times that I need&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;6. After applying the selections:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/7e6d4392-60e8-42b1-9223-5cb37c829114.default.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You will get the dates filtered and the times filtered in the entire app.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color:hsl(0, 0%, 60%);"&gt;&lt;I&gt;&lt;STRONG&gt;I hope that this information was helpful. In case I have misunderstood the use case scenario, please elaborate in details by providing additional information. However, if it has helped you resolve the issue, please mark it as accepted solution to give further visibility to other community members.&amp;nbsp;&lt;/STRONG&gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 12:57:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Time-range/m-p/1929227#M76502</guid>
      <dc:creator>Andrei_Cusnir</dc:creator>
      <dc:date>2022-05-11T12:57:57Z</dc:date>
    </item>
  </channel>
</rss>

