<?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 load field with empty values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-field-with-empty-values/m-p/300792#M111344</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think that ISNULL may not always deliver correct results on 64bit-computers. Function may be replaced by LEN(TRIM(Status)) = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Jun 2011 20:46:01 GMT</pubDate>
    <dc:creator>prieper</dc:creator>
    <dc:date>2011-06-19T20:46:01Z</dc:date>
    <item>
      <title>load field with empty values</title>
      <link>https://community.qlik.com/t5/QlikView/load-field-with-empty-values/m-p/300790#M111342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i'm loading an excel-file with a field "status" some of the records contain no value in this field "status".&lt;/P&gt;&lt;P&gt;if i make a list box in qlikview it's impossible to select the records without a value in this field because it doesn't give the empty value to choose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i solve this?&lt;/P&gt;&lt;P&gt;do i need to do this in the load statement by replacing the "null"value by something else?&lt;/P&gt;&lt;P&gt;and how should this be done? or is there another way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanx!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;grtz,&lt;/P&gt;&lt;P&gt;chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2011 09:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-field-with-empty-values/m-p/300790#M111342</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2011-06-19T09:40:04Z</dc:date>
    </item>
    <item>
      <title>load field with empty values</title>
      <link>https://community.qlik.com/t5/QlikView/load-field-with-empty-values/m-p/300791#M111343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i already found the answer!:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if ( is null (status) , 'empty', status) as status1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;SPAN style=": ; color: #0000ff; font-size: 1;"&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;/SPAN&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&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2011 09:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-field-with-empty-values/m-p/300791#M111343</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2011-06-19T09:56:37Z</dc:date>
    </item>
    <item>
      <title>load field with empty values</title>
      <link>https://community.qlik.com/t5/QlikView/load-field-with-empty-values/m-p/300792#M111344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Think that ISNULL may not always deliver correct results on 64bit-computers. Function may be replaced by LEN(TRIM(Status)) = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jun 2011 20:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-field-with-empty-values/m-p/300792#M111344</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2011-06-19T20:46:01Z</dc:date>
    </item>
    <item>
      <title>load field with empty values</title>
      <link>https://community.qlik.com/t5/QlikView/load-field-with-empty-values/m-p/300793#M111345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN lang="NL-BE" style="font-size: 11pt; color: #1f497d; font-family: 'Calibri','sans-serif';"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="NL-BE" style="font-size: 11pt; color: #1f497d; font-family: 'Calibri','sans-serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11pt; color: #1f497d; font-family: 'Calibri','sans-serif';"&gt;I don’t work on a 64bit computer at the moment, but i’ll keep it in mind!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11pt; color: #1f497d; font-family: 'Calibri','sans-serif';"&gt;Could you also explain what every piece of the function&amp;nbsp; just does? So I understand a bit better.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11pt; color: #1f497d; font-family: 'Calibri','sans-serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11pt; color: #1f497d; font-family: 'Calibri','sans-serif';"&gt;Thanx!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11pt; color: #1f497d; font-family: 'Calibri','sans-serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 11pt; color: #1f497d; font-family: 'Calibri','sans-serif';"&gt;Chris&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 07:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-field-with-empty-values/m-p/300793#M111345</guid>
      <dc:creator>chriscools</dc:creator>
      <dc:date>2011-06-20T07:22:36Z</dc:date>
    </item>
    <item>
      <title>load field with empty values</title>
      <link>https://community.qlik.com/t5/QlikView/load-field-with-empty-values/m-p/300794#M111346</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;&lt;/P&gt;&lt;P&gt;am not such a techie, but think that there is a different interpretation of the NULL-value in 32- and 64-bit systems, thus the check with ISNULL may deliver different results.&lt;/P&gt;&lt;P&gt;The LEN-function simply checks the length of a fieldcontent and always returns an integer, in case of no entry (NULL) it will show "0". TRIM-function is just to safeguard that also a series of blanks would be treated like NULL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jun 2011 14:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-field-with-empty-values/m-p/300794#M111346</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2011-06-20T14:00:20Z</dc:date>
    </item>
  </channel>
</rss>

