<?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: How to add filter for time range in a dashboard in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1668750#M50495</link>
    <description>&lt;P&gt;you can use Intervalmatch&lt;BR /&gt;attached a qliksense proposal&lt;/P&gt;&lt;P&gt;the idea is to group users by intervalmatch and then count(distinct user)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 755px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27380i3CB0137B490C3D17/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I stopped in interval at 12:00:00 you can add the rest until 23:00:00 to finish the application.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Data:

LOAD * Inline [
    c_time, c_date, userID
    10:00:00, 01/07/2020, user1
    11:38:25, 01/07/2020, user1
    10:48:25, 01/07/2020, user2
    11:58:25, 01/07/2020, user2
    12:00:00, 01/07/2020, user3
];


Intervaltime:
LOAD * INLINE [
    Start, End, Interval
00:00:01,00:30:00,0
00:30:01,01:00:00,1
01:00:01,01:30:00,2
01:30:01,02:00:00,3
02:00:01,02:30:00,4
02:30:01,03:00:00,5
03:00:01,03:30:00,6
03:30:01,04:00:00,7
04:00:01,04:30:00,8
04:30:01,05:00:00,9
05:00:01,05:30:00,10
05:30:01,06:00:00,11
06:00:01,06:30:00,12
06:30:01,07:00:00,13
07:00:01,07:30:00,14
07:30:01,08:00:00,15
08:00:01,08:30:00,16
08:30:01,09:00:00,17
09:00:01,09:30:00,18
09:30:01,10:00:00,19
10:00:01,10:30:00,20
10:30:01,11:00:00,21
11:00:01,11:30:00,22
11:30:01,12:00:00,23

];


inner Join IntervalMatch ( c_time )
 
LOAD Start, End
Resident Intervaltime;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 24 Jan 2020 08:56:06 GMT</pubDate>
    <dc:creator>Taoufiq_Zarra</dc:creator>
    <dc:date>2020-01-24T08:56:06Z</dc:date>
    <item>
      <title>How to add filter for time range in a dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1667986#M50401</link>
      <description>&lt;P&gt;I am having a column as c_time in my app, which includes the time value from a timestamp in HH::MM format.&lt;/P&gt;&lt;P&gt;I want to provide customer a dynamic functionality to view the data in any time range.&lt;/P&gt;&lt;P&gt;For ex: how many user where logged in between 11 to 11.30&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:30:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1667986#M50401</guid>
      <dc:creator>Sanket_Sharma</dc:creator>
      <dc:date>2024-11-16T03:30:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to add filter for time range in a dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1668071#M50408</link>
      <description>&lt;P&gt;can you share a sample data ?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2020 10:53:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1668071#M50408</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-01-22T10:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to add filter for time range in a dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1668706#M50485</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sample data is provided here now what i want is a time range picker which can pick time in 30 min difference.&lt;/P&gt;&lt;P&gt;For ex- How many users were logged in 11:00-11:30.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 05:09:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1668706#M50485</guid>
      <dc:creator>Sanket_Sharma</dc:creator>
      <dc:date>2020-01-24T05:09:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to add filter for time range in a dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1668750#M50495</link>
      <description>&lt;P&gt;you can use Intervalmatch&lt;BR /&gt;attached a qliksense proposal&lt;/P&gt;&lt;P&gt;the idea is to group users by intervalmatch and then count(distinct user)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.JPG" style="width: 755px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/27380i3CB0137B490C3D17/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I stopped in interval at 12:00:00 you can add the rest until 23:00:00 to finish the application.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Data:

LOAD * Inline [
    c_time, c_date, userID
    10:00:00, 01/07/2020, user1
    11:38:25, 01/07/2020, user1
    10:48:25, 01/07/2020, user2
    11:58:25, 01/07/2020, user2
    12:00:00, 01/07/2020, user3
];


Intervaltime:
LOAD * INLINE [
    Start, End, Interval
00:00:01,00:30:00,0
00:30:01,01:00:00,1
01:00:01,01:30:00,2
01:30:01,02:00:00,3
02:00:01,02:30:00,4
02:30:01,03:00:00,5
03:00:01,03:30:00,6
03:30:01,04:00:00,7
04:00:01,04:30:00,8
04:30:01,05:00:00,9
05:00:01,05:30:00,10
05:30:01,06:00:00,11
06:00:01,06:30:00,12
06:30:01,07:00:00,13
07:00:01,07:30:00,14
07:30:01,08:00:00,15
08:00:01,08:30:00,16
08:30:01,09:00:00,17
09:00:01,09:30:00,18
09:30:01,10:00:00,19
10:00:01,10:30:00,20
10:30:01,11:00:00,21
11:00:01,11:30:00,22
11:30:01,12:00:00,23

];


inner Join IntervalMatch ( c_time )
 
