<?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 Give some name for Null Data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Give-some-name-for-Null-Data/m-p/167485#M39031</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am designing a graph for number of employees for each city. There is no data for the city field for some employees so it us seen as blank in bar chart as well as list box. I need to replace teh Null Vlaue with 'No Data'. How to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Aug 2010 07:44:26 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-08-19T07:44:26Z</dc:date>
    <item>
      <title>Give some name for Null Data</title>
      <link>https://community.qlik.com/t5/QlikView/Give-some-name-for-Null-Data/m-p/167485#M39031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am designing a graph for number of employees for each city. There is no data for the city field for some employees so it us seen as blank in bar chart as well as list box. I need to replace teh Null Vlaue with 'No Data'. How to do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 07:44:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Give-some-name-for-Null-Data/m-p/167485#M39031</guid>
      <dc:creator />
      <dc:date>2010-08-19T07:44:26Z</dc:date>
    </item>
    <item>
      <title>Give some name for Null Data</title>
      <link>https://community.qlik.com/t5/QlikView/Give-some-name-for-Null-Data/m-p/167486#M39032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can write if condition for that like: if len(EmployeeName&amp;gt;0,EmployeeName,'Others') as EmployeeName.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 07:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Give-some-name-for-Null-Data/m-p/167486#M39032</guid>
      <dc:creator />
      <dc:date>2010-08-19T07:50:47Z</dc:date>
    </item>
    <item>
      <title>Give some name for Null Data</title>
      <link>https://community.qlik.com/t5/QlikView/Give-some-name-for-Null-Data/m-p/167487#M39033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this expression&lt;/P&gt;&lt;P&gt;If(isnull(city) or len(trim(city))=0,'No Data',City) as city&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 07:55:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Give-some-name-for-Null-Data/m-p/167487#M39033</guid>
      <dc:creator />
      <dc:date>2010-08-19T07:55:21Z</dc:date>
    </item>
    <item>
      <title>Give some name for Null Data</title>
      <link>https://community.qlik.com/t5/QlikView/Give-some-name-for-Null-Data/m-p/167488#M39034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks, It worked when I gave the formula at Script level. But how to do at the report level? If it part of a multibox or a list box or a chart.&lt;/P&gt;&lt;P&gt;Nanda.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Aug 2010 09:22:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Give-some-name-for-Null-Data/m-p/167488#M39034</guid>
      <dc:creator />
      <dc:date>2010-08-19T09:22:15Z</dc:date>
    </item>
    <item>
      <title>Give some name for Null Data</title>
      <link>https://community.qlik.com/t5/QlikView/Give-some-name-for-Null-Data/m-p/167489#M39035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I recommend doing it in the script for performance. But if you really want to do it in an object, the syntax is the same. For instance, create a list box, select &amp;lt;expression&amp;gt; instead of the field, and enter the expression that was working in your script (without the "as city" part).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Aug 2010 00:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Give-some-name-for-Null-Data/m-p/167489#M39035</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-08-20T00:54:15Z</dc:date>
    </item>
  </channel>
</rss>

