<?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 query in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/1011898#M948099</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; font-size: 13px;"&gt;&lt;STRONG&gt;=(Count({&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;1&lt;/SPAN&gt;&amp;lt;SaleMarker = {1}, DDiff_C = {1}&amp;gt;}ConcernID) /&amp;nbsp; Count({&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;1&lt;/SPAN&gt;&amp;lt;SaleMarker = {1}, DDiff_T = {1}&amp;gt;}TransactionNo))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Dec 2015 15:48:55 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-12-14T15:48:55Z</dc:date>
    <item>
      <title>Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/1011897#M948098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=(Count({&amp;lt;SaleMarker = {1}, DDiff_C = {1}&amp;gt;}ConcernID) /&amp;nbsp; Count({&amp;lt;SaleMarker = {1}, DDiff_T = {1}&amp;gt;}TransactionNo))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the above expression that is working perfectly when no other selections are made, &lt;/P&gt;&lt;P&gt;how can i fix this result so that all other selections are totally ignored ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/confused.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 15:42:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/1011897#M948098</guid>
      <dc:creator />
      <dc:date>2015-12-14T15:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/1011898#M948099</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; font-size: 13px;"&gt;&lt;STRONG&gt;=(Count({&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;1&lt;/SPAN&gt;&amp;lt;SaleMarker = {1}, DDiff_C = {1}&amp;gt;}ConcernID) /&amp;nbsp; Count({&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;1&lt;/SPAN&gt;&amp;lt;SaleMarker = {1}, DDiff_T = {1}&amp;gt;}TransactionNo))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 15:48:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/1011898#M948099</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-14T15:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/1011899#M948100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The idea is that everything between angled brackets &amp;lt;&amp;gt; are set modifiers; they modify the set composition. But which set do you ask? By default, and when no other set specifiers are supplied, QlikView applies your set modifiers to the current set aka "&lt;EM&gt;$&lt;/EM&gt;" (i.e.all data with your current selections applied). If you want this object to escape from "current selections", you specify a different starting set called "&lt;EM&gt;1&lt;/EM&gt;" = everything with &lt;EM&gt;no&lt;/EM&gt; selections applied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you can see in Sunny's example, the set specifier is placed in front of the set modifiers. See also the chapter on Set Analysis in QlikView Desktop Help. It's concise and often very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 15:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/1011899#M948100</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-12-14T15:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis query</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/1011900#M948101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much to Sunny for all of todays assistance&lt;/P&gt;&lt;P&gt;and to Pete for the clear explanation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your assistance is greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 15:59:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-query/m-p/1011900#M948101</guid>
      <dc:creator />
      <dc:date>2015-12-14T15:59:52Z</dc:date>
    </item>
  </channel>
</rss>

