<?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: Weird Dimension Bug in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Weird-Dimension-Bug/m-p/1782240#M60883</link>
    <description>&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;i have a problem regarding set analysis.&lt;/P&gt;&lt;P&gt;I prepare a simple demo app.&lt;/P&gt;&lt;P&gt;I came across an error, which I do not understand, I think in my eyes I have built everything logically correct.&lt;/P&gt;&lt;P&gt;The third chart should be a pie chart, if the dimension Vendor is selected as a filter, it should take the upper right chart, otherwise the upper left chart.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SonPhan_2-1613123739381.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48969i9B636BADF75ABD9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SonPhan_2-1613123739381.png" alt="SonPhan_2-1613123739381.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope you guys can help me with my problem!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Son&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 17:29:33 GMT</pubDate>
    <dc:creator>SonPhan</dc:creator>
    <dc:date>2024-11-16T17:29:33Z</dc:date>
    <item>
      <title>Set Analysis: Weird Dimension Bug</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Weird-Dimension-Bug/m-p/1782240#M60883</link>
      <description>&lt;P&gt;Hello Guys,&lt;/P&gt;&lt;P&gt;i have a problem regarding set analysis.&lt;/P&gt;&lt;P&gt;I prepare a simple demo app.&lt;/P&gt;&lt;P&gt;I came across an error, which I do not understand, I think in my eyes I have built everything logically correct.&lt;/P&gt;&lt;P&gt;The third chart should be a pie chart, if the dimension Vendor is selected as a filter, it should take the upper right chart, otherwise the upper left chart.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SonPhan_2-1613123739381.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/48969i9B636BADF75ABD9C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SonPhan_2-1613123739381.png" alt="SonPhan_2-1613123739381.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hope you guys can help me with my problem!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Son&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 17:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Weird-Dimension-Bug/m-p/1782240#M60883</guid>
      <dc:creator>SonPhan</dc:creator>
      <dc:date>2024-11-16T17:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Weird Dimension Bug</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Weird-Dimension-Bug/m-p/1782271#M60887</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/133775"&gt;@SonPhan&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get the functionality that you have described in your 3rd chart, use the following expressions:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Dimension:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=aggr({1} if(Only({1&amp;lt;Vendor=P(Vendor)&amp;gt;}Vendor)=Vendor,Vendor,'Other'),Vendor)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;Measure:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Vendor=&amp;gt;} Sales)&lt;/P&gt;&lt;P&gt;If you select one Vendor, it will present that vendor and group the rest into 'Others'.&lt;/P&gt;&lt;P&gt;Note: If you select 2 Vendors, it will present those 2 vendors and group the rest into 'Others'.&amp;nbsp; I think that gives you more functionality.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 11:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Weird-Dimension-Bug/m-p/1782271#M60887</guid>
      <dc:creator>GaryGiles</dc:creator>
      <dc:date>2021-02-12T11:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Set Analysis: Weird Dimension Bug</title>
      <link>https://community.qlik.com/t5/App-Development/Set-Analysis-Weird-Dimension-Bug/m-p/1782278#M60889</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/126908"&gt;@GaryGiles&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you ! This is much better as expected!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Feb 2021 12:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Set-Analysis-Weird-Dimension-Bug/m-p/1782278#M60889</guid>
      <dc:creator>SonPhan</dc:creator>
      <dc:date>2021-02-12T12:16:26Z</dc:date>
    </item>
  </channel>
</rss>