LOAD Start, End
Resident Intervaltime;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jan 2020 08:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1668750#M50495</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-01-24T08:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to add filter for time range in a dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1669251#M50536</link>
      <description>&lt;P&gt;Hi Taoufiq,&lt;/P&gt;&lt;P&gt;I used the below script however the c_time is not getting loaded in intervaltime table due to which association is not getting created&lt;/P&gt;&lt;P&gt;Data:&lt;BR /&gt;LOAD&lt;/P&gt;&lt;P&gt;"USER ID",&lt;BR /&gt;"Query to BOT",&lt;BR /&gt;"Response From BOT",&lt;BR /&gt;"Bot name",&lt;BR /&gt;"Timestamp",&lt;BR /&gt;Time("Timestamp", 'hh:mm:ss') as c_time,&lt;BR /&gt;"Account Name",&lt;BR /&gt;"Not Responded / Liked / Disliked",&lt;BR /&gt;"Reason For Dislike",&lt;BR /&gt;"Intent ID",&lt;BR /&gt;"Dimension(user level)"&lt;BR /&gt;FROM [lib://AttachedFiles/Chatbot_10jan.xls]&lt;BR /&gt;(biff, embedded labels, table is Sheet1$);&lt;/P&gt;&lt;P&gt;Intervaltime:&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Start, End, Interval&lt;BR /&gt;00:00:01,00:30:00,0&lt;BR /&gt;00:30:01,01:00:00,1&lt;BR /&gt;01:00:01,01:30:00,2&lt;BR /&gt;01:30:01,02:00:00,3&lt;BR /&gt;02:00:01,02:30:00,4&lt;BR /&gt;02:30:01,03:00:00,5&lt;BR /&gt;03:00:01,03:30:00,6&lt;BR /&gt;03:30:01,04:00:00,7&lt;BR /&gt;04:00:01,04:30:00,8&lt;BR /&gt;04:30:01,05:00:00,9&lt;BR /&gt;05:00:01,05:30:00,10&lt;BR /&gt;05:30:01,06:00:00,11&lt;BR /&gt;06:00:01,06:30:00,12&lt;BR /&gt;06:30:01,07:00:00,13&lt;BR /&gt;07:00:01,07:30:00,14&lt;BR /&gt;07:30:01,08:00:00,15&lt;BR /&gt;08:00:01,08:30:00,16&lt;BR /&gt;08:30:01,09:00:00,17&lt;BR /&gt;09:00:01,09:30:00,18&lt;BR /&gt;09:30:01,10:00:00,19&lt;BR /&gt;10:00:01,10:30:00,20&lt;BR /&gt;10:30:01,11:00:00,21&lt;BR /&gt;11:00:01,11:30:00,22&lt;BR /&gt;11:30:01,12:00:00,23&lt;/P&gt;&lt;P&gt;];&lt;BR /&gt;Join&lt;BR /&gt;IntervalMatch( c_time )&lt;/P&gt;&lt;P&gt;LOAD Start, End&lt;BR /&gt;Resident Intervaltime;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find attached&amp;nbsp; error SS&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 06:08:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1669251#M50536</guid>
      <dc:creator>Sanket_Sharma</dc:creator>
      <dc:date>2020-01-27T06:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to add filter for time range in a dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1669275#M50538</link>
      <description>Hi, what I've sent is an example that needs to be completed. in Intervaltime: I stopped at 12:00:00, you have to do the same until 23:59 (add the other 23 lines). if you still don't get a result, you can send me a data extract to see</description>
      <pubDate>Mon, 27 Jan 2020 07:55:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1669275#M50538</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-01-27T07:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to add filter for time range in a dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1669327#M50544</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Please find the attached document. I have added the time interval upto 23:59. But start and end fields are not showing the correct data corresponding to c_time. Kindly check and do the necessary action.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 09:26:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1669327#M50544</guid>
      <dc:creator>Sanket_Sharma</dc:creator>
      <dc:date>2020-01-27T09:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to add filter for time range in a dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1669331#M50545</link>
      <description>&lt;P&gt;can you send me data other than a PDF to try to load it and see the error?&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 09:32:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1669331#M50545</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-01-27T09:32:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to add filter for time range in a dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1669350#M50549</link>
      <description>&lt;P&gt;Please find the attachment.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 09:57:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1669350#M50549</guid>
      <dc:creator>Sanket_Sharma</dc:creator>
      <dc:date>2020-01-27T09:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to add filter for time range in a dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1669405#M50553</link>
      <description>sometimes we don't know how &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; but the attached version works fine. in load Data: use: Maketime(Hour(Time("Timestamp",'hh:mm:ss')),Minute(Time("Timestamp",'hh:mm:ss')),Second(Time("Timestamp",'hh:mm:ss'))) as c_time,</description>
      <pubDate>Mon, 27 Jan 2020 10:39:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1669405#M50553</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-01-27T10:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to add filter for time range in a dashboard</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1669459#M50554</link>
      <description>&lt;P&gt;Thanks alot. This works fine.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jan 2020 11:12:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-add-filter-for-time-range-in-a-dashboard/m-p/1669459#M50554</guid>
      <dc:creator>Sanket_Sharma</dc:creator>
      <dc:date>2020-01-27T11:12:49Z</dc:date>
    </item>
  </channel>
</rss>

