<?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: Filter for the current month in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Filter-for-the-current-month/m-p/1314741#M28190</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write the where condition in script&amp;nbsp; like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Date&amp;gt;='01-jun-2017' ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 Jul 2017 09:32:13 GMT</pubDate>
    <dc:creator>Chanty4u</dc:creator>
    <dc:date>2017-07-31T09:32:13Z</dc:date>
    <item>
      <title>Filter for the current month</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-for-the-current-month/m-p/1314740#M28189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have report with last five year of data.&lt;/P&gt;&lt;P&gt;It is taking much time while loading the report.&lt;/P&gt;&lt;P&gt;Instated of total data, can we put a filter for the current month data only need to be populated in the report.&lt;/P&gt;&lt;P&gt;we have filter in the report like year and month.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jul 2017 09:43:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-for-the-current-month/m-p/1314740#M28189</guid>
      <dc:creator>srinu_qliksense</dc:creator>
      <dc:date>2017-07-30T09:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: Filter for the current month</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-for-the-current-month/m-p/1314741#M28190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;write the where condition in script&amp;nbsp; like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where Date&amp;gt;='01-jun-2017' ;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 09:32:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-for-the-current-month/m-p/1314741#M28190</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2017-07-31T09:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filter for the current month</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-for-the-current-month/m-p/1314742#M28191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_1501494297905865" jivemacro_uid="_1501494297905865" modifiedtitle="true"&gt;
&lt;P&gt;Data:&lt;/P&gt;
&lt;P&gt;LOAD *&lt;/P&gt;
&lt;P&gt;WHERE Date(Date) &amp;gt;= MonthStart(Today())&lt;/P&gt;
&lt;P&gt;AND&amp;nbsp;&amp;nbsp; Date(Date) &amp;lt;= MonthEnd(Today());&lt;/P&gt;
&lt;P&gt;LOAD * INLINE [&lt;/P&gt;
&lt;P&gt;Date, Sales&lt;/P&gt;
&lt;P&gt;01/04/2017, 123000&lt;/P&gt;
&lt;P&gt;02/04/2017, 456000&lt;/P&gt;
&lt;P&gt;03/04/2017, 789000&lt;/P&gt;
&lt;P&gt;04/04/2017, 123400&lt;/P&gt;
&lt;P&gt;05/04/2017, 789100&lt;/P&gt;
&lt;P&gt;06/04/2017, 123450&lt;/P&gt;
&lt;P&gt;07/04/2017, 789120&lt;/P&gt;
&lt;P&gt;08/04/2017, 123456&lt;/P&gt;
&lt;P&gt;09/04/2017, 789123&lt;/P&gt;
&lt;P&gt;];&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;&lt;P&gt;Rahul Pawar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2017 09:46:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-for-the-current-month/m-p/1314742#M28191</guid>
      <dc:creator>rahulpawarb</dc:creator>
      <dc:date>2017-07-31T09:46:44Z</dc:date>
    </item>
    <item>
      <title>Re: Filter for the current month</title>
      <link>https://community.qlik.com/t5/App-Development/Filter-for-the-current-month/m-p/1314743#M28192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;let assume we have a qvd file which having total data of last five years.&lt;/P&gt;&lt;P&gt;In report we are loading total 5 years data.&lt;/P&gt;&lt;P&gt;In filter panel can we set such that it will list only current month data when i am opening the report.&lt;/P&gt;&lt;P&gt;Assume that i have datarange picker extension in my report.&lt;/P&gt;&lt;P&gt;it has to list the current month data by default.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Aug 2017 10:05:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Filter-for-the-current-month/m-p/1314743#M28192</guid>
      <dc:creator>srinu_qliksense</dc:creator>
      <dc:date>2017-08-02T10:05:40Z</dc:date>
    </item>
  </channel>
</rss>

