<?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: Query with regard to filtering data - Please Help!! in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Query-with-regard-to-filtering-data-Please-Help/m-p/575941#M478512</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ManyThanks Coen, spot on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Mar 2014 11:32:46 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-14T11:32:46Z</dc:date>
    <item>
      <title>Query with regard to filtering data - Please Help!!</title>
      <link>https://community.qlik.com/t5/QlikView/Query-with-regard-to-filtering-data-Please-Help/m-p/575938#M478509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi, I have 2 lists of information. The first list contains information regarding over 100 agencies across 15 lines of business.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second list is a list of agencies and their excluded business lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have combined the 2 list and am able to view the total data, and can filter to the data on the excluded lines, but what I can't do is filter out the excluded business to just leave the non-excluded business.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have recreated the issue in a very simplified version in the attached files. If you have a solution please could you let me have this in narrative rather than update my file, as I am still using my Personal version of Qlikview while I try and build a Business Case to purchase licences.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All help would be most welcome.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 10:49:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-with-regard-to-filtering-data-Please-Help/m-p/575938#M478509</guid>
      <dc:creator />
      <dc:date>2014-03-14T10:49:05Z</dc:date>
    </item>
    <item>
      <title>Re: Query with regard to filtering data - Please Help!!</title>
      <link>https://community.qlik.com/t5/QlikView/Query-with-regard-to-filtering-data-Please-Help/m-p/575939#M478510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris,&lt;/P&gt;&lt;P&gt;I Think you can use the applymap functionality to add field Excluded to table 'Data''. When field Excluded is empty (null) you can give it another value. e.g. 'Non-exluded'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MappingTable:&lt;/P&gt;&lt;P&gt;mapping &lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; Agency &amp;amp; [Bus Class] AS ID, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Excluded&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD Agency, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Bus Class], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Premium,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ApplyMap('MappingTable', Agency &amp;amp; [Bus Class], 'Non-excluded') as Excluded&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(biff, embedded labels);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 11:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-with-regard-to-filtering-data-Please-Help/m-p/575939#M478510</guid>
      <dc:creator>cgdonders</dc:creator>
      <dc:date>2014-03-14T11:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Query with regard to filtering data - Please Help!!</title>
      <link>https://community.qlik.com/t5/QlikView/Query-with-regard-to-filtering-data-Please-Help/m-p/575940#M478511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;like this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 11:10:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-with-regard-to-filtering-data-Please-Help/m-p/575940#M478511</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-03-14T11:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Query with regard to filtering data - Please Help!!</title>
      <link>https://community.qlik.com/t5/QlikView/Query-with-regard-to-filtering-data-Please-Help/m-p/575941#M478512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ManyThanks Coen, spot on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 11:32:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Query-with-regard-to-filtering-data-Please-Help/m-p/575941#M478512</guid>
      <dc:creator />
      <dc:date>2014-03-14T11:32:46Z</dc:date>
    </item>
  </channel>
</rss>

