<?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: which performance is better while excluding values in set analysis? in Scalability</title>
    <link>https://community.qlik.com/t5/Scalability/which-performance-is-better-while-excluding-values-in-set/m-p/842779#M748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌good eye Piet...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jun 2015 12:45:58 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-06-17T12:45:58Z</dc:date>
    <item>
      <title>which performance is better while excluding values in set analysis?</title>
      <link>https://community.qlik.com/t5/Scalability/which-performance-is-better-while-excluding-values-in-set/m-p/842776#M745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have below data&lt;/P&gt;&lt;P&gt;Points:&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Country, Points&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; India, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; India, 11&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UK, 12&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; UK, 9&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USA, 10&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; USA, 89&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to aggregate points for all countries except India:&lt;/P&gt;&lt;P&gt;Dimension: Country&lt;/P&gt;&lt;P&gt;Exp1: sum({Country-={'India'} Points)&lt;/P&gt;&lt;P&gt;Exp2: sum({Country={*}-{'India'} Points)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we many columns in a table and using Exp1 and Exp2 methods to exclude any value, which method performs better than that of other. Is it Exp1 or Exp2 method?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Regards&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 12:14:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/which-performance-is-better-while-excluding-values-in-set/m-p/842776#M745</guid>
      <dc:creator />
      <dc:date>2015-06-17T12:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: which performance is better while excluding values in set analysis?</title>
      <link>https://community.qlik.com/t5/Scalability/which-performance-is-better-while-excluding-values-in-set/m-p/842777#M746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my understanding there won't be any performance difference because Exp1 is another way of writing Exp2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Note: This is as per my limited experience with QlikView. Experts, please feel free to disagree with me.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 12:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/which-performance-is-better-while-excluding-values-in-set/m-p/842777#M746</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-17T12:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: which performance is better while excluding values in set analysis?</title>
      <link>https://community.qlik.com/t5/Scalability/which-performance-is-better-while-excluding-values-in-set/m-p/842778#M747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm also not sure about performance, but I do think there is a slight difference in meaning that depends on where you put the - sign, so -= or =-.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remove FieldA&amp;nbsp; A strings from the current set:&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;FieldA-={"A"}&amp;gt;} FieldA)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or select the set where FieldA does not contain A&lt;/P&gt;&lt;P&gt;=Count({&amp;lt;FieldA=-{"A"}&amp;gt;} FieldA)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 12:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/which-performance-is-better-while-excluding-values-in-set/m-p/842778#M747</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-17T12:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: which performance is better while excluding values in set analysis?</title>
      <link>https://community.qlik.com/t5/Scalability/which-performance-is-better-while-excluding-values-in-set/m-p/842779#M748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌good eye Piet...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jun 2015 12:45:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Scalability/which-performance-is-better-while-excluding-values-in-set/m-p/842779#M748</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-06-17T12:45:58Z</dc:date>
    </item>
  </channel>
</rss>

