<?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: set analysis expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/566818#M1111854</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: arial,sans,sans-serif; color: #000000; text-align: left;"&gt;&lt;SPAN&gt;You can have a look at the Qlikview video here &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.youtube.com/watch?v=8olMt2AOUJ8"&gt;http://www.youtube.com/watch?v=8olMt2AOUJ8&lt;/A&gt;&lt;SPAN&gt; and it will help you to solve your problems. I gained a lot learning from these session videos available on the net and cleared many doubts that I had in Qlikview and build a strong foundation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Feb 2014 19:22:49 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-02-25T19:22:49Z</dc:date>
    <item>
      <title>set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/566814#M1111850</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;I've created an expression in a pivot table chart where I limit the data to only certain types of sales:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;count({$&amp;lt;sales = {'NorthAmerica'}&amp;gt;}sales)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to expand this expression to NOT include a certain type of sale,something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;'Category ID' &amp;lt;&amp;gt; {'1'}&amp;gt;}'Category ID')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I combine these into one expression?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 16:14:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/566814#M1111850</guid>
      <dc:creator />
      <dc:date>2014-02-25T16:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/566815#M1111851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;count({$&amp;lt;sales = {'NorthAmerica'}&amp;gt;-&amp;lt;[Category ID]={1}&amp;gt;}sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 16:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/566815#M1111851</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-02-25T16:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/566816#M1111852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;Try :&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count({$&amp;lt;sales = {'NorthAmerica'}, [Category ID]-={'1'}&amp;gt;}sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use multiple conditions in the set analysis separated by comma. Here to exclude the category ID I use the minus sign before the ={'1}.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 16:22:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/566816#M1111852</guid>
      <dc:creator>agilos_mla</dc:creator>
      <dc:date>2014-02-25T16:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/566817#M1111853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the format that has worked best for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 16:38:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/566817#M1111853</guid>
      <dc:creator>greg-anderson</dc:creator>
      <dc:date>2014-02-25T16:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/566818#M1111854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: arial,sans,sans-serif; color: #000000; text-align: left;"&gt;&lt;SPAN&gt;You can have a look at the Qlikview video here &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.youtube.com/watch?v=8olMt2AOUJ8"&gt;http://www.youtube.com/watch?v=8olMt2AOUJ8&lt;/A&gt;&lt;SPAN&gt; and it will help you to solve your problems. I gained a lot learning from these session videos available on the net and cleared many doubts that I had in Qlikview and build a strong foundation. &lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 19:22:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/566818#M1111854</guid>
      <dc:creator />
      <dc:date>2014-02-25T19:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: set analysis expression</title>
      <link>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/566819#M1111855</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;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;count({$&amp;lt;sales = {'NorthAmerica'}, [Category ID]={'&amp;lt;&amp;gt;(1)'}&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;or&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;count({$&amp;lt;sales = {'NorthAmerica'}, [Category ID]={"&amp;lt;&amp;gt;(=1)"}&amp;gt;}sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 21:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/set-analysis-expression/m-p/566819#M1111855</guid>
      <dc:creator>santharubban</dc:creator>
      <dc:date>2014-02-25T21:00:16Z</dc:date>
    </item>
  </channel>
</rss>

