<?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 Re: Excluding NULL values in where class in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181688#M382876</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Store;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Sep 2016 10:01:18 GMT</pubDate>
    <dc:creator>Anil_Babu_Samineni</dc:creator>
    <dc:date>2016-09-26T10:01:18Z</dc:date>
    <item>
      <title>Excluding NULL values in where class</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181686#M382874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a QVD and in one of the field called "Store" null values are there. I need to exclude those NULL records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried with below conditions but i cannot able to filter those values. Can anyone help me on this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Store&amp;lt;&amp;gt;' ';&lt;/P&gt;&lt;P&gt;Where Store &amp;lt;&amp;gt; 'NULL ';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 09:57:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181686#M382874</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-09-26T09:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding NULL values in where class</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181687#M382875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Len(Trim(Store))&amp;gt;0;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 09:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181687#M382875</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-09-26T09:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding NULL values in where class</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181688#M382876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try this too&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Store;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:01:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181688#M382876</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-09-26T10:01:18Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding NULL values in where class</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181689#M382877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Store &amp;lt;&amp;gt; null();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;D.A. MB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:01:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181689#M382877</guid>
      <dc:creator>miguelbraga</dc:creator>
      <dc:date>2016-09-26T10:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding NULL values in where class</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181690#M382878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use &lt;STRONG&gt;not IsNull(Store)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Store &amp;lt;&amp;gt; Null()&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:03:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181690#M382878</guid>
      <dc:creator>pradeep_s</dc:creator>
      <dc:date>2016-09-26T10:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding NULL values in where class</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181691#M382879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for quick response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181691#M382879</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-09-26T10:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding NULL values in where class</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181692#M382880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Srishar, Does &lt;STRONG&gt;Tresesco&lt;/STRONG&gt; suggestion is working or not?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181692#M382880</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2016-09-26T10:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Excluding NULL values in where class</title>
      <link>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181693#M382881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;His responses always works &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; so i kept his response as helpful and used migual response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Sep 2016 10:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excluding-NULL-values-in-where-class/m-p/1181693#M382881</guid>
      <dc:creator>sridhar_sigired</dc:creator>
      <dc:date>2016-09-26T10:20:13Z</dc:date>
    </item>
  </channel>
</rss>

