<?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: Hows to restrict data between start and end dates in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Hows-to-restrict-data-between-start-and-end-dates/m-p/101213#M6740</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution worked after creating a resident table for the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2018 07:17:12 GMT</pubDate>
    <dc:creator>vinayvishwanath</dc:creator>
    <dc:date>2018-09-12T07:17:12Z</dc:date>
    <item>
      <title>Hows to restrict data between start and end dates</title>
      <link>https://community.qlik.com/t5/App-Development/Hows-to-restrict-data-between-start-and-end-dates/m-p/101209#M6736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know on how to restrict the data between start and end dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 3 fields in data 1. Applications 2. Start date 3. End Date.... the date is in the format of 2017Q1, 2017Q2, 2017Q3...... etc. Start dates start from 2016, 2017,2018 onwards and end dates close with 2017,2018,2019... I want to restrict the data using a filter wherein there should be selection as inprogress,yet to start and expired. here inprogress means end date of app is future date and expired means end date has already passed.Yet to start means apps which have future start date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone please help me with the script to be used for the above issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 10:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hows-to-restrict-data-between-start-and-end-dates/m-p/101209#M6736</guid>
      <dc:creator>vinayvishwanath</dc:creator>
      <dc:date>2018-09-06T10:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Hows to restrict data between start and end dates</title>
      <link>https://community.qlik.com/t5/App-Development/Hows-to-restrict-data-between-start-and-end-dates/m-p/101210#M6737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD *,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([Start date] &amp;gt; Today(), 'Yet to start',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If([End date] &amp;gt; Today(), 'In progress', 'Expired')) as Status&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Start date],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [End date],&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ...&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 10:37:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hows-to-restrict-data-between-start-and-end-dates/m-p/101210#M6737</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-09-06T10:37:43Z</dc:date>
    </item>
    <item>
      <title>Re: Hows to restrict data between start and end dates</title>
      <link>https://community.qlik.com/t5/App-Development/Hows-to-restrict-data-between-start-and-end-dates/m-p/101211#M6738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the reply, but the solution is not working and i can see though only one status "Yet to start", but upon selection it's not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2018 16:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hows-to-restrict-data-between-start-and-end-dates/m-p/101211#M6738</guid>
      <dc:creator>vinayvishwanath</dc:creator>
      <dc:date>2018-09-06T16:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hows to restrict data between start and end dates</title>
      <link>https://community.qlik.com/t5/App-Development/Hows-to-restrict-data-between-start-and-end-dates/m-p/101212#M6739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are your date fields proper numeric Qliksense dates? This won't work if you have loaded dates as text strings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2954"&gt;Why don’t my dates work?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Sep 2018 14:57:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hows-to-restrict-data-between-start-and-end-dates/m-p/101212#M6739</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-09-07T14:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hows to restrict data between start and end dates</title>
      <link>https://community.qlik.com/t5/App-Development/Hows-to-restrict-data-between-start-and-end-dates/m-p/101213#M6740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution worked after creating a resident table for the same&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 07:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Hows-to-restrict-data-between-start-and-end-dates/m-p/101213#M6740</guid>
      <dc:creator>vinayvishwanath</dc:creator>
      <dc:date>2018-09-12T07:17:12Z</dc:date>
    </item>
  </channel>
</rss>

