<?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 100% Stack Bar Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/100-Stack-Bar-Chart/m-p/915599#M991168</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Community,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I do not see an option for a 100% Stacked Bar Chart. Does anyone have a workaround for this?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;dimension=&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1)branch_type &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2)( i added following range of param_value as Calculated dimension)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(match(branch_type,'FACTORY','PT','DEPOT','ST','Snowman'),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(param_name='TEMP' and (param_value)&amp;lt;='-1' and (param_value)&amp;gt;= '-10', '1',&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-10.1' and (param_value)&amp;gt;='-13.9', '2',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-14' and (param_value)&amp;gt;='-17.9', '3',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-18' and (param_value)&amp;gt;='-19.9', ' ',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-20', '4'))))),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(match(branch_type,'RSV','RS Cold Room'),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;='-1' and (param_value)&amp;gt;= '-10', '1',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-10.1' and (param_value)&amp;gt;='-13.9', '2',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-14' and (param_value)&amp;gt;='-17.9', '3',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-18', ' 4'))))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expression -&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;param_name={'TEMP'},param_value={'-1'}&amp;gt;}param_value)/&lt;/P&gt;&lt;P&gt;Count(total&amp;lt;branch_type&amp;gt;{&amp;lt;param_name={'TEMP'},param_value={'-1'}&amp;gt;}param_value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It gives 400% Stack bar graph which is not correct.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jul 2015 07:42:52 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-27T07:42:52Z</dc:date>
    <item>
      <title>100% Stack Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/100-Stack-Bar-Chart/m-p/915599#M991168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Community,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I do not see an option for a 100% Stacked Bar Chart. Does anyone have a workaround for this?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;dimension=&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;1)branch_type &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;2)( i added following range of param_value as Calculated dimension)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(match(branch_type,'FACTORY','PT','DEPOT','ST','Snowman'),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;if(param_name='TEMP' and (param_value)&amp;lt;='-1' and (param_value)&amp;gt;= '-10', '1',&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-10.1' and (param_value)&amp;gt;='-13.9', '2',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-14' and (param_value)&amp;gt;='-17.9', '3',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-18' and (param_value)&amp;gt;='-19.9', ' ',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-20', '4'))))),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(match(branch_type,'RSV','RS Cold Room'),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;='-1' and (param_value)&amp;gt;= '-10', '1',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-10.1' and (param_value)&amp;gt;='-13.9', '2',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-14' and (param_value)&amp;gt;='-17.9', '3',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;if(param_name='TEMP' and (param_value)&amp;lt;= '-18', ' 4'))))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expression -&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P&gt;Count({$&amp;lt;param_name={'TEMP'},param_value={'-1'}&amp;gt;}param_value)/&lt;/P&gt;&lt;P&gt;Count(total&amp;lt;branch_type&amp;gt;{&amp;lt;param_name={'TEMP'},param_value={'-1'}&amp;gt;}param_value)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;It gives 400% Stack bar graph which is not correct.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 07:42:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/100-Stack-Bar-Chart/m-p/915599#M991168</guid>
      <dc:creator />
      <dc:date>2015-07-27T07:42:52Z</dc:date>
    </item>
    <item>
      <title>Re: 100% Stack Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/100-Stack-Bar-Chart/m-p/915600#M991169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have recently found some limits of the stacking thing in barcharts. I haven't noticed anything about the %, but I don't have that in my chart.&lt;/P&gt;&lt;P&gt;Have you checked if maybe QlikView calculates the percentage of all the segments of one column so that these summed up return 100%? That would be thinkable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 08:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/100-Stack-Bar-Chart/m-p/915600#M991169</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-07-27T08:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: 100% Stack Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/100-Stack-Bar-Chart/m-p/915601#M991170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tushar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check out the attached link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/thread/13284"&gt;https://community.qlik.com/thread/13284&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH - Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 08:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/100-Stack-Bar-Chart/m-p/915601#M991170</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-07-27T08:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: 100% Stack Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/100-Stack-Bar-Chart/m-p/915602#M991171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actully i tried it by many way.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;but whenever i tried it. it shows 400% &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 10:02:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/100-Stack-Bar-Chart/m-p/915602#M991171</guid>
      <dc:creator />
      <dc:date>2015-07-27T10:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: 100% Stack Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/100-Stack-Bar-Chart/m-p/915603#M991172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Same here. when i used &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({$&amp;lt;param_name={'TEMP'},param_value={'-1'}&amp;gt;}param_value)/&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(total&amp;lt;branch_type&amp;gt;{&amp;lt;param_name={'TEMP'},param_value={'-1'}&amp;gt;}param_value)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="line-height: 1.5em;"&gt; this Expression and above Calculated dimension.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;it shows 400%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 10:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/100-Stack-Bar-Chart/m-p/915603#M991172</guid>
      <dc:creator />
      <dc:date>2015-07-27T10:04:59Z</dc:date>
    </item>
  </channel>
</rss>

