<?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: Interactive Dashboard based on dates selected by user in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Interactive-Dashboard-based-on-dates-selected-by-user/m-p/2525436#M107054</link>
    <description>&lt;P&gt;Then ODAG would be a way to go.&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-Create-On-Demand-Applications-ODAG/ta-p/1711657" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-Create-On-Demand-Applications-ODAG/ta-p/1711657&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or dynamic views, what you prefer&lt;/P&gt;</description>
    <pubDate>Mon, 28 Jul 2025 06:27:48 GMT</pubDate>
    <dc:creator>JHuis</dc:creator>
    <dc:date>2025-07-28T06:27:48Z</dc:date>
    <item>
      <title>Interactive Dashboard based on dates selected by user</title>
      <link>https://community.qlik.com/t5/App-Development/Interactive-Dashboard-based-on-dates-selected-by-user/m-p/2525345#M107024</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;I want to create an interactive dashboard in which, if the user selects two dates, they should be passed as min date and max date. Also, we will give the user access to refresh the dashboard. So, if the user selects the dates and refreshes, only the specific data will be available in the dashboard for them to download. If they clear all selections and refresh, it should load all the data.&lt;/P&gt;&lt;P&gt;Any and all help is appreciated. Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 13:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Interactive-Dashboard-based-on-dates-selected-by-user/m-p/2525345#M107024</guid>
      <dc:creator>qliksenseadminthomascook</dc:creator>
      <dc:date>2025-07-25T13:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Dashboard based on dates selected by user</title>
      <link>https://community.qlik.com/t5/App-Development/Interactive-Dashboard-based-on-dates-selected-by-user/m-p/2525351#M107026</link>
      <description>&lt;P&gt;You can use the date picker. If you use that it will select the Begin and End Date.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you dont want to use that you have to use set analysis.&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;DateFIELD={"&amp;gt;=Min(DateFIELD) &amp;lt;= Max(DateFIELD)"}&amp;gt;}MeasureField)&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jul 2025 13:25:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Interactive-Dashboard-based-on-dates-selected-by-user/m-p/2525351#M107026</guid>
      <dc:creator>JHuis</dc:creator>
      <dc:date>2025-07-25T13:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Dashboard based on dates selected by user</title>
      <link>https://community.qlik.com/t5/App-Development/Interactive-Dashboard-based-on-dates-selected-by-user/m-p/2525434#M107053</link>
      <description>&lt;P&gt;Hi JHuis,&lt;/P&gt;&lt;P&gt;I have already done that but the data is too big to be taken into excel file. So, we are storing the dump into csv file from the backend. So, if possible, I want to try that method where user can set the variable and reload the data accordingly.&lt;/P&gt;&lt;P&gt;Many thanks for your assitance.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 05:50:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Interactive-Dashboard-based-on-dates-selected-by-user/m-p/2525434#M107053</guid>
      <dc:creator>qliksenseadminthomascook</dc:creator>
      <dc:date>2025-07-28T05:50:48Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Dashboard based on dates selected by user</title>
      <link>https://community.qlik.com/t5/App-Development/Interactive-Dashboard-based-on-dates-selected-by-user/m-p/2525436#M107054</link>
      <description>&lt;P&gt;Then ODAG would be a way to go.&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Official-Support-Articles/How-to-Create-On-Demand-Applications-ODAG/ta-p/1711657" target="_blank"&gt;https://community.qlik.com/t5/Official-Support-Articles/How-to-Create-On-Demand-Applications-ODAG/ta-p/1711657&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or dynamic views, what you prefer&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 06:27:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Interactive-Dashboard-based-on-dates-selected-by-user/m-p/2525436#M107054</guid>
      <dc:creator>JHuis</dc:creator>
      <dc:date>2025-07-28T06:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: Interactive Dashboard based on dates selected by user</title>
      <link>https://community.qlik.com/t5/App-Development/Interactive-Dashboard-based-on-dates-selected-by-user/m-p/2525510#M107065</link>
      <description>&lt;P&gt;Dear JHuis,&lt;/P&gt;&lt;P&gt;Thank you for your help. This worked out for me.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 13:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Interactive-Dashboard-based-on-dates-selected-by-user/m-p/2525510#M107065</guid>
      <dc:creator>qliksenseadminthomascook</dc:creator>
      <dc:date>2025-07-28T13:25:12Z</dc:date>
    </item>
  </channel>
</rss>

