<?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: Filter data between a date and time range in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-data-between-a-date-and-time-range/m-p/1786091#M61291</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/129822"&gt;@Daniel_G&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You could use "Vizlib Calendar" extension, take a look at&amp;nbsp;&amp;nbsp;&lt;A href="https://community.vizlib.com/support/solutions/articles/35000130357-vizlib-calendar-introduction" target="_blank"&gt;https://community.vizlib.com/support/solutions/articles/35000130357-vizlib-calendar-introduction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It's free up to 5 users.&lt;/P&gt;&lt;P&gt;I hope it can help.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
    <pubDate>Thu, 25 Feb 2021 10:00:27 GMT</pubDate>
    <dc:creator>agigliotti</dc:creator>
    <dc:date>2021-02-25T10:00:27Z</dc:date>
    <item>
      <title>Filter data between a date and time range</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-data-between-a-date-and-time-range/m-p/1786077#M61288</link>
      <description>&lt;P&gt;Hello community,&lt;BR /&gt;&lt;BR /&gt;I am new to Qlik and wanted to know if there is a possibility to filter the data based on a date and time range. I want to see data between 25.01.2021 10:30:00 and 27.01.2021 14:38:05.&amp;nbsp;I know the date picker extension where you have the possibility to select a date range. But there I don't have the possibility to restrict the time as well. Is there any way to do this? Maybe an extension?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Data Example:&lt;BR /&gt;...&lt;BR /&gt;&lt;STRIKE&gt;21.02.2021 10:00:02&lt;/STRIKE&gt;&lt;BR /&gt;21.02.2021 15:05:24&lt;BR /&gt;21.02.2021 18:40:03&lt;BR /&gt;...&lt;BR /&gt;23.02.2021 09:28:07&lt;BR /&gt;23.02.2021 13:03:56&lt;BR /&gt;...&lt;BR /&gt;25.02.2021 17:05:51&lt;BR /&gt;&lt;STRIKE&gt;25.02.2021 19:35:23&lt;/STRIKE&gt;&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;Result =&amp;gt; Now I want all data between 21.02.2021 11:00:00 and 25.02.2021 19:30:00. In this case only the first and last entry should not be shown.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Example Filter:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Olympionices_0-1614243182417.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49835iBF166D9C1C7636C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Olympionices_0-1614243182417.png" alt="Olympionices_0-1614243182417.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;Qlik Date Picker without time possibility:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Olympionices_1-1614244397692.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49839iFFE278D28DA66DA6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Olympionices_1-1614244397692.png" alt="Olympionices_1-1614244397692.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just adding one field which includes date and time works, but is not really user friendly.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Olympionices_0-1614246275894.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/49842i1A4A48A5BF154868/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Olympionices_0-1614246275894.png" alt="Olympionices_0-1614246275894.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-data-between-a-date-and-time-range/m-p/1786077#M61288</guid>
      <dc:creator>Daniel_G</dc:creator>
      <dc:date>2024-11-16T00:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Filter data between a date and time range</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-data-between-a-date-and-time-range/m-p/1786085#M61289</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;your set your filter as Timestamp field,&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;Create Date filter with&amp;nbsp;=Date([Your timestamp filed],'DD-MM-YYYY')&lt;/P&gt;&lt;P&gt;Create Time filter with&amp;nbsp;Timestamp(Your timestamp filed,'hh:mm TT')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ksrinivasan&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 09:42:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-data-between-a-date-and-time-range/m-p/1786085#M61289</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2021-02-25T09:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Filter data between a date and time range</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-data-between-a-date-and-time-range/m-p/1786089#M61290</link>
      <description>&lt;P&gt;Hello&amp;nbsp;ksrinivasan,&lt;/P&gt;&lt;P&gt;does it really filter all date and time events in between or does it filter all days between field 1 and alle time events between field 2.&lt;/P&gt;&lt;P&gt;What I want is that I get all events between the first date and time X and second date and time Y&lt;/P&gt;&lt;P&gt;for example my events are:&lt;BR /&gt;...&lt;BR /&gt;&lt;STRIKE&gt;21.02.2021 10:00:02&lt;/STRIKE&gt;&lt;BR /&gt;21.02.2021 15:05:24&lt;BR /&gt;21.02.2021 18:40:03&lt;BR /&gt;...&lt;BR /&gt;23.02.2021 09:28:07&lt;BR /&gt;23.02.2021 13:03:56&lt;BR /&gt;...&lt;BR /&gt;25.02.2021 17:05:51&lt;BR /&gt;&lt;STRIKE&gt;25.02.2021 19:35:23&lt;/STRIKE&gt;&lt;BR /&gt;...&lt;/P&gt;&lt;P&gt;Now I want all data between 21.02.2021 11:00:00 and 25.02.2021 19:30:00. In this case only the first and last entry should not be shown.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 09:56:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-data-between-a-date-and-time-range/m-p/1786089#M61290</guid>
      <dc:creator>Daniel_G</dc:creator>
      <dc:date>2021-02-25T09:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Filter data between a date and time range</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-data-between-a-date-and-time-range/m-p/1786091#M61291</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/129822"&gt;@Daniel_G&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;You could use "Vizlib Calendar" extension, take a look at&amp;nbsp;&amp;nbsp;&lt;A href="https://community.vizlib.com/support/solutions/articles/35000130357-vizlib-calendar-introduction" target="_blank"&gt;https://community.vizlib.com/support/solutions/articles/35000130357-vizlib-calendar-introduction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It's free up to 5 users.&lt;/P&gt;&lt;P&gt;I hope it can help.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 10:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-data-between-a-date-and-time-range/m-p/1786091#M61291</guid>
      <dc:creator>agigliotti</dc:creator>
      <dc:date>2021-02-25T10:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Filter data between a date and time range</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-data-between-a-date-and-time-range/m-p/1786092#M61292</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;then we will try new way,&lt;/P&gt;&lt;P&gt;that is create mater calendar based on Date and Time stamp (one hour&amp;nbsp; or two hour interval).&lt;/P&gt;&lt;P&gt;ksrinivasan.&lt;/P&gt;</description>
      <pubDate>Thu, 25 Feb 2021 10:03:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-data-between-a-date-and-time-range/m-p/1786092#M61292</guid>
      <dc:creator>Ksrinivasan</dc:creator>
      <dc:date>2021-02-25T10:03:34Z</dc:date>
    </item>
  </channel>
</rss>

