<?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 Question on loading null values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-on-loading-null-values/m-p/521481#M693255</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently took over an app that is using a perl script to pipe the data from the database to a text file.&amp;nbsp; For any null or undefined values from the db, the script gives the field a value of "-".&amp;nbsp; I know that null values are represented as "-" in Qlikview, but i have no idea why this script explicitly converts nulls to "-" in the data file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question:&amp;nbsp; is there risk to simply loading (if pipe is the delimiter) "||" instead of "|-|"?&amp;nbsp; Does Qlikview view that as being one and the same?&amp;nbsp; I want to switch over from text file loads to direct database loads, this is one of the differences i'm finding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Aug 2013 20:45:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-22T20:45:02Z</dc:date>
    <item>
      <title>Question on loading null values</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-loading-null-values/m-p/521481#M693255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recently took over an app that is using a perl script to pipe the data from the database to a text file.&amp;nbsp; For any null or undefined values from the db, the script gives the field a value of "-".&amp;nbsp; I know that null values are represented as "-" in Qlikview, but i have no idea why this script explicitly converts nulls to "-" in the data file. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question:&amp;nbsp; is there risk to simply loading (if pipe is the delimiter) "||" instead of "|-|"?&amp;nbsp; Does Qlikview view that as being one and the same?&amp;nbsp; I want to switch over from text file loads to direct database loads, this is one of the differences i'm finding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 20:45:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-loading-null-values/m-p/521481#M693255</guid>
      <dc:creator />
      <dc:date>2013-08-22T20:45:02Z</dc:date>
    </item>
    <item>
      <title>Re: Question on loading null values</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-loading-null-values/m-p/521482#M693256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, it's not the one and the same for QV. There is a difference between a value like '-' and NULL (and that's not only the case regarding QV), e.g. when counting field values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a close look into your app, you will probably find some places where there is taken care of the special char '-'.&lt;/P&gt;&lt;P&gt;But, you can probably adapt your app to handle also NULLs in your data model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 21:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-loading-null-values/m-p/521482#M693256</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2013-08-22T21:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Question on loading null values</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-loading-null-values/m-p/521483#M693257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; There are actually many apps these qvd's are loaded into so i'd have to check all of them for logic.&amp;nbsp; What does a "-" mean when loaded to QV?&amp;nbsp; I know that it displays a "-" if there is no value in a chart for example, but i can't understand why anyone would want to load a "-" explicitly. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 21:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-loading-null-values/m-p/521483#M693257</guid>
      <dc:creator />
      <dc:date>2013-08-23T21:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Question on loading null values</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-loading-null-values/m-p/521484#M693258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a literal hyphen "-" in your source file which represents a NULL value I would suggest to dump it in the source like you already have considered: empty value as "||" where pipe is delimiter instead of "|-|"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, there is no risk to load NULL values directly from a database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 22:13:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-loading-null-values/m-p/521484#M693258</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-08-23T22:13:47Z</dc:date>
    </item>
  </channel>
</rss>

