<?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 Date range picker relative time in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Date-range-picker-relative-time/m-p/1666859#M50237</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using the SenseDate Range Picker from the developer page.. I'm trying to solve an issue with relative time.&amp;nbsp; I want the dashboard to show today's data but if the dashboard is open over the course of 24+ hours I want it to refresh with the next days data.. For example: the date range picker has a selection of Today which is 1/16.. The dashboard is projected on a screen 24/7 so at midnight I want the dashboard to start displaying 1/17 data.&lt;/P&gt;&lt;P&gt;Note: I'm not using the Qlik Sense supported date range picker because when I select a day in the supported date picker, it chooses the following day.&amp;nbsp; So right now, I need solutions that work for the Sense Date Range picker which can be found at:&amp;nbsp;&lt;A href="https://developer.qlik.com/garden/5697a878dcc497f80ed514bf" target="_blank"&gt;https://developer.qlik.com/garden/5697a878dcc497f80ed514bf&lt;/A&gt;&amp;nbsp;for reference&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 19:17:02 GMT</pubDate>
    <dc:creator>kdaniels-obrien</dc:creator>
    <dc:date>2024-11-16T19:17:02Z</dc:date>
    <item>
      <title>Date range picker relative time</title>
      <link>https://community.qlik.com/t5/App-Development/Date-range-picker-relative-time/m-p/1666859#M50237</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am using the SenseDate Range Picker from the developer page.. I'm trying to solve an issue with relative time.&amp;nbsp; I want the dashboard to show today's data but if the dashboard is open over the course of 24+ hours I want it to refresh with the next days data.. For example: the date range picker has a selection of Today which is 1/16.. The dashboard is projected on a screen 24/7 so at midnight I want the dashboard to start displaying 1/17 data.&lt;/P&gt;&lt;P&gt;Note: I'm not using the Qlik Sense supported date range picker because when I select a day in the supported date picker, it chooses the following day.&amp;nbsp; So right now, I need solutions that work for the Sense Date Range picker which can be found at:&amp;nbsp;&lt;A href="https://developer.qlik.com/garden/5697a878dcc497f80ed514bf" target="_blank"&gt;https://developer.qlik.com/garden/5697a878dcc497f80ed514bf&lt;/A&gt;&amp;nbsp;for reference&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:17:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-range-picker-relative-time/m-p/1666859#M50237</guid>
      <dc:creator>kdaniels-obrien</dc:creator>
      <dc:date>2024-11-16T19:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Date range picker relative time</title>
      <link>https://community.qlik.com/t5/App-Development/Date-range-picker-relative-time/m-p/1666922#M50250</link>
      <description>Perhaps not the answer you were looking for, I resolved the issue you describe with the Qlik Sense governed extension by converting my timestamp field using floor. For showing the dates with the times I use the original timestamp field, but for selection by the date range I do the following as a field in my data load:&lt;BR /&gt;timestamp(floor(timestamp#(session_start))) as SessionDateFilter&lt;BR /&gt;Use that field as your date in the date range picker and the "next day" selection issue goes away.</description>
      <pubDate>Fri, 17 Jan 2020 19:42:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-range-picker-relative-time/m-p/1666922#M50250</guid>
      <dc:creator>andoryuu</dc:creator>
      <dc:date>2020-01-17T19:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Date range picker relative time</title>
      <link>https://community.qlik.com/t5/App-Development/Date-range-picker-relative-time/m-p/1666933#M50251</link>
      <description>&lt;P&gt;I'm not sure if I fully understand the solution... So I use&amp;nbsp; timestamp(floor(timestamp#(logicalDate))) as logicalDate because my date picker is on that field and now when 'Today' is selected in the date range picker and the dashboard is left open over night it will automatically change the filter to the following day (which would then be 'today')? Or is there more I need to do?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2020 20:14:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Date-range-picker-relative-time/m-p/1666933#M50251</guid>
      <dc:creator>kdaniels-obrien</dc:creator>
      <dc:date>2020-01-17T20:14:56Z</dc:date>
    </item>
  </channel>
</rss>

