<?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 Null value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Null-value/m-p/581319#M215903</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;I have a requirement, where i need to display the top users in a straight table. but issue here is some of the usename's are null and has userid's and in such case instead of username i have to display the user id in the table than showing null username.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2014 11:28:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-04-30T11:28:11Z</dc:date>
    <item>
      <title>Null value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value/m-p/581319#M215903</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;I have a requirement, where i need to display the top users in a straight table. but issue here is some of the usename's are null and has userid's and in such case instead of username i have to display the user id in the table than showing null username.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 11:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value/m-p/581319#M215903</guid>
      <dc:creator />
      <dc:date>2014-04-30T11:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Null value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value/m-p/581320#M215904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your script .. .use below instead of username&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Len(Trim(username))=0,'No Name' &amp;amp; [user id], usename) as username,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Now you can show it by username&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 11:30:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value/m-p/581320#M215904</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-04-30T11:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Null value</title>
      <link>https://community.qlik.com/t5/QlikView/Null-value/m-p/581321#M215905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you dont want to show null values then use below script&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt; if( Len(trim(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;username&lt;/SPAN&gt;)) &amp;gt; 0 , userid )&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2014 11:33:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Null-value/m-p/581321#M215905</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-04-30T11:33:12Z</dc:date>
    </item>
  </channel>
</rss>

