<?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: Why filter one field in SetAnalysis do not efect sum other field same table? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9539#M1456</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anil, that was quik , YEA - its ok , i fix it to Sum({$&amp;lt; read={"=Sum(read)&lt;STRONG&gt;=&lt;/STRONG&gt;0"} &amp;gt;} books)&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the&amp;nbsp; " = " sign ,&lt;/P&gt;&lt;P&gt;can you tell me whats wrong with my expression ? &lt;/P&gt;&lt;P&gt;THANKS!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Feb 2018 13:20:13 GMT</pubDate>
    <dc:creator>yanivvl0</dc:creator>
    <dc:date>2018-02-12T13:20:13Z</dc:date>
    <item>
      <title>Why filter one field in SetAnalysis do not efect sum other field same table?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9535#M1452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , i have a table (MAIN) of books readers , and i sum the measure (books) ,&lt;/P&gt;&lt;P&gt;i need to sum only those that the indicator (read) = 0 , so i use SetAnalysis : &lt;STRONG&gt;= sum (&amp;nbsp; {$&amp;lt; read={0} &amp;gt;}&amp;nbsp; books ) ,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;the problem is that when i select &lt;STRONG&gt;read &amp;lt;&amp;gt; 0 &lt;/STRONG&gt;it supose to show me&lt;STRONG&gt; NOTHING - BUT &lt;/STRONG&gt;i steel see the same numbers&lt;STRONG&gt; !?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;another thing , when i use&lt;STRONG&gt; = sum (&amp;nbsp; if( read=0,&amp;nbsp; books ) ) &lt;/STRONG&gt; it work&lt;STRONG&gt; OK ..&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;am i missing something ?&amp;nbsp; THANKS .&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture11.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/193122_Capture11.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9535#M1452</guid>
      <dc:creator>yanivvl0</dc:creator>
      <dc:date>2018-02-12T13:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Why filter one field in SetAnalysis do not efect sum other field same table?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9536#M1453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not entirely, But assumption you may try this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum({$&amp;lt; read={"=Sum(read)&amp;lt;&amp;gt;0"} &amp;gt;} books)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:08:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9536#M1453</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-02-12T13:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why filter one field in SetAnalysis do not efect sum other field same table?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9537#M1454</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;STRONG&gt;=Sum({$&amp;lt;read &lt;SPAN style="color: #ff0000;"&gt;&lt;SPAN style="font-size: 14pt;"&gt;*&lt;/SPAN&gt;=&lt;/SPAN&gt; {0}&amp;gt;} books)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9537#M1454</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-12T13:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Why filter one field in SetAnalysis do not efect sum other field same table?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9538#M1455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Read about this here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4663"&gt;Implicit Set Operators&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9538#M1455</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-12T13:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Why filter one field in SetAnalysis do not efect sum other field same table?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9539#M1456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Anil, that was quik , YEA - its ok , i fix it to Sum({$&amp;lt; read={"=Sum(read)&lt;STRONG&gt;=&lt;/STRONG&gt;0"} &amp;gt;} books)&amp;nbsp;&amp;nbsp; -&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; the&amp;nbsp; " = " sign ,&lt;/P&gt;&lt;P&gt;can you tell me whats wrong with my expression ? &lt;/P&gt;&lt;P&gt;THANKS!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:20:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9539#M1456</guid>
      <dc:creator>yanivvl0</dc:creator>
      <dc:date>2018-02-12T13:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why filter one field in SetAnalysis do not efect sum other field same table?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9540#M1457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure, read = {0} returns where read = 0 {That means, It calculates without aggregate} where Sum(read)=0 {It will aggregate each row where cells are common for each orient}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does this helps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:30:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9540#M1457</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-02-12T13:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Why filter one field in SetAnalysis do not efect sum other field same table?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9541#M1458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/check.png" /&gt; GREAT HELP!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 13:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9541#M1458</guid>
      <dc:creator>yanivvl0</dc:creator>
      <dc:date>2018-02-12T13:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Why filter one field in SetAnalysis do not efect sum other field same table?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9542#M1459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sunny , very helpfull !!&amp;nbsp; Always learns professional material from you THANKS!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2018 14:00:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9542#M1459</guid>
      <dc:creator>yanivvl0</dc:creator>
      <dc:date>2018-02-12T14:00:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why filter one field in SetAnalysis do not efect sum other field same table?</title>
      <link>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9543#M1460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No problem at all &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, 12 Feb 2018 14:02:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Why-filter-one-field-in-SetAnalysis-do-not-efect-sum-other-field/m-p/9543#M1460</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-02-12T14:02:21Z</dc:date>
    </item>
  </channel>
</rss>

