<?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: filtering with date range in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/filtering-with-date-range/m-p/1644177#M48046</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I change it but again the result is wrong&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Thu, 07 Nov 2019 10:49:26 GMT</pubDate>
    <dc:creator>danaosjoin</dc:creator>
    <dc:date>2019-11-07T10:49:26Z</dc:date>
    <item>
      <title>filtering with date range</title>
      <link>https://community.qlik.com/t5/App-Development/filtering-with-date-range/m-p/1642938#M47949</link>
      <description>&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Hello,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I have loaded the following table with employees requested vacations.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The columns are :&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;employee_code, from_date, to_date, days_requested&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The data are:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;1 06/11/2019 07/11/2019 2&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;2 4/11/2019 08/11/2019 5&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;I want to create a table to display the days_requested per employee by selecting from a filter pane date_from and date_to.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;The problem is that when i select range 06/11/2019 - 07/11/2019 it will show only the first row but i want also the second line and instead of 5 days requested to show only the days between the selected range, again 2 days.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;How can i do this ?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Thank you,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="arial,helvetica,sans-serif"&gt;Noel&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 09:57:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/filtering-with-date-range/m-p/1642938#M47949</guid>
      <dc:creator>danaosjoin</dc:creator>
      <dc:date>2019-11-05T09:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: filtering with date range</title>
      <link>https://community.qlik.com/t5/App-Development/filtering-with-date-range/m-p/1643051#M47954</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;try to see file attached&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 11:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/filtering-with-date-range/m-p/1643051#M47954</guid>
      <dc:creator>StarinieriG</dc:creator>
      <dc:date>2019-11-05T11:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: filtering with date range</title>
      <link>https://community.qlik.com/t5/App-Development/filtering-with-date-range/m-p/1643068#M47960</link>
      <description>&lt;P&gt;thank you very match&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Nov 2019 11:48:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/filtering-with-date-range/m-p/1643068#M47960</guid>
      <dc:creator>danaosjoin</dc:creator>
      <dc:date>2019-11-05T11:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: filtering with date range</title>
      <link>https://community.qlik.com/t5/App-Development/filtering-with-date-range/m-p/1644090#M48042</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have noticed in your example that if i do not select any dates from filter pane the computed column "days" you added is wrong because it must be showing the same days with "days_requested".&lt;/P&gt;&lt;P&gt;How can i rectify this ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Noel&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 07:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/filtering-with-date-range/m-p/1644090#M48042</guid>
      <dc:creator>danaosjoin</dc:creator>
      <dc:date>2019-11-07T07:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: filtering with date range</title>
      <link>https://community.qlik.com/t5/App-Development/filtering-with-date-range/m-p/1644105#M48043</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you have to set the variable FROM as min instead of max, so it will work&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 08:29:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/filtering-with-date-range/m-p/1644105#M48043</guid>
      <dc:creator>StarinieriG</dc:creator>
      <dc:date>2019-11-07T08:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: filtering with date range</title>
      <link>https://community.qlik.com/t5/App-Development/filtering-with-date-range/m-p/1644177#M48046</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I change it but again the result is wrong&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 10:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/filtering-with-date-range/m-p/1644177#M48046</guid>
      <dc:creator>danaosjoin</dc:creator>
      <dc:date>2019-11-07T10:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: filtering with date range</title>
      <link>https://community.qlik.com/t5/App-Development/filtering-with-date-range/m-p/1644185#M48047</link>
      <description>&lt;P&gt;Try to see file attached, here I see right numbers&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 11:04:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/filtering-with-date-range/m-p/1644185#M48047</guid>
      <dc:creator>StarinieriG</dc:creator>
      <dc:date>2019-11-07T11:04:11Z</dc:date>
    </item>
  </channel>
</rss>

