<?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 master measure in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-master-measure/m-p/2504549#M103792</link>
    <description>&lt;P&gt;Good afternoon!&lt;/P&gt;
&lt;P&gt;I saw multiple posts of how can I reuse master measure, but it doesn't work in my case. I tried with using variables and then referencing the variable, but still doesn't work. My expression is simple.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have master measure:&amp;nbsp; &lt;STRONG&gt;msr171 (Period),&lt;/STRONG&gt; it is a big measure using SUM as aggregating function&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;$(vL.AdsCostAPA)&lt;/STRONG&gt; is a variable which golds the value of msr171 (Period)&lt;/P&gt;
&lt;P&gt;I want to use set analysis to further narrow down to &lt;STRONG&gt;Ad Network = 'Apple Search Ads'&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I am trying to do the following:&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;ONLY({&amp;lt;[Ad Network]={"Apple Search Ads"}&amp;gt;} $(vL.AdsCostAPA))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;However, I get the error &lt;STRONG&gt;"Nested aggregation not allowed".&lt;/STRONG&gt; How can I get around it?&lt;/P&gt;</description>
    <pubDate>Wed, 05 Feb 2025 08:50:06 GMT</pubDate>
    <dc:creator>Stanislav1</dc:creator>
    <dc:date>2025-02-05T08:50:06Z</dc:date>
    <item>
      <title>Set analysis with master measure</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-master-measure/m-p/2504549#M103792</link>
      <description>&lt;P&gt;Good afternoon!&lt;/P&gt;
&lt;P&gt;I saw multiple posts of how can I reuse master measure, but it doesn't work in my case. I tried with using variables and then referencing the variable, but still doesn't work. My expression is simple.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have master measure:&amp;nbsp; &lt;STRONG&gt;msr171 (Period),&lt;/STRONG&gt; it is a big measure using SUM as aggregating function&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;$(vL.AdsCostAPA)&lt;/STRONG&gt; is a variable which golds the value of msr171 (Period)&lt;/P&gt;
&lt;P&gt;I want to use set analysis to further narrow down to &lt;STRONG&gt;Ad Network = 'Apple Search Ads'&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;I am trying to do the following:&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;ONLY({&amp;lt;[Ad Network]={"Apple Search Ads"}&amp;gt;} $(vL.AdsCostAPA))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;However, I get the error &lt;STRONG&gt;"Nested aggregation not allowed".&lt;/STRONG&gt; How can I get around it?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 08:50:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-master-measure/m-p/2504549#M103792</guid>
      <dc:creator>Stanislav1</dc:creator>
      <dc:date>2025-02-05T08:50:06Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis with master measure</title>
      <link>https://community.qlik.com/t5/App-Development/Set-analysis-with-master-measure/m-p/2504557#M103793</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;$(vL.AdsCostAPA) has a structure like sum(Measure) ? You can't do only(sum(...)). If your goal is just to add the set analysis you can use this:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;={&amp;lt;[Ad Network]={"Apple Search Ads"}&amp;gt;}$(vL.AdsCostAPA)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Feb 2025 09:25:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-analysis-with-master-measure/m-p/2504557#M103793</guid>
      <dc:creator>Clement15</dc:creator>
      <dc:date>2025-02-05T09:25:20Z</dc:date>
    </item>
  </channel>
</rss>

