<?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 exclude data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/exclude-data/m-p/1430205#M808512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want to load data from a given year (2017).&lt;/P&gt;&lt;P&gt;what formula here to use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THX!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-data/m-p/1430205#M808512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I only want to load data from a given year (2017).&lt;/P&gt;&lt;P&gt;what formula here to use?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THX!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-data/m-p/1430205#M808512</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-data/m-p/1430206#M808513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Suppose you have a field with a data (eg.: dt) in a table myTable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to write something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select * from myTable where year(dt) &amp;gt;= 2017;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:30:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-data/m-p/1430206#M808513</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2017-10-25T15:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-data/m-p/1430207#M808514</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;P&gt;Select Year from Table where Year = 2017; // Year &amp;lt;&amp;gt; 2017 for exclude the value(as per your title)&lt;/P&gt;&lt;P&gt;Load Year from Table where Year = 2017; &lt;SPAN style="font-size: 13.3333px;"&gt;// Year &amp;lt;&amp;gt; 2017 for exclude the value(as per your title)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, In front end&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Year = {'2017'}&amp;gt;}Measure) // Year -= {'2017'}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:36:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-data/m-p/1430207#M808514</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-10-25T15:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/exclude-data/m-p/1430208#M808515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In Qlikview try this way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;From Table&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Year = 2017;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;From Table Where&amp;nbsp; Year = Match(Year,2017);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;*&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;From Table Where&amp;nbsp; Match(Year,2017)=1;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Or&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load * From Table Year Like '2017';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Oct 2017 15:41:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/exclude-data/m-p/1430208#M808515</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-10-25T15:41:24Z</dc:date>
    </item>
  </channel>
</rss>

