<?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 Stacked Bar Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/1531535#M600807</link>
    <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;I am struggling to create a 100 Percent Stacked Bar in Qlik sense&lt;/P&gt;&lt;P&gt;I have tried the following set expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count(Ticket_SID)/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count(total &amp;lt;[Interface Type]&amp;gt;Ticket_SID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Seems to be the formula is not working properly, since it does not calculate the % of each member of my dimension (i.e. Interface Type)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what is wrong?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stacked bar chart.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3944i8C4E47FB52E7984D/image-size/large?v=v2&amp;amp;px=999" role="button" title="stacked bar chart.PNG" alt="stacked bar chart.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 04:43:51 GMT</pubDate>
    <dc:creator>Zaga_69</dc:creator>
    <dc:date>2024-11-16T04:43:51Z</dc:date>
    <item>
      <title>Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/1531535#M600807</link>
      <description>&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;I am struggling to create a 100 Percent Stacked Bar in Qlik sense&lt;/P&gt;&lt;P&gt;I have tried the following set expression:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count(Ticket_SID)/&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;count(total &amp;lt;[Interface Type]&amp;gt;Ticket_SID)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Seems to be the formula is not working properly, since it does not calculate the % of each member of my dimension (i.e. Interface Type)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any idea what is wrong?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="stacked bar chart.PNG" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3944i8C4E47FB52E7984D/image-size/large?v=v2&amp;amp;px=999" role="button" title="stacked bar chart.PNG" alt="stacked bar chart.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 04:43:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/1531535#M600807</guid>
      <dc:creator>Zaga_69</dc:creator>
      <dc:date>2024-11-16T04:43:51Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/1531556#M600808</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;Count(Ticket_SID)/
Count(TOTAL &amp;lt;&lt;FONT color="#FF0000"&gt;[Creation Year]&lt;/FONT&gt;&amp;gt;Ticket_SID)&lt;/PRE&gt;</description>
      <pubDate>Thu, 17 Jan 2019 13:05:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/1531556#M600808</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-17T13:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/1531571#M600810</link>
      <description>&lt;P&gt;Hi Sunny!&lt;/P&gt;&lt;P&gt;Thanks it works.&lt;/P&gt;&lt;P&gt;Do you know how I can put the labels into each bar?&lt;/P&gt;&lt;P&gt;What Qlik does is only to put the 100% label.&lt;/P&gt;&lt;P&gt;many Thanks again, it is really appreciate.&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Edi&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 13:21:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/1531571#M600810</guid>
      <dc:creator>Zaga_69</dc:creator>
      <dc:date>2019-01-17T13:21:42Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/1531578#M600811</link>
      <description>&lt;P&gt;I am not really sure about that part.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 13:26:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart/m-p/1531578#M600811</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-17T13:26:13Z</dc:date>
    </item>
  </channel>
</rss>

