<?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: null or missing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/null-or-missing/m-p/1063688#M937531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, please close the thread by marking correct and helpful answers if you got what you were looking for &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, 18 Feb 2016 13:45:00 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-02-18T13:45:00Z</dc:date>
    <item>
      <title>null or missing</title>
      <link>https://community.qlik.com/t5/QlikView/null-or-missing/m-p/1063682#M937525</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;basically my chart is showing for one of the columns as '-' ... but in the presentation tab.. I changed both null symbol and missing symbol to Null and Missing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the chart only showed some of them as ;null' and most of them as '-'..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anybody know why is this ? and what '-' corresponds to?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 11:02:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-or-missing/m-p/1063682#M937525</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-02-18T11:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: null or missing</title>
      <link>https://community.qlik.com/t5/QlikView/null-or-missing/m-p/1063683#M937526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be Your data contains that value?&lt;/P&gt;&lt;P&gt;can share a sample&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 11:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-or-missing/m-p/1063683#M937526</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2016-02-18T11:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: null or missing</title>
      <link>https://community.qlik.com/t5/QlikView/null-or-missing/m-p/1063684#M937527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be the data is coming in as '-' instead of null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try suppressing the - to null in the script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;PurgeChar(FieldName, '-') as FieldName&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 11:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-or-missing/m-p/1063684#M937527</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-18T11:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: null or missing</title>
      <link>https://community.qlik.com/t5/QlikView/null-or-missing/m-p/1063685#M937528</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;This could help you.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/blogs/qlikviewdesignblog/2013/04/30/null-the-invisible-nothing" title="https://community.qlik.com/blogs/qlikviewdesignblog/2013/04/30/null-the-invisible-nothing"&gt;https://community.qlik.com/blogs/qlikviewdesignblog/2013/04/30/null-the-invisible-nothing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 11:06:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-or-missing/m-p/1063685#M937528</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2016-02-18T11:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: null or missing</title>
      <link>https://community.qlik.com/t5/QlikView/null-or-missing/m-p/1063686#M937529</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;Try to remove this at the load script by filtering it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Len(FieldName) = 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;If(FieldName = '-', 0 Fieldname)&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And there are many ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 11:17:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-or-missing/m-p/1063686#M937529</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2016-02-18T11:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: null or missing</title>
      <link>https://community.qlik.com/t5/QlikView/null-or-missing/m-p/1063687#M937530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all I solved it by using a filter in the script where the whitespaces and -.. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2016 13:43:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-or-missing/m-p/1063687#M937530</guid>
      <dc:creator>raadwiptec</dc:creator>
      <dc:date>2016-02-18T13:43:38Z</dc:date>
    </item>
    <item>
      <title>Re: null or missing</title>
      <link>https://community.qlik.com/t5/QlikView/null-or-missing/m-p/1063688#M937531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome, please close the thread by marking correct and helpful answers if you got what you were looking for &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, 18 Feb 2016 13:45:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-or-missing/m-p/1063688#M937531</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-02-18T13:45:00Z</dc:date>
    </item>
  </channel>
</rss>

