<?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 View records where null in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/View-records-where-null/m-p/287377#M106905</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that's because Null is not a value, so you can't select it (unless you specified NullAsValue in the load script).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But maybe this works:&lt;/P&gt;&lt;P&gt;sum(if(isNull([Date order placed])=-1, LineItems::PriceTotalSummary))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Aug 2011 23:07:06 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2011-08-19T23:07:06Z</dc:date>
    <item>
      <title>View records where null</title>
      <link>https://community.qlik.com/t5/QlikView/View-records-where-null/m-p/287376#M106904</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 would like only to view in my straight table records where 'Date order placed' is blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is expression i am using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( {$&amp;lt;[Date order placed]={“”}&amp;gt;} LineItems::PriceTotalSummary)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me why this wont work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 22:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/View-records-where-null/m-p/287376#M106904</guid>
      <dc:creator>Sunil_Kenth</dc:creator>
      <dc:date>2011-08-19T22:58:43Z</dc:date>
    </item>
    <item>
      <title>View records where null</title>
      <link>https://community.qlik.com/t5/QlikView/View-records-where-null/m-p/287377#M106905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that's because Null is not a value, so you can't select it (unless you specified NullAsValue in the load script).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But maybe this works:&lt;/P&gt;&lt;P&gt;sum(if(isNull([Date order placed])=-1, LineItems::PriceTotalSummary))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Aug 2011 23:07:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/View-records-where-null/m-p/287377#M106905</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-08-19T23:07:06Z</dc:date>
    </item>
    <item>
      <title>View records where null</title>
      <link>https://community.qlik.com/t5/QlikView/View-records-where-null/m-p/287378#M106906</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;&amp;nbsp;&amp;nbsp;&amp;nbsp; Do following settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Go to dimension tab, Select the dimensions and uncheck the option "Suppress When Value is Null" &lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Go to Expression Tab -&amp;gt; Uncheck "Suppress Zero Value"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Aug 2011 06:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/View-records-where-null/m-p/287378#M106906</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-08-20T06:50:27Z</dc:date>
    </item>
    <item>
      <title>View records where null</title>
      <link>https://community.qlik.com/t5/QlikView/View-records-where-null/m-p/287379#M106907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe a if statement could be utilized if you are looking for Null values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum( If( IsNull([Date order placed]) LineItems::PriceTotalSummary)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Aug 2011 15:33:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/View-records-where-null/m-p/287379#M106907</guid>
      <dc:creator>ToniKautto</dc:creator>
      <dc:date>2011-08-20T15:33:32Z</dc:date>
    </item>
  </channel>
</rss>

