<?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: Missing data - Nulls? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Missing-data-Nulls/m-p/811195#M1028267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Chart Properties&amp;gt;&amp;gt; presentation Tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two options 1 for NULL Symbol and another for Missing Symbol.&lt;/P&gt;&lt;P&gt;You can Type there whatever you want in place of missing symbol/Null symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope your problem will resolve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Feb 2015 09:38:58 GMT</pubDate>
    <dc:creator>tyagishaila</dc:creator>
    <dc:date>2015-02-16T09:38:58Z</dc:date>
    <item>
      <title>Missing data - Nulls?</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-data-Nulls/m-p/811193#M1028265</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;Really new to this and need to work out how to replace empty field with defined text in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example attached, where this is no name eg ' - ', how can I replace this in the script to a default, for example 'Temp'?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/78206_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&amp;nbsp; Make 5 and 6 have Temp in Responsible??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 09:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-data-Nulls/m-p/811193#M1028265</guid>
      <dc:creator>bazzaonline</dc:creator>
      <dc:date>2015-02-16T09:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Missing data - Nulls?</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-data-Nulls/m-p/811194#M1028266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try something like this in you load script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Activity, &lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ( isnull (Responsible) , 'Temp' , &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;Responsible )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Responsible &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 09:37:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-data-Nulls/m-p/811194#M1028266</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-02-16T09:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Missing data - Nulls?</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-data-Nulls/m-p/811195#M1028267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to Chart Properties&amp;gt;&amp;gt; presentation Tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two options 1 for NULL Symbol and another for Missing Symbol.&lt;/P&gt;&lt;P&gt;You can Type there whatever you want in place of missing symbol/Null symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope your problem will resolve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 09:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-data-Nulls/m-p/811195#M1028267</guid>
      <dc:creator>tyagishaila</dc:creator>
      <dc:date>2015-02-16T09:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Missing data - Nulls?</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-data-Nulls/m-p/811196#M1028268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The best way to deal with NULLs is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD Activity,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if ( Len (Responsible) &amp;lt;1, 'Temp' , &lt;/STRONG&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333330154419px; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Responsible )&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; as Responsible&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 09:49:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-data-Nulls/m-p/811196#M1028268</guid>
      <dc:creator>AbhijitBansode</dc:creator>
      <dc:date>2015-02-16T09:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: Missing data - Nulls?</title>
      <link>https://community.qlik.com/t5/QlikView/Missing-data-Nulls/m-p/811197#M1028269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto: point to the chart-&amp;gt;chart properties-&amp;gt;Presentation (tab)-&amp;gt; Null Symbols=Temp /Missing Symbol = Temp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is the easiest way, otherwise you can perform this in your script as Abhijit suggested or in you chart dimensions put a an if condition .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Dlamini&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 10:04:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Missing-data-Nulls/m-p/811197#M1028269</guid>
      <dc:creator />
      <dc:date>2015-02-16T10:04:26Z</dc:date>
    </item>
  </channel>
</rss>

