<?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: Filtering by null in Visualization and Usability</title>
    <link>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934679#M46233</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will not work in the frontend. QlikView is not like Excel where you can filter on &amp;lt;Blanks&amp;gt;.&lt;/P&gt;&lt;P&gt;There are several possibilities to solve this issue. During the Load you can use the isnull function like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(&amp;lt;field&amp;gt;,'empty field',&amp;lt;field&amp;gt;) as &amp;lt;field&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you create an extra field with filter like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(&amp;lt;field&amp;gt;,0,1) as &amp;lt;field&amp;gt;filter;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Oct 2015 08:54:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-08T08:54:25Z</dc:date>
    <item>
      <title>Filtering by null</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934674#M46228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear QLIKies,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I filter data by null?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My scenario is as thus, I have 2 tables (2 excel files). Both shared a common field. But I wanna list out those records in tableA that is not found in tableB (missing common field).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 08:07:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934674#M46228</guid>
      <dc:creator />
      <dc:date>2015-10-08T08:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by null</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934675#M46229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;oops accidentally clicked assume answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 08:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934675#M46229</guid>
      <dc:creator />
      <dc:date>2015-10-08T08:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by null</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934676#M46230</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;do you wanna filter the data in an Expression or during Dataload?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 08:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934676#M46230</guid>
      <dc:creator>igdrazil</dc:creator>
      <dc:date>2015-10-08T08:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by null</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934677#M46231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I wanted to filter while viewing the "Sheet". ... Here, I'm trying to look for items that has no "Master Code"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="101403" alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/101403_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 08:29:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934677#M46231</guid>
      <dc:creator />
      <dc:date>2015-10-08T08:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by null</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934678#M46232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you need the data to be shown or not to be shown?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If second you could SET EXPRESSION out the null fields with something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ONLY ( { $ &amp;lt;TableB = { '-= null()' } &amp;gt; } TableA )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure if Syntax is correct but i hope you get the Idea behind it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 08:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934678#M46232</guid>
      <dc:creator>igdrazil</dc:creator>
      <dc:date>2015-10-08T08:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by null</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934679#M46233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This will not work in the frontend. QlikView is not like Excel where you can filter on &amp;lt;Blanks&amp;gt;.&lt;/P&gt;&lt;P&gt;There are several possibilities to solve this issue. During the Load you can use the isnull function like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(&amp;lt;field&amp;gt;,'empty field',&amp;lt;field&amp;gt;) as &amp;lt;field&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you create an extra field with filter like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(isnull(&amp;lt;field&amp;gt;,0,1) as &amp;lt;field&amp;gt;filter;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 08:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934679#M46233</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-08T08:54:25Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by null</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934680#M46234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) on where should i set this expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) and..."ONLY ( { $ &amp;lt;TableB = { '-= null()' } &amp;gt; } TableA )", on where could I the info on such commands?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks Chris. &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, 08 Oct 2015 09:05:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934680#M46234</guid>
      <dc:creator />
      <dc:date>2015-10-08T09:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by null</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934681#M46235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried. But the&amp;nbsp; IsNull in Load is not usable in such scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because, by using ISNULL in the Table with masterCode, there won't be any difference. The reason is that, in the Table with MasterCode, the records is perfect (all with value). But the problem lies in another table having more records than the one table with masterCode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating extra field? Mm...still thinking how will it help and how to do it. Thanks for the reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 09:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934681#M46235</guid>
      <dc:creator />
      <dc:date>2015-10-08T09:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by null</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934682#M46236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;@Kees: &lt;/SPAN&gt;This is Qlik Sense, but i guess you will still be right with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Saw: You should check out the Set Analysis Tutorial Videos for this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Calibri','sans-serif';"&gt;Part 1: &lt;A href="https://www.youtube.com/watch?v=YMQJnKMkfxg"&gt;https://www.youtube.com/watch?v=YMQJnKMkfxg&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Calibri','sans-serif';"&gt;Part 2: &lt;A href="https://www.youtube.com/watch?v=nB-HJ8X1QbI"&gt;https://www.youtube.com/watch?v=nB-HJ8X1QbI&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Calibri','sans-serif';"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Calibri','sans-serif';"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Calibri','sans-serif';"&gt;Chris&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 09:14:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934682#M46236</guid>
      <dc:creator>igdrazil</dc:creator>
      <dc:date>2015-10-08T09:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by null</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934683#M46237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok thanks Chris. Would check it out, for now. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 09:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934683#M46237</guid>
      <dc:creator />
      <dc:date>2015-10-08T09:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by null</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934684#M46238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is described in the following blog post: &lt;A href="https://community.qlik.com/qlik-blogpost/3093"&gt;Finding NULL&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The method is the same in Qlik Sense as in QlikView. However, the "Select Excluded" is found by clicking the search icon, then the three dots:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sense Select Excluded.png" class="jive-image image-1" src="/legacyfs/online/101411_Sense Select Excluded.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HIC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2015 09:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934684#M46238</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2015-10-08T09:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering by null</title>
      <link>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934685#M46239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Much thanks Henric, it is solved. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And also Christoph and Kees.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2015 03:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Visualization-and-Usability/Filtering-by-null/m-p/934685#M46239</guid>
      <dc:creator />
      <dc:date>2015-10-09T03:14:00Z</dc:date>
    </item>
  </channel>
</rss>

