<?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: Qliksense Stack bar chart percentage issue in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Qliksense-Stack-bar-chart-percentage-issue/m-p/1956314#M78845</link>
    <description>&lt;P&gt;Hi, if i understood correctly, try these expressions:&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;1)Sum({&amp;lt;Brand*={'BT'}&amp;gt;}Value)/Sum({&amp;lt;Brand*={'Total Market'}&amp;gt;}Value)-- BT

2)Sum({&amp;lt;Brand*={'Plusnet'}&amp;gt;}Value)/Sum({&amp;lt;Brand*={'Total Market'}&amp;gt;}Value)- Plusnet

3)Sum({&amp;lt;Brand*={'EE'}&amp;gt;}Value)/Sum({&amp;lt;Brand*={'Total Market'}&amp;gt;}Value)-- EE

4) 1-(Sum({&amp;lt;Brand*={'Plusnet','BT','EE'}&amp;gt;}Value)/Sum({&amp;lt;Brand*={'Total Market'}&amp;gt;}Value))- ROM&lt;/LI-CODE&gt;</description>
    <pubDate>Fri, 15 Jul 2022 08:40:20 GMT</pubDate>
    <dc:creator>RsQK</dc:creator>
    <dc:date>2022-07-15T08:40:20Z</dc:date>
    <item>
      <title>Qliksense Stack bar chart percentage issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Stack-bar-chart-percentage-issue/m-p/1955879#M78819</link>
      <description>&lt;P&gt;Hello All,&lt;/P&gt;
&lt;P&gt;I have below data set :-&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_0-1657802985145.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84188i722BDF38D342FA8E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_0-1657802985145.png" alt="Aspiring_Developer_0-1657802985145.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Dimension - Monthname (coming from master calendar)&lt;/P&gt;
&lt;P&gt;Measure - We have 4 measures here :-&lt;/P&gt;
&lt;P&gt;1)Sum({&amp;lt;Brand={'BT'}&amp;gt;}Value)/Sum({&amp;lt;Brand={'Total Market'}&amp;gt;}Value)-- BT&lt;/P&gt;
&lt;P&gt;2)Sum({&amp;lt;Brand={'Plusnet'}&amp;gt;}Value)/Sum({&amp;lt;Brand={'Total Market'}&amp;gt;}Value)- Plusnet&lt;/P&gt;
&lt;P&gt;3)Sum({&amp;lt;Brand={'EE'}&amp;gt;}Value)/Sum({&amp;lt;Brand={'Total Market'}&amp;gt;}Value)-- EE&lt;/P&gt;
&lt;P&gt;4)&amp;nbsp;1-(Sum({&amp;lt;Brand={'Plusnet','BT','EE'}&amp;gt;}Value)/Sum({&amp;lt;Brand={'Total Market'}&amp;gt;}Value))- ROM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now I have given filters at the top for brand, type , date like below :-&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_1-1657803229729.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84189i46983B9DD9574DE9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_1-1657803229729.png" alt="Aspiring_Developer_1-1657803229729.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_2-1657803249459.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84190i8C7073B08CA49131/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_2-1657803249459.png" alt="Aspiring_Developer_2-1657803249459.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aspiring_Developer_3-1657803260827.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84191iF9A6C06990055D3B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aspiring_Developer_3-1657803260827.png" alt="Aspiring_Developer_3-1657803260827.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now my problem is that since I have specified the values of brand and type in set analysis expression , I am unable to filter them . What I wish to achieve is that these charts should sync up with with these filters . As of now , only my date filter is linked with these visualizations.&lt;/P&gt;
&lt;P&gt;Not sure, how can I achieve it . Can anyone please help ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 12:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Stack-bar-chart-percentage-issue/m-p/1955879#M78819</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2022-07-14T12:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Stack bar chart percentage issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Stack-bar-chart-percentage-issue/m-p/1956298#M78842</link>
      <description>&lt;P&gt;Can anyone please help on this ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/46628"&gt;@sunny_talwar&lt;/a&gt;&amp;nbsp;@Anonymous&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 08:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Stack-bar-chart-percentage-issue/m-p/1956298#M78842</guid>
      <dc:creator>Aspiring_Developer</dc:creator>
      <dc:date>2022-07-15T08:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Stack bar chart percentage issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Stack-bar-chart-percentage-issue/m-p/1956312#M78844</link>
      <description>&lt;P&gt;Hi, are you tried not to make separate measures for each Brand, but make general stacked graph&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="justISO_0-1657874143872.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/84270i3350553307D14CA1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="justISO_0-1657874143872.png" alt="justISO_0-1657874143872.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;where measure looks like this&lt;/P&gt;
&lt;P&gt;Sum(Value) / Sum(total &amp;lt;Monthname&amp;gt; {1} Value)&lt;/P&gt;
&lt;P&gt;In this way filters should work without problem.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 08:37:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Stack-bar-chart-percentage-issue/m-p/1956312#M78844</guid>
      <dc:creator>justISO</dc:creator>
      <dc:date>2022-07-15T08:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Qliksense Stack bar chart percentage issue</title>
      <link>https://community.qlik.com/t5/App-Development/Qliksense-Stack-bar-chart-percentage-issue/m-p/1956314#M78845</link>
      <description>&lt;P&gt;Hi, if i understood correctly, try these expressions:&lt;/P&gt;
&lt;LI-CODE lang="python"&gt;1)Sum({&amp;lt;Brand*={'BT'}&amp;gt;}Value)/Sum({&amp;lt;Brand*={'Total Market'}&amp;gt;}Value)-- BT

2)Sum({&amp;lt;Brand*={'Plusnet'}&amp;gt;}Value)/Sum({&amp;lt;Brand*={'Total Market'}&amp;gt;}Value)- Plusnet

3)Sum({&amp;lt;Brand*={'EE'}&amp;gt;}Value)/Sum({&amp;lt;Brand*={'Total Market'}&amp;gt;}Value)-- EE

4) 1-(Sum({&amp;lt;Brand*={'Plusnet','BT','EE'}&amp;gt;}Value)/Sum({&amp;lt;Brand*={'Total Market'}&amp;gt;}Value))- ROM&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 15 Jul 2022 08:40:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Qliksense-Stack-bar-chart-percentage-issue/m-p/1956314#M78845</guid>
      <dc:creator>RsQK</dc:creator>
      <dc:date>2022-07-15T08:40:20Z</dc:date>
    </item>
  </channel>
</rss>

