<?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: Exclude only negative value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-only-negative-value/m-p/1643941#M731806</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Load&lt;/SPAN&gt;&lt;SPAN&gt; * &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;from TableA&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;where if(len(Values)&amp;gt;0,Values&amp;gt;0) or Len(Values)=0;&lt;/P&gt;</description>
    <pubDate>Wed, 06 Nov 2019 19:20:23 GMT</pubDate>
    <dc:creator>bharathadde</dc:creator>
    <dc:date>2019-11-06T19:20:23Z</dc:date>
    <item>
      <title>Exclude only negative value</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-only-negative-value/m-p/1643934#M731805</link>
      <description>&lt;P&gt;I'm fetching data from below table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P&gt;ID, Value&lt;/P&gt;&lt;P&gt;1, 58&lt;/P&gt;&lt;P&gt;2, 80&lt;/P&gt;&lt;P&gt;3, 90&lt;/P&gt;&lt;P&gt;4, - 50&lt;/P&gt;&lt;P&gt;5, - 45&lt;/P&gt;&lt;P&gt;6,&amp;nbsp;&lt;/P&gt;&lt;P&gt;7,&lt;/P&gt;&lt;P&gt;8, 78;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to fetch all the data excluding negative values. I have used below condition in Qlik script.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Load * from TableA where values&amp;gt;0;&lt;/P&gt;&lt;P&gt;But it also excluding null values but I want those null values as well. ID 7,8 contain null values. Please suggest.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:01:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-only-negative-value/m-p/1643934#M731805</guid>
      <dc:creator>safik003</dc:creator>
      <dc:date>2024-11-16T02:01:06Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude only negative value</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-only-negative-value/m-p/1643941#M731806</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Load&lt;/SPAN&gt;&lt;SPAN&gt; * &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;from TableA&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;where if(len(Values)&amp;gt;0,Values&amp;gt;0) or Len(Values)=0;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 19:20:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-only-negative-value/m-p/1643941#M731806</guid>
      <dc:creator>bharathadde</dc:creator>
      <dc:date>2019-11-06T19:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude only negative value</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-only-negative-value/m-p/1643943#M731807</link>
      <description>&lt;P&gt;&lt;SPAN&gt;What if you turn the logic around&amp;nbsp; like this&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Load * from TableA where &lt;STRONG&gt;NOT&lt;/STRONG&gt; values&lt;STRONG&gt;&amp;lt;&lt;/STRONG&gt;0;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 19:26:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-only-negative-value/m-p/1643943#M731807</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-11-06T19:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude only negative value</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-only-negative-value/m-p/1643963#M731808</link>
      <description>&lt;P&gt;This condition is also excluding null values.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Nov 2019 20:12:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-only-negative-value/m-p/1643963#M731808</guid>
      <dc:creator>safik003</dc:creator>
      <dc:date>2019-11-06T20:12:42Z</dc:date>
    </item>
  </channel>
</rss>

