<?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 handling in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-handling/m-p/1034013#M640649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this for handling and showing blank values as NA in chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(len(trim(Category))=0,'NA',Category)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2016 16:18:16 GMT</pubDate>
    <dc:creator>satishkurra</dc:creator>
    <dc:date>2016-02-15T16:18:16Z</dc:date>
    <item>
      <title>Null handling</title>
      <link>https://community.qlik.com/t5/QlikView/Null-handling/m-p/1034012#M640648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have Category field in my Dashboard.&lt;/P&gt;&lt;P&gt;There is missing or null values as well in the column. Requirement is to define null values or missing values to ' NA' Category. I have used below expression for this in my script while loading Category field.&lt;/P&gt;&lt;P&gt;If(Len(Category)=0 OR Category='','NA', Category) as Category.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But still I could see blank values in the Category legend of my chart. Could you please help me in this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 10:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-handling/m-p/1034012#M640648</guid>
      <dc:creator />
      <dc:date>2016-02-15T10:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Null handling</title>
      <link>https://community.qlik.com/t5/QlikView/Null-handling/m-p/1034013#M640649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this for handling and showing blank values as NA in chart&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(len(trim(Category))=0,'NA',Category)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 16:18:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-handling/m-p/1034013#M640649</guid>
      <dc:creator>satishkurra</dc:creator>
      <dc:date>2016-02-15T16:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Null handling</title>
      <link>https://community.qlik.com/t5/QlikView/Null-handling/m-p/1034014#M640650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can also try this in script...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET&amp;nbsp; NULLVALUE ='NA';&lt;/P&gt;&lt;P&gt;NULLASVLUE&amp;nbsp; Category;&lt;/P&gt;&lt;P&gt;Load Field1, Field2, &lt;SPAN style="font-size: 13.3333px;"&gt;Category &lt;/SPAN&gt;from File;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Feb 2016 16:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-handling/m-p/1034014#M640650</guid>
      <dc:creator>PradeepReddy</dc:creator>
      <dc:date>2016-02-15T16:21:56Z</dc:date>
    </item>
  </channel>
</rss>

