<?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: Outer Set Analysis with Master Elements in Move to Qlik Cloud Analytics</title>
    <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2110411#M829</link>
    <description>&lt;P&gt;Beside of the feature of the master elements I'm not sure if the combination of inner and outer set analysis is possible and also sensible as a general approach. Like by the work with variables the aim is to simplify the development and maintaining and by an overuse it reverts easily into the opposite. Background to these thoughts is the following discussion:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Outer-SetAnalysis-modifier-ignored/td-p/2108889" target="_blank"&gt;Outer SetAnalysis modifier ignored - Qlik Community - 2108889&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Maybe it's related to your scenario.&lt;/P&gt;</description>
    <pubDate>Mon, 28 Aug 2023 13:29:53 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2023-08-28T13:29:53Z</dc:date>
    <item>
      <title>Outer Set Analysis with Master Elements</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2102575#M762</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I am currently trying to extend a new master element based on another master element including outer function:&lt;/P&gt;
&lt;P&gt;As an example:&lt;BR /&gt;Master element 1= Sum({$&amp;lt;Year={2012}&amp;gt;} Sales)&lt;BR /&gt;Masterelement 2= {&amp;lt;Country={'Germany'}&amp;gt;} Master Element&lt;/P&gt;
&lt;P&gt;The problem, it does not work. As soon as there is a Set Analysis in the upstream master key figure, there is no reaction. As long as I remove it, it works.&lt;/P&gt;
&lt;P&gt;Bug or feature?&lt;/P&gt;
&lt;P&gt;Thanks and greetings&lt;/P&gt;</description>
      <pubDate>Tue, 27 Jan 2026 10:45:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2102575#M762</guid>
      <dc:creator>Danijel</dc:creator>
      <dc:date>2026-01-27T10:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Set Analysis with Master Elements</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2102718#M763</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="color:var(--ck-color-mention-text);"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48975"&gt;@Danijel&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this as a single master measure&lt;/P&gt;&lt;P&gt;{&amp;lt;Country={'Germany'}&amp;gt;}Sum({$&amp;lt;Year={2020}&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;This works.&lt;/P&gt;&lt;P&gt;The set analysis {&amp;lt;Country={'Germany'}&amp;gt;} doesn't work when using the function editor at all.&lt;/P&gt;&lt;P&gt;It works when combining as above.&lt;/P&gt;&lt;P&gt;I believe it is by design.&lt;BR /&gt;kind regards...&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://lithium-response-prod.s3.us-west-2.amazonaws.com/qlik.response.lithium.com/RESPONSEIMAGE/ed0151b0-395c-438b-8a0a-1dc14c687735.default.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 22:19:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2102718#M763</guid>
      <dc:creator>Frank_S</dc:creator>
      <dc:date>2023-08-04T22:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Set Analysis with Master Elements</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2102727#M764</link>
      <description>&lt;P&gt;Hello, I understand that you want to obtain the sales in the year 2012 of the country Germany. If so, I send you an expression.&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;Year={'2012'}, Country={'Germany'}&amp;gt;} Sales)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;regarts.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Aug 2023 22:51:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2102727#M764</guid>
      <dc:creator>cristianj23a</dc:creator>
      <dc:date>2023-08-04T22:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Set Analysis with Master Elements</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2102970#M765</link>
      <description>&lt;P&gt;Thank you for the answers.&lt;/P&gt;
&lt;P&gt;I already know the suggestions, but I have a "basic formula" that I would like to reuse in other master elements.&lt;/P&gt;
&lt;P&gt;Therefore, the suggested methodology is unfortunately of no use to me. I used to implement this with variables and placeholders.&lt;/P&gt;
&lt;P&gt;I will create another idea for this.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Aug 2023 06:45:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2102970#M765</guid>
      <dc:creator>Danijel</dc:creator>
      <dc:date>2023-08-07T06:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Set Analysis with Master Elements</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2110303#M824</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48975"&gt;@Danijel&lt;/a&gt;&amp;nbsp;I would rather suggest you to use variables and master items in combination.&lt;/P&gt;
&lt;P&gt;variables can store your outer set expression, for example:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;eOuterExp1 = {&amp;lt;Country={'Germany'}&amp;gt;} 
eOuterExp2 = {&amp;lt;Year={2012}&amp;gt;}&lt;/LI-CODE&gt;
&lt;P&gt;master item can store lowest level of expression without any set analysis, for example:&amp;nbsp;&lt;SPAN&gt;Sum(Sales)&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;then combine them for better&amp;nbsp;&lt;/SPAN&gt;reusability&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;$(eOuterExp1)$(eOuterExp2)Master Item&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 09:37:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2110303#M824</guid>
      <dc:creator>Vishal_Gupta</dc:creator>
      <dc:date>2023-08-28T09:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Set Analysis with Master Elements</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2110411#M829</link>
      <description>&lt;P&gt;Beside of the feature of the master elements I'm not sure if the combination of inner and outer set analysis is possible and also sensible as a general approach. Like by the work with variables the aim is to simplify the development and maintaining and by an overuse it reverts easily into the opposite. Background to these thoughts is the following discussion:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-Qlik-Sense/Outer-SetAnalysis-modifier-ignored/td-p/2108889" target="_blank"&gt;Outer SetAnalysis modifier ignored - Qlik Community - 2108889&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Maybe it's related to your scenario.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 13:29:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2110411#M829</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-08-28T13:29:53Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Set Analysis with Master Elements</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2110430#M830</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;I agree with you on this. Also, we usually do not have set expressions defined to a specific year/month or date rather it is relative or dynamic. So having a variable which stores dynamic values reduces the redundancy of creating multiple objects that needs to be maintained.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Aug 2023 13:51:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2110430#M830</guid>
      <dc:creator>Vishal_Gupta</dc:creator>
      <dc:date>2023-08-28T13:51:43Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Set Analysis with Master Elements</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2112177#M835</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48975"&gt;@Danijel&lt;/a&gt;&amp;nbsp;Try Some thing like this it will work.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;{&amp;lt;Year={2012}&amp;gt;} ({&amp;lt;Country={Germany}&amp;gt;} Master Item)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Sep 2023 08:04:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2112177#M835</guid>
      <dc:creator>Ravi_Nagmal</dc:creator>
      <dc:date>2023-09-01T08:04:31Z</dc:date>
    </item>
    <item>
      <title>Re: Outer Set Analysis with Master Elements</title>
      <link>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2475542#M1851</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/48975"&gt;@Danijel&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;You should remove the $-sign from your expression. Then it should work.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Master element 1= Sum({&amp;lt;Year={2012}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can read about the inheritance rule here:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense/May2024/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-expressions-inner-and-outer.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense/May2024/Subsystems/Hub/Content/Sense_Hub/ChartFunctions/SetAnalysis/set-expressions-inner-and-outer.htm&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Rumen&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 13:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Move-to-Qlik-Cloud-Analytics/Outer-Set-Analysis-with-Master-Elements/m-p/2475542#M1851</guid>
      <dc:creator>vasilev</dc:creator>
      <dc:date>2024-08-09T13:40:19Z</dc:date>
    </item>
  </channel>
</rss>

