<?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: Need Help Regarding Filtering Data in Water Cooler</title>
    <link>https://community.qlik.com/t5/Water-Cooler/Need-Help-Regarding-Filtering-Data/m-p/572195#M2280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alessandro, thanks for taking the time to answer this. I am still using my Personal edition of Qlikview until I am able to demonstrate a rationale for a licence based on finding solutions for things like this, so am unable to open your amended file. are you ableto explain in words to me what steps you have gone through?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Mar 2014 14:40:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-03-13T14:40:19Z</dc:date>
    <item>
      <title>Need Help Regarding Filtering Data</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Need-Help-Regarding-Filtering-Data/m-p/572193#M2278</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;The second list is a list of agencies and their excluded Business lines.&lt;/P&gt;&lt;P&gt;I have combined the 2 lists and am able to view the total data, and 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;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 :-&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 13:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Need-Help-Regarding-Filtering-Data/m-p/572193#M2278</guid>
      <dc:creator />
      <dc:date>2014-03-13T13:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help Regarding Filtering Data</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Need-Help-Regarding-Filtering-Data/m-p/572194#M2279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here it is&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 14:00:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Need-Help-Regarding-Filtering-Data/m-p/572194#M2279</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2014-03-13T14:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help Regarding Filtering Data</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Need-Help-Regarding-Filtering-Data/m-p/572195#M2280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alessandro, thanks for taking the time to answer this. I am still using my Personal edition of Qlikview until I am able to demonstrate a rationale for a licence based on finding solutions for things like this, so am unable to open your amended file. are you ableto explain in words to me what steps you have gone through?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Mar 2014 14:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Need-Help-Regarding-Filtering-Data/m-p/572195#M2280</guid>
      <dc:creator />
      <dc:date>2014-03-13T14:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help Regarding Filtering Data</title>
      <link>https://community.qlik.com/t5/Water-Cooler/Need-Help-Regarding-Filtering-Data/m-p/572196#M2281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It isn't working because QV doesn't allow you to select a null value to filter on, so what you need to do is populate those null values with something.&amp;nbsp; Here is an example of how to do that with your sample data in the load script (if you swap out the load script you have in your sample file, and replace it with this, you should see that the nulls are replaced by "Not Excluded", and you can then click on the value):&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&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; [Bus Class],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Premium&lt;/P&gt;
&lt;P&gt;FROM Data.xls&lt;/P&gt;
&lt;P&gt;(biff, embedded labels);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LEFT JOIN (Data)&lt;/P&gt;
&lt;P&gt;LOAD Agency,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Bus Class],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Excluded as ExcludedTemp&lt;/P&gt;
&lt;P&gt;FROM Exclusions.xls&lt;/P&gt;
&lt;P&gt;(biff, embedded labels);&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;LEFT JOIN (Data)&lt;/P&gt;
&lt;P&gt;LOAD Agency,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Bus Class],&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Premium,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(ExcludedTemp = 'Excluded', 'Excluded', 'Not Excluded') as Excluded&lt;/P&gt;
&lt;P&gt;RESIDENT Data;&lt;/P&gt;
&lt;P&gt;DROP FIELD ExcludedTemp;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Mar 2014 17:46:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Water-Cooler/Need-Help-Regarding-Filtering-Data/m-p/572196#M2281</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-03-14T17:46:24Z</dc:date>
    </item>
  </channel>
</rss>

