<?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: Qlik Sense - Outer Set Expressions Error in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Outer-Set-Expressions-Error/m-p/2025628#M84576</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A id="link_2" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/77060" target="_self" aria-label="View Profile of clownbassie" aria-describedby="userProfileCard-77060"&gt;&lt;SPAN class=""&gt;Clownbassie&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I cant exactly understand what is you problem&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but i think if you switch your "new measure" by this will work:&lt;/P&gt;
&lt;P&gt;This only works when the fiel "ProjectName" is selected&lt;/P&gt;
&lt;P&gt;if(ProjectName = 'ProjectA', &lt;SPAN&gt;[Bruto omzet]&lt;/SPAN&gt;)&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jan 2023 16:02:36 GMT</pubDate>
    <dc:creator>rui24</dc:creator>
    <dc:date>2023-01-13T16:02:36Z</dc:date>
    <item>
      <title>Qlik Sense - Outer Set Expressions Error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Outer-Set-Expressions-Error/m-p/2025552#M84572</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;I encounter an irregularity when using the outer set expressions in Qlik Sense SaaS. I created a master measure (Gross sales). This master measure contains the following expression:&lt;/P&gt;
&lt;P&gt;Sum({&amp;lt;[Sales/retour]*={'Sales'}&amp;gt;} Verkoop_Real)&lt;BR /&gt;+&lt;BR /&gt;Sum(Totaalkorting_Incl)&lt;/P&gt;
&lt;P&gt;After this, I created a new measure which uses the master measure with an outer set expression. The filter in the outer set expression is on a year field where the value does not exists in the datamodel. In my logic, the result should be 0.&lt;/P&gt;
&lt;P&gt;{&amp;lt;Jaar={2020}&amp;gt;} [Bruto omzet]&lt;/P&gt;
&lt;P&gt;Nevertheless,&amp;nbsp; the result is displayed as show below in the image. Can anyone explain why this happens or provide me with a solution?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="clownbassie_0-1673620019050.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/97999iEE44B0648C6C5789/image-size/medium?v=v2&amp;amp;px=400" role="button" title="clownbassie_0-1673620019050.png" alt="clownbassie_0-1673620019050.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 14:44:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Outer-Set-Expressions-Error/m-p/2025552#M84572</guid>
      <dc:creator>Stas_vd_Braber</dc:creator>
      <dc:date>2023-01-13T14:44:58Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Outer Set Expressions Error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Outer-Set-Expressions-Error/m-p/2025628#M84576</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A id="link_2" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://community.qlik.com/t5/user/viewprofilepage/user-id/77060" target="_self" aria-label="View Profile of clownbassie" aria-describedby="userProfileCard-77060"&gt;&lt;SPAN class=""&gt;Clownbassie&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;I cant exactly understand what is you problem&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;but i think if you switch your "new measure" by this will work:&lt;/P&gt;
&lt;P&gt;This only works when the fiel "ProjectName" is selected&lt;/P&gt;
&lt;P&gt;if(ProjectName = 'ProjectA', &lt;SPAN&gt;[Bruto omzet]&lt;/SPAN&gt;)&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 16:02:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Outer-Set-Expressions-Error/m-p/2025628#M84576</guid>
      <dc:creator>rui24</dc:creator>
      <dc:date>2023-01-13T16:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Outer Set Expressions Error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Outer-Set-Expressions-Error/m-p/2025668#M84578</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;My goal was to use these measures in a KPI for year over year comparisons. This implies that when a user selects 2021 it should compare to the previous year 2020. The value for 2020 should be 0 in that case. Therefore, the issue as described above suggests that when 2020 is used in an outer expression, it evaluates as 17.750.964,83.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 16:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Outer-Set-Expressions-Error/m-p/2025668#M84578</guid>
      <dc:creator>Stas_vd_Braber</dc:creator>
      <dc:date>2023-01-13T16:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Qlik Sense - Outer Set Expressions Error</title>
      <link>https://community.qlik.com/t5/App-Development/Qlik-Sense-Outer-Set-Expressions-Error/m-p/2475543#M100155</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/77060"&gt;@Stas_vd_Braber&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;I have the same problem. Could you find a solution for this problem?&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;Rumen&lt;/P&gt;</description>
      <pubDate>Fri, 09 Aug 2024 13:42:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qlik-Sense-Outer-Set-Expressions-Error/m-p/2475543#M100155</guid>
      <dc:creator>vasilev</dc:creator>
      <dc:date>2024-08-09T13:42:25Z</dc:date>
    </item>
  </channel>
</rss>

