<?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 Selecting blank records from a list in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selecting-blank-records-from-a-list/m-p/177799#M1329039</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot select NULL-values.&lt;BR /&gt;You may&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;rerun your table and identify them with a logical check:&lt;BR /&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD IF(LEN(TRIM(ProductName)) = 0, '#N/A', ProductName) AS ProductName_corr FROM ...&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/LI&gt;&lt;LI&gt;if Product-Name is derived from an outside table, linked via KEEP:&lt;BR /&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LET OTHERSYMBOL = +';&lt;BR /&gt;....&lt;BR /&gt;Products: LEFT KEEP YourTable LOAD Product_ID, ProductName FROM ...;&lt;BR /&gt;MissingProductName: LOAD * INLINE [Product_ID, ProductName&lt;BR /&gt;+, #N/A];&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/LI&gt;&lt;LI&gt;Use a calculated Expression in a Multibox:&lt;BR /&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;IF(LEN(TRIM(ProductName)) = 0, Product_ID)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;This should list you all the ID's, which then you may select to see further details&lt;/LI&gt;&lt;LI&gt;Similar can be done as calculated dimension in a report&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Feb 2011 11:05:22 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2011-02-21T11:05:22Z</dc:date>
    <item>
      <title>Selecting blank records from a list</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-blank-records-from-a-list/m-p/177797#M1329032</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 am trying to select blank records from a list or from my pivot table but there appears to be no "null" selection criteria. Am i miaaing something really obvious or do I need to edit my script&lt;/P&gt;&lt;P&gt;I want Product_ Name to show blank records as well as populated fields.&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;BR /&gt;&lt;BR /&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;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;/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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&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;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;'PROODUCT_NAME`'&lt;BR /&gt;&lt;BR /&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;SQL&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;SELECT&lt;/B&gt; &lt;P&gt;*&lt;/P&gt;&lt;B&gt;&lt;/B&gt;&lt;P style="font-weight: bold"&gt;FROM&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;TimeAnalysisOutputtbl;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-blank-records-from-a-list/m-p/177797#M1329032</guid>
      <dc:creator />
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Selecting blank records from a list</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-blank-records-from-a-list/m-p/177798#M1329035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;If(IsNull(PROODUCT_NAME),'Missing Names',PROODUCT_NAME) as PROODUCT_NAME;&lt;/P&gt;&lt;P&gt;SQL&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;TimeAnalysisOutputtbl;&lt;/P&gt;&lt;P&gt;Now all product with Null value will be populated to "Missing Names" &amp;amp; also you are free to make selection to this irrespective to object type(either a list box or pivot table)&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 11:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-blank-records-from-a-list/m-p/177798#M1329035</guid>
      <dc:creator />
      <dc:date>2011-02-21T11:04:55Z</dc:date>
    </item>
    <item>
      <title>Selecting blank records from a list</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-blank-records-from-a-list/m-p/177799#M1329039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You cannot select NULL-values.&lt;BR /&gt;You may&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;rerun your table and identify them with a logical check:&lt;BR /&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LOAD IF(LEN(TRIM(ProductName)) = 0, '#N/A', ProductName) AS ProductName_corr FROM ...&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/LI&gt;&lt;LI&gt;if Product-Name is derived from an outside table, linked via KEEP:&lt;BR /&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;LET OTHERSYMBOL = +';&lt;BR /&gt;....&lt;BR /&gt;Products: LEFT KEEP YourTable LOAD Product_ID, ProductName FROM ...;&lt;BR /&gt;MissingProductName: LOAD * INLINE [Product_ID, ProductName&lt;BR /&gt;+, #N/A];&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;/LI&gt;&lt;LI&gt;Use a calculated Expression in a Multibox:&lt;BR /&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;IF(LEN(TRIM(ProductName)) = 0, Product_ID)&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;This should list you all the ID's, which then you may select to see further details&lt;/LI&gt;&lt;LI&gt;Similar can be done as calculated dimension in a report&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 11:05:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-blank-records-from-a-list/m-p/177799#M1329039</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2011-02-21T11:05:22Z</dc:date>
    </item>
    <item>
      <title>Selecting blank records from a list</title>
      <link>https://community.qlik.com/t5/QlikView/Selecting-blank-records-from-a-list/m-p/177800#M1329042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks both of these options work a treat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Feb 2011 11:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selecting-blank-records-from-a-list/m-p/177800#M1329042</guid>
      <dc:creator />
      <dc:date>2011-02-21T11:38:50Z</dc:date>
    </item>
  </channel>
</rss>

