<?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 Set expression how can 1 exclude 2 condition ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-expression-how-can-1-exclude-2-condition/m-p/16642#M606730</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below expression work fine :-&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;year={"&amp;gt;=2015"},sub_seg={"02"}&amp;gt;} sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to modify the above expression with exclude seg=02 , it work fine :-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;year={"&amp;gt;=2015"},sub_seg|={"02"}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i encounter problem , when i try exclude one more seg=01 :-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;year={"&amp;gt;=2015"},sub_seg|={"02"},sub_seg|={"01"}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one advise me where go wrong ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Feb 2018 07:39:42 GMT</pubDate>
    <dc:creator>paulyeo11</dc:creator>
    <dc:date>2018-02-27T07:39:42Z</dc:date>
    <item>
      <title>Set expression how can 1 exclude 2 condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-how-can-1-exclude-2-condition/m-p/16642#M606730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below expression work fine :-&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;year={"&amp;gt;=2015"},sub_seg={"02"}&amp;gt;} sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to modify the above expression with exclude seg=02 , it work fine :-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;year={"&amp;gt;=2015"},sub_seg|={"02"}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i encounter problem , when i try exclude one more seg=01 :-&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;year={"&amp;gt;=2015"},sub_seg|={"02"},sub_seg|={"01"}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can some one advise me where go wrong ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul Yeo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 07:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-how-can-1-exclude-2-condition/m-p/16642#M606730</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-02-27T07:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression how can 1 exclude 2 condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-how-can-1-exclude-2-condition/m-p/16643#M606731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.&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;"&gt;Sum({&amp;lt;year={"&amp;gt;=2015"},sub_seg-={"02","01"}&amp;gt;} sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Kaushik Solanki&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 07:42:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-how-can-1-exclude-2-condition/m-p/16643#M606731</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2018-02-27T07:42:18Z</dc:date>
    </item>
    <item>
      <title>Re: Set expression how can 1 exclude 2 condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/Set-expression-how-can-1-exclude-2-condition/m-p/16644#M606732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kaushik&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much. it work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 08:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-expression-how-can-1-exclude-2-condition/m-p/16644#M606732</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2018-02-27T08:13:21Z</dc:date>
    </item>
  </channel>
</rss>

