<?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 Excluding a Range Within a  Range Using Actions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-a-Range-Within-a-Range-Using-Actions/m-p/1260938#M397716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want an action which selects all data for the year 2016 except for August month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following action includes all data (all years) except for August 2016:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;'&amp;lt;' &amp;amp; MakeDate(2016,8,1) &amp;amp; '&amp;gt;=' &amp;amp; MakeDate(2016,9,1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following action returns all data for 20016 including all data in the future.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;='&amp;gt;=' &amp;amp; MakeDate(2016,01,01) &amp;amp; '&amp;lt;' &amp;amp; MakeDate(2016,8,1) &amp;amp; ', &amp;gt;' &amp;amp; MakeDate(2016,8,31) &amp;amp; '&amp;lt;=' &amp;amp; MakeDate(2016,12,31)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The comma doesn't do any changes for the result.&lt;/P&gt;&lt;P&gt;Parantheses are not allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addtion to this, I've tried almost everything.&lt;/P&gt;&lt;P&gt;Is there a solution to this?&lt;/P&gt;&lt;P&gt;It's way too bad that QlikTech doesn't document the application!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Dec 2016 14:27:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-12-14T14:27:00Z</dc:date>
    <item>
      <title>Excluding a Range Within a  Range Using Actions</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-Range-Within-a-Range-Using-Actions/m-p/1260938#M397716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want an action which selects all data for the year 2016 except for August month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following action includes all data (all years) except for August 2016:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;'&amp;lt;' &amp;amp; MakeDate(2016,8,1) &amp;amp; '&amp;gt;=' &amp;amp; MakeDate(2016,9,1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following action returns all data for 20016 including all data in the future.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;='&amp;gt;=' &amp;amp; MakeDate(2016,01,01) &amp;amp; '&amp;lt;' &amp;amp; MakeDate(2016,8,1) &amp;amp; ', &amp;gt;' &amp;amp; MakeDate(2016,8,31) &amp;amp; '&amp;lt;=' &amp;amp; MakeDate(2016,12,31)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The comma doesn't do any changes for the result.&lt;/P&gt;&lt;P&gt;Parantheses are not allowed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addtion to this, I've tried almost everything.&lt;/P&gt;&lt;P&gt;Is there a solution to this?&lt;/P&gt;&lt;P&gt;It's way too bad that QlikTech doesn't document the application!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 14:27:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-Range-Within-a-Range-Using-Actions/m-p/1260938#M397716</guid>
      <dc:creator />
      <dc:date>2016-12-14T14:27:00Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a Range Within a  Range Using Actions</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-Range-Within-a-Range-Using-Actions/m-p/1260939#M397717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have not tested this, but try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;='&lt;SPAN style="color: #ff0000;"&gt;(&lt;/SPAN&gt;&amp;gt;=' &amp;amp; MakeDate(2016,01,01) &amp;amp; '&amp;lt;' &amp;amp; MakeDate(2016,8,1) &amp;amp; '&lt;SPAN style="color: #ff0000;"&gt;|&lt;/SPAN&gt;&amp;gt;' &amp;amp; MakeDate(2016,8,31) &amp;amp; '&amp;lt;=' &amp;amp; MakeDate(2016,12,31) &amp;amp; '&lt;SPAN style="color: #ff0000;"&gt;)&lt;/SPAN&gt;'&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Dec 2016 16:44:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-Range-Within-a-Range-Using-Actions/m-p/1260939#M397717</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-12-14T16:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding a Range Within a  Range Using Actions</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-a-Range-Within-a-Range-Using-Actions/m-p/1260940#M397718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! The sun is above the horizon!&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Dec 2016 07:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-a-Range-Within-a-Range-Using-Actions/m-p/1260940#M397718</guid>
      <dc:creator />
      <dc:date>2016-12-15T07:56:25Z</dc:date>
    </item>
  </channel>
</rss>

