<?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 Set Analysis with three measures in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-three-measures/m-p/1652731#M1246607</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to write below condition in set analysis?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Country='A' and Company='A', sum(Net Sales),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If (Country='B'&amp;nbsp; and Company='B', sum(Gross Sales),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum(Total Sales)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks.&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>Prav</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Set Analysis with three measures</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-three-measures/m-p/1652731#M1246607</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is it possible to write below condition in set analysis?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Country='A' and Company='A', sum(Net Sales),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If (Country='B'&amp;nbsp; and Company='B', sum(Gross Sales),&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum(Total Sales)))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Thanks.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-three-measures/m-p/1652731#M1246607</guid>
      <dc:creator>Prav</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with three measures</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-three-measures/m-p/1652743#M1246611</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;try this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum(If(Country='A' and Company='A', (Net Sales),&lt;/STRONG&gt;&lt;STRONG&gt;If (Country='B'&amp;nbsp; and Company='B', (Gross Sales),&lt;/STRONG&gt;&lt;STRONG&gt;(Total Sales))))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 15:02:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-three-measures/m-p/1652743#M1246611</guid>
      <dc:creator>Kashyap_R</dc:creator>
      <dc:date>2019-11-29T15:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with three measures</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-three-measures/m-p/1652745#M1246614</link>
      <description>&lt;P&gt;Hi thanks for your reply. That is not the solution I want. I want the condition in set analysis.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 15:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-three-measures/m-p/1652745#M1246614</guid>
      <dc:creator>Prav</dc:creator>
      <dc:date>2019-11-29T15:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with three measures</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-three-measures/m-p/1652765#M1246616</link>
      <description>&lt;P&gt;You can try this&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;RangeSum(
Sum({&amp;lt;Country = {'A'}, Company = {'A'}&amp;gt;} [Net Sales]),
Sum({&amp;lt;Country = {'B'}, Company = {'B'}&amp;gt;} [Gross Sales]),
Sum({&amp;lt;$-(&amp;lt;Country = {'A'}, Company = {'A'}&amp;gt;+&amp;lt;Country = {'B'}, Company = {'B'}&amp;gt;)&amp;gt;} [Total Sales])
)&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 29 Nov 2019 16:26:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-three-measures/m-p/1652765#M1246616</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-11-29T16:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with three measures</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-three-measures/m-p/1652768#M1246618</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can u tell me more about what you want exactly and if possible attach the output you want&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 16:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-three-measures/m-p/1652768#M1246618</guid>
      <dc:creator>Kashyap_R</dc:creator>
      <dc:date>2019-11-29T16:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis with three measures</title>
      <link>https://community.qlik.com/t5/QlikView/Set-Analysis-with-three-measures/m-p/1656279#M1246620</link>
      <description>&lt;P&gt;Did Sunny's post get you the solution you needed?&amp;nbsp; If so, be sure to return to the thread and use the Accept as Solution button on it to give him credit for the assistance and let other Community Members know that worked.&amp;nbsp; Here are some other Design Blog and Help links regarding Set Analysis that may help in the future:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/A-Primer-on-Set-Analysis/ba-p/1468344&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you want to search the Design Blog further, here is the base URL for that:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/bg-p/qlik-design-blog&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Help link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/April2019/Subsystems/Client/Content/QV_QlikView/ChartFunctions/SetAnalysis/set-analysis-expressions.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt;Brett&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Dec 2019 20:52:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-Analysis-with-three-measures/m-p/1656279#M1246620</guid>
      <dc:creator>Brett_Bleess</dc:creator>
      <dc:date>2019-12-10T20:52:31Z</dc:date>
    </item>
  </channel>
</rss>

