<?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 field in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/null-field/m-p/501753#M692480</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;I tried several&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;options&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;but I could not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;bring&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;field&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;only when it&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is not null&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Can you help me&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;command to be&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;used&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Aug 2013 20:55:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-08-16T20:55:31Z</dc:date>
    <item>
      <title>null field</title>
      <link>https://community.qlik.com/t5/QlikView/null-field/m-p/501753#M692480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;I tried several&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;options&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;but I could not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;bring&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;field&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;only when it&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is not null&lt;/SPAN&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class="hps"&gt;Can you help me&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;with the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;command to be&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;used&lt;/SPAN&gt;&lt;SPAN&gt;?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 20:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-field/m-p/501753#M692480</guid>
      <dc:creator />
      <dc:date>2013-08-16T20:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: null field</title>
      <link>https://community.qlik.com/t5/QlikView/null-field/m-p/501754#M692481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In script you can use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where len(fieldName)&amp;gt;0;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;where not isnull(fieldName);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In chart expression using set analysis&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;FieldName={*}&amp;gt;} FieldName1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Celambarasan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 21:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-field/m-p/501754#M692481</guid>
      <dc:creator>CELAMBARASAN</dc:creator>
      <dc:date>2013-08-16T21:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: null field</title>
      <link>https://community.qlik.com/t5/QlikView/null-field/m-p/501755#M692482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;continues&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;the second&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;option that&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;was&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;sent&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;my test&lt;/SPAN&gt;, &lt;SPAN class="hps"&gt;the&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;scrip&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;is&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that I'm&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the problem&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Aug 2013 21:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/null-field/m-p/501755#M692482</guid>
      <dc:creator />
      <dc:date>2013-08-16T21:12:51Z</dc:date>
    </item>
  </channel>
</rss>

