<?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 How to select BLANKS or &amp;lt;NULL&amp;gt; values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275036#M1203069</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Qlikview should probably just add this as an option to listboxes, give us check missing against keyfield option where you select the keyfield and then it gives the missing records that correspond to the field that the listbox is for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Feb 2012 16:41:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-02-09T16:41:23Z</dc:date>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275021#M1203051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created a tablebox which containes values like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fielda fieldb fieldc fieldd fielde&lt;/P&gt;&lt;P&gt;1 2 A B C&lt;BR /&gt;3 4 D E F&lt;BR /&gt;5 G H I&lt;BR /&gt;6 7 J K&lt;/P&gt;&lt;P&gt;etc, etc&lt;/P&gt;&lt;P&gt;In fieldb and fieldc there a lot of records with no value. What I want is that the user can select those BLANKS so that only the recors appears which do not have a vlaue in column fieldb or fieldc.&lt;/P&gt;&lt;P&gt;I have read this in other threads:&lt;/P&gt;&lt;P&gt;quote&lt;/P&gt;&lt;P&gt;Do you have a NullAsValue in your script ?&lt;/P&gt;&lt;P&gt;or check your NullInterpreter variable ?&lt;/P&gt;&lt;P&gt;unquote.&lt;/P&gt;&lt;P&gt;However nothing works. Can anybody help me with this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 14:20:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275021#M1203051</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-02T14:20:36Z</dc:date>
    </item>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275022#M1203052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Isnull : to select blanks&lt;/P&gt;&lt;P&gt;NOT isnull : to select where not blank&lt;/P&gt;&lt;P&gt;Is this along the right lines.........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 14:26:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275022#M1203052</guid>
      <dc:creator />
      <dc:date>2010-09-02T14:26:49Z</dc:date>
    </item>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275023#M1203053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry I'm not sure what you mean by that . I don't think that NOT isnull will solve my problem, because I want to see everything that ISNULL.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 14:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275023#M1203053</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-02T14:36:14Z</dc:date>
    </item>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275024#M1203054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Nul AsValue *;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;In your script should work&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 14:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275024#M1203054</guid>
      <dc:creator>jedgson</dc:creator>
      <dc:date>2010-09-02T14:52:21Z</dc:date>
    </item>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275025#M1203055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried something like this, but the empty one still do not shows up. Not in Customer Number nor in Not Available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ODBC&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;CONNECT&lt;/B&gt; &lt;B&gt;TO&lt;/B&gt; something;&lt;/P&gt;&lt;P&gt;&lt;I&gt;[Something]:&lt;/I&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;set&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;LOAD&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;CUSTNMBR &lt;B&gt;as&lt;/B&gt; [Custumor Number]&lt;BR /&gt;IF("DOCNUMBR" &amp;lt;&amp;gt; '&amp;lt;NULL&amp;gt;', "CUSTNMBR", '000000000000') &lt;B&gt;as&lt;/B&gt; [Not Available]; NullValue='&amp;lt;NULL&amp;gt;';&lt;BR /&gt;&lt;B&gt;NULLASVALUE&lt;/B&gt; *;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:10:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275025#M1203055</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-02T15:10:45Z</dc:date>
    </item>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275026#M1203056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put the NullAsValue at the beginning of the script&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Sep 2010 15:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275026#M1203056</guid>
      <dc:creator>jedgson</dc:creator>
      <dc:date>2010-09-02T15:14:43Z</dc:date>
    </item>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275027#M1203057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi it still doesn't work. My very first line in the script is:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NULLASVALUE&lt;/STRONG&gt; *;&lt;/P&gt;&lt;P&gt;Then I test DOCNUMBR with the following if statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(IsNull("DOCNUMBR"), 'Not Available', ' ') &lt;B&gt;as&lt;/B&gt; [Not Available];&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;The result is in case that the DOCNUMBR contains a value, that [Not Available] will have the value ' ' as expected.&lt;BR /&gt;When DOCNUMBR doesn't has a value, the result is that [Not available] has a &amp;lt;NULL&amp;gt; value. I'm expecting there the text "Not Available".&lt;/P&gt;&lt;P&gt;When I select in the tablebox the '' value in the [Not Available] column all rows are selected with exeption of the rows with a &amp;lt;NULL&amp;gt; value as expected.&lt;BR /&gt;When I try to select the &amp;lt;NULL&amp;gt; value, nothing happens at all. It seems that QlikView can't make that selection.&lt;/P&gt;&lt;P&gt;So, I'm still confused. Any idea's?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 08:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275027#M1203057</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-03T08:57:11Z</dc:date>
    </item>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275028#M1203058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;You can flag those records and then select only them. RangeNullCount returns the number of null values in the passed expressions. You only have to pass on the function all fields, creating a new field in the LOAD statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;RangeNullCount(fielda, fieldb, fieldc, fieldd, fieldd) AS NullCount&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Then you can use any where statement, conditional expression or set analysis to select only those records where NullCount is greater than 0.&lt;/P&gt;&lt;P&gt;Hope that helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 09:15:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275028#M1203058</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-03T09:15:18Z</dc:date>
    </item>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275029#M1203059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think NullAsValue helps the user to select null values. Essentially you cannot select null values using a click select. You can transform the null values as you have tried, although I would probably use something like this during loading&lt;/P&gt;&lt;P style="font-style: italic"&gt;If(IsNull(DOCNUMBR), 'Not Available', 'Available') as [IsAvailable],&lt;/P&gt;&lt;P&gt;Alternatively, you can use Advanced Search to find the nulls. If you select a list box and start typing, the search dialog comes up. Normally, the search string starts with ** (wildcards), but if you select a list box and type =, you can enter an advanced search expression, for example:&lt;/P&gt;&lt;P&gt;&lt;I&gt;=IsNull(DOCNUMBR)&lt;/I&gt; or &lt;I&gt;=Len(DOCNUMBR)=0&lt;/I&gt; (these two are equivalent, in theory, but I find the second more reliable)&lt;/P&gt;&lt;P&gt;That will select all entries in the list box that have (or are linked to other table records that have) a null value of DOCNUMBR.&lt;/P&gt;&lt;P&gt;If that is too complicated for your users, you can save the advances serach in a bookmark.&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 09:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275029#M1203059</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2010-09-03T09:19:59Z</dc:date>
    </item>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275030#M1203060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;i think nullasvalue or isnull solutions doesn't work for your case.Because your values are blank values.&lt;/P&gt;&lt;P&gt;You must try a solution like this.&lt;/P&gt;&lt;P&gt;if(length(FIELD)&amp;lt;2,'Blanks',FIELD)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 09:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275030#M1203060</guid>
      <dc:creator />
      <dc:date>2010-09-03T09:53:03Z</dc:date>
    </item>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275031#M1203062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for trying to help me, but I have the idea that there is no solution for this. The Tablebox is a combination of three different tables where DOCNMBR is the keyvalue. What I try to select is a value that doesn't exist and that will not work at all ofcourse. So this is what is in my tablebox&lt;/P&gt;&lt;P&gt;DOCNMBR&lt;/P&gt;&lt;P&gt;FROM TABLE A FROM TABLE B FROM TABLE C&lt;/P&gt;&lt;P&gt;1 1 1&lt;BR /&gt;2 2&lt;BR /&gt;3 3 3&lt;BR /&gt;4 4&lt;BR /&gt;5&lt;BR /&gt;6 6 6&lt;/P&gt;&lt;P&gt;So if I select the empty value in row 2 I select a value that doesn't exist, so now I understand that QlikView doesn't make a selection. So I'm affraid this will never work or does any one have an idea ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 10:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275031#M1203062</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-03T10:20:13Z</dc:date>
    </item>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275032#M1203064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the load script, you could map the fields from Table B and Table C into Table A. Then in the apply map statement you could specify Not Available when there is no record in Table B/C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 10:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275032#M1203064</guid>
      <dc:creator>jedgson</dc:creator>
      <dc:date>2010-09-03T10:26:28Z</dc:date>
    </item>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275033#M1203066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you say is right: you cannot select a null value because it doesn't exist.&lt;/P&gt;&lt;P&gt;But, if I understood your question right, if you create a flag field to mark all records in the table that don't have any value will allow you to add this new field to your tablebox so you will be able now to select those records flagged (those who have one or more null fields).&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Sep 2010 10:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275033#M1203066</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-09-03T10:28:42Z</dc:date>
    </item>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275034#M1203067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is how I finally make it happens. I created the expression below where [Field Name] is the column name with the NON existing values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;B&gt;if&lt;/B&gt; (&lt;B&gt;isnull&lt;/B&gt;(&lt;B&gt;[Field Name]&lt;/B&gt;),1,0) &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all for your help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Sep 2010 10:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275034#M1203067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-09-16T10:49:12Z</dc:date>
    </item>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275035#M1203068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more solution, if you ask yourself against what key the value is missing then you can make a listbox with a selection expression:&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM&gt; = if(nr&amp;lt;&amp;gt; '',&amp;nbsp; if(isnull(value), 'Missing', value), value) &lt;/EM&gt; .&lt;/P&gt;&lt;P&gt;Basically check if the key exists and if not then check the missing value records.&amp;nbsp; Just checking the missing value records doesnt work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the loadscript that belongs with this is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table1:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;nr, letter&lt;/P&gt;&lt;P&gt;1, A&lt;/P&gt;&lt;P&gt;2, B&lt;/P&gt;&lt;P&gt;3, C&lt;/P&gt;&lt;P&gt;4, D&lt;/P&gt;&lt;P&gt;5, E&lt;/P&gt;&lt;P&gt;6, F ];&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style=": ; color: #0000ff; font-size: 1;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;table2:&lt;/P&gt;&lt;P&gt;load * inline [&lt;/P&gt;&lt;P&gt;letter, value&lt;/P&gt;&lt;P&gt;A, 123&lt;/P&gt;&lt;P&gt;C, &lt;/P&gt;&lt;P&gt;D, 235&lt;/P&gt;&lt;P&gt;F, 567 ];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A regular listbox on the &lt;EM&gt;value&lt;/EM&gt; field will return &lt;EM&gt;nr &lt;/EM&gt;3, but not record &lt;EM&gt;nr&lt;/EM&gt; 2 and 5 for which the &lt;EM&gt;letter&lt;/EM&gt; is missing in the 2nd table.&lt;/P&gt;&lt;P&gt;The expression above will let you select those records with missing &lt;EM&gt;value&lt;/EM&gt; in a listbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another solution is of course to create a resident table which combines both and checks for missing values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 16:35:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275035#M1203068</guid>
      <dc:creator />
      <dc:date>2012-02-09T16:35:24Z</dc:date>
    </item>
    <item>
      <title>How to select BLANKS or &lt;NULL&gt; values</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275036#M1203069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Qlikview should probably just add this as an option to listboxes, give us check missing against keyfield option where you select the keyfield and then it gives the missing records that correspond to the field that the listbox is for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2012 16:41:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-select-BLANKS-or-lt-NULL-gt-values/m-p/275036#M1203069</guid>
      <dc:creator />
      <dc:date>2012-02-09T16:41:23Z</dc:date>
    </item>
  </channel>
</rss>

