<?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 Filter for Null Values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-for-Null-Values/m-p/920757#M319014</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 was trying to make a filter on my dashboard for whether or not a ticket is assigned to an actor. The function I entered to do this is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(len(trim(actorname))=0,'Unassigned','Assigned')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to apply the filter as Assigned or Unassigned, in the straight table I have displaying the rest of the ticket information, I see both assigned and unassigned tickets. How should I enter the function into the filter so that it truly reflects both assigned and unassigned tickets?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2015 19:15:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-29T19:15:11Z</dc:date>
    <item>
      <title>Filter for Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-for-Null-Values/m-p/920757#M319014</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 was trying to make a filter on my dashboard for whether or not a ticket is assigned to an actor. The function I entered to do this is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(len(trim(actorname))=0,'Unassigned','Assigned')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to apply the filter as Assigned or Unassigned, in the straight table I have displaying the rest of the ticket information, I see both assigned and unassigned tickets. How should I enter the function into the filter so that it truly reflects both assigned and unassigned tickets?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 19:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-for-Null-Values/m-p/920757#M319014</guid>
      <dc:creator />
      <dc:date>2015-07-29T19:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Filter for Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-for-Null-Values/m-p/920758#M319015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can do anyone of below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Create a Flag in script for Null and NonNull Values&lt;/P&gt;&lt;P&gt;If(Len(Trim(actorname))=0 or IsNull(actorname), 'Unassigned','Assigned') as Flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you can use Flag List box to filter null values using unassigned&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Create a dummy actorname for Null values&lt;/P&gt;&lt;P&gt;If(Len(Trim(actorname))=0 or IsNull(actorname), 'Dummy',actorname) as actorname&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2015 20:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-for-Null-Values/m-p/920758#M319015</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-07-29T20:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filter for Null Values</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-for-Null-Values/m-p/920759#M319016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2015 11:50:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-for-Null-Values/m-p/920759#M319016</guid>
      <dc:creator />
      <dc:date>2015-07-30T11:50:29Z</dc:date>
    </item>
  </channel>
</rss>

