<?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: Not equal to in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Not-equal-to/m-p/981099#M528985</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;use -= in set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Aug 2015 09:54:48 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-24T09:54:48Z</dc:date>
    <item>
      <title>Not equal to</title>
      <link>https://community.qlik.com/t5/QlikView/Not-equal-to/m-p/981097#M528983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to implement not equal to in layout of object?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 09:51:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-equal-to/m-p/981097#M528983</guid>
      <dc:creator />
      <dc:date>2015-08-24T09:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: Not equal to</title>
      <link>https://community.qlik.com/t5/QlikView/Not-equal-to/m-p/981098#M528984</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;Please elaborate your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like what chart you are using and what you want to achieve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 09:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-equal-to/m-p/981098#M528984</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2015-08-24T09:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Not equal to</title>
      <link>https://community.qlik.com/t5/QlikView/Not-equal-to/m-p/981099#M528985</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;use -= in set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 09:54:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-equal-to/m-p/981099#M528985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-24T09:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Not equal to</title>
      <link>https://community.qlik.com/t5/QlikView/Not-equal-to/m-p/981100#M528986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean condition in chart expressions? like &amp;lt;&amp;gt;, please clarify more.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 09:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-equal-to/m-p/981100#M528986</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2015-08-24T09:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Not equal to</title>
      <link>https://community.qlik.com/t5/QlikView/Not-equal-to/m-p/981101#M528987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes &amp;lt;&amp;gt;, thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 10:00:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-equal-to/m-p/981101#M528987</guid>
      <dc:creator />
      <dc:date>2015-08-24T10:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: Not equal to</title>
      <link>https://community.qlik.com/t5/QlikView/Not-equal-to/m-p/981102#M528988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;EM&gt;in if condition&lt;/EM&gt;&lt;/SPAN&gt; :&lt;/P&gt;&lt;P&gt;if ( &lt;STRONG&gt;a&lt;/STRONG&gt; &amp;lt;&amp;gt; 1, &lt;STRONG&gt;sum&lt;/STRONG&gt;(&lt;STRONG&gt;b&lt;/STRONG&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM style="text-decoration: underline;"&gt;in set Analysis:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;sum&lt;/STRONG&gt;({&amp;lt; &lt;STRONG&gt;a&lt;/STRONG&gt;-={1}&amp;gt;} &lt;STRONG&gt;b&lt;/STRONG&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 10:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-equal-to/m-p/981102#M528988</guid>
      <dc:creator />
      <dc:date>2015-08-24T10:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Not equal to</title>
      <link>https://community.qlik.com/t5/QlikView/Not-equal-to/m-p/981103#M528989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Note that if you use -= for 'not equal to' it destroys QlikView's syntax parsing, showing everything after the -= as red underlined.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Aug 2015 10:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Not-equal-to/m-p/981103#M528989</guid>
      <dc:creator>ThornOfCrowns</dc:creator>
      <dc:date>2015-08-24T10:05:44Z</dc:date>
    </item>
  </channel>
</rss>

