<?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 Not Equal To in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Not-Equal-To/m-p/961217#M953040</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik, can you try this?:&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;GRating&lt;/SPAN&gt;={'&amp;lt;=6'}&amp;gt;*&amp;lt;&lt;SPAN style="color: #800000;"&gt;GRating=-&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;{&lt;/SPAN&gt;'Not Applicable','Not applicable'}&amp;gt;} GQuestions)/Count({&amp;lt;GRating=-{'Not Applicable','Not applicable'}&amp;gt;}GQuestions), '0.00%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 23 Nov 2015 11:08:14 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2015-11-23T11:08:14Z</dc:date>
    <item>
      <title>Set Analysis Not Equal To</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Not-Equal-To/m-p/961215#M953038</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;I tried to write the below set analysis expressions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;GRating&lt;/SPAN&gt;={'&amp;lt;=6'}, &lt;SPAN style="color: #800000;"&gt;GRating=-&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;{&lt;/SPAN&gt;'Not Applicable'}, GRating=-{'Not applicable'}&amp;gt;} GQuestions)/Count({&amp;lt;GRating=-{'Not Applicable'}, GRating=-{'Not applicable'}&amp;gt;}GQuestions), '0.00%') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;GRating&lt;/SPAN&gt;={'&amp;lt;=6'}, &lt;SPAN style="color: #800000;"&gt;GRating&lt;/SPAN&gt;={'-=Not Applicable'}, GRating={'-=Not applicable'}&amp;gt;} GQuestions)/Count({&amp;lt;GRating={'-=Not Applicable'}, GRating=-{'-=Not applicable'}&amp;gt;}GQuestions), '0.00%') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first expression with the '=-' (Not equal to) sign outside the brackets and the second one inside the brackets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hat I am trying to achieve is:&lt;/P&gt;&lt;P&gt;1. Count all GQuestions that has a GRating of &amp;lt;=6 and Divide it by Total GQuestions.&lt;/P&gt;&lt;P&gt;2. Exclude all GRating that has a value of 'Not &lt;STRONG&gt;A&lt;/STRONG&gt;pplicable' and 'Not &lt;STRONG&gt;a&lt;/STRONG&gt;pplicable' (the first 'not &lt;STRONG&gt;a&lt;/STRONG&gt;pplicable ' is with a capital A and the second with a small 'a' hence the difference).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above script gives me all 100%. Please could you let me know what I am doing wrong. I tried the ,&amp;lt;&amp;gt; instead of -= as well but it didn't work either.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 11:03:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Not-Equal-To/m-p/961215#M953038</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2015-11-23T11:03:23Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Not Equal To</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Not-Equal-To/m-p/961216#M953039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not equal to in set analysis &lt;/P&gt;&lt;P&gt;is &lt;/P&gt;&lt;P&gt;-= &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 11:07:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Not-Equal-To/m-p/961216#M953039</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-11-23T11:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Not Equal To</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Not-Equal-To/m-p/961217#M953040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karthik, can you try this?:&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;GRating&lt;/SPAN&gt;={'&amp;lt;=6'}&amp;gt;*&amp;lt;&lt;SPAN style="color: #800000;"&gt;GRating=-&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;{&lt;/SPAN&gt;'Not Applicable','Not applicable'}&amp;gt;} GQuestions)/Count({&amp;lt;GRating=-{'Not Applicable','Not applicable'}&amp;gt;}GQuestions), '0.00%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 11:08:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Not-Equal-To/m-p/961217#M953040</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-11-23T11:08:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Not Equal To</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Not-Equal-To/m-p/961218#M953041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or:&lt;/P&gt;&lt;P&gt;=&lt;SPAN style="color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="color: #0000ff;"&gt;count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="color: #800000;"&gt;GRating&lt;/SPAN&gt;={'&amp;lt;=6'}&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN style="text-decoration: underline;"&gt;{&lt;/SPAN&gt;'Not Applicable','Not applicable'}&amp;gt;} GQuestions)/Count({&amp;lt;GRating=-{'Not Applicable','Not applicable'}&amp;gt;}GQuestions), '0.00%')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 11:11:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Not-Equal-To/m-p/961218#M953041</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-11-23T11:11:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Not Equal To</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Not-Equal-To/m-p/961219#M953042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;Num&lt;/SPAN&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #0000ff;"&gt;count&lt;/SPAN&gt;({&amp;lt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #800000;"&gt;GRating &lt;/SPAN&gt;= {"&amp;lt;=6"} &amp;gt;} GQuestions) &lt;SPAN style="line-height: 1.5em;"&gt;/ Count({&amp;lt;GRating -= {"Not Applicable"}&amp;gt;} GQuestions), '0.00%')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 11:12:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Not-Equal-To/m-p/961219#M953042</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-23T11:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis Not Equal To</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-Not-Equal-To/m-p/961220#M953043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sweuhl and Ruben,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of your answers work. Amazing, thank you very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Nov 2015 11:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-Not-Equal-To/m-p/961220#M953043</guid>
      <dc:creator>infock12</dc:creator>
      <dc:date>2015-11-23T11:19:45Z</dc:date>
    </item>
  </channel>
</rss>

