<?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: Stacked Bar Chart Issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126685#M370783</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes exactly. can you pls post the QVW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jun 2016 13:21:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-06-16T13:21:56Z</dc:date>
    <item>
      <title>Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126679#M370777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is the sketch of the required bar chart. Along with the sample Excel file.&lt;/P&gt;&lt;P&gt;Looking for help in building this chart&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126679#M370777</guid>
      <dc:creator />
      <dc:date>2016-06-16T01:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126680#M370778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;I guess create a new field from Sales Date. -&amp;gt; Year([Sales Date]) as [Sales Year]&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;And then use Year as your 1st dimension and Sales Year as second dimension&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;Expression:&lt;/P&gt;&lt;P class=""&gt;Sum(Amount)/Sum(TOTAL &amp;lt;Year&amp;gt; Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 01:48:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126680#M370778</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T01:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126681#M370779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But if you look at the&amp;nbsp; sketch I need to group the previous 2 years as one block and anything older then 3 yrs as a seperate block&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126681#M370779</guid>
      <dc:creator />
      <dc:date>2016-06-16T02:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126682#M370780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;May be create a flag in the script:&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;If(Year = Year([Sales Date]) or Year = Year([Sales Date]) + 1, Year([Sales Date]), Dual('&amp;lt;=' &amp;amp; (Year -2), (Year - 2))) as [Sales Year]&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;And then then same two dimensions and try the same expression&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126682#M370780</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T02:29:33Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126683#M370781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please post a sample qvw&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 02:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126683#M370781</guid>
      <dc:creator />
      <dc:date>2016-06-16T02:31:09Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126684#M370782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/128041_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 03:58:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126684#M370782</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T03:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126685#M370783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes exactly. can you pls post the QVW?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 13:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126685#M370783</guid>
      <dc:creator />
      <dc:date>2016-06-16T13:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126686#M370784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did add it to my response above. Open the link here -&amp;gt;&lt;A href="https://community.qlik.com/message/1062454"&gt;Re: Stacked Bar Chart Issue&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 13:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126686#M370784</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T13:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126687#M370785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it, one last question.&amp;nbsp; I am still not able to do the 3 stacks, so if Year is 2016 I would like to see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stack 1&amp;nbsp; Sale Year = Year&lt;/P&gt;&lt;P&gt;Stack 2&amp;nbsp; Sale Year = Year-1 and Year -2&lt;/P&gt;&lt;P&gt;Stack 3&amp;nbsp; Sale Year &amp;lt;= Year -3 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All 3 stacks should add up to 100%&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 14:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126687#M370785</guid>
      <dc:creator />
      <dc:date>2016-06-16T14:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126688#M370786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Above image is showing three stacks and they are adding up to 100%. Did you follow the similar logic in the script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 15:20:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126688#M370786</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T15:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126689#M370787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I use your expression &lt;/P&gt;&lt;P&gt;=Sum(Amount)/Sum(TOTAL &amp;lt;Year&amp;gt; Amount)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with Set analysis, for example if I want to use the above expression for STATE field&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 17:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126689#M370787</guid>
      <dc:creator />
      <dc:date>2016-06-16T17:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126690#M370788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So instead of Sales Year, you want to use STATE? or use STATE in place of Year field?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:16:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126690#M370788</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T18:16:45Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126691#M370789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no what I meant is lets say If I have another field called State and I want to use the same metrics for the filed of&amp;nbsp; 'GA' for example&lt;/P&gt;&lt;P&gt;Something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;=Sum({&amp;lt;State={'GA'}&amp;gt;} Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;/&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;Sum({&amp;lt; State ={'GA'}&amp;gt; } TOTAL &amp;lt;Year&amp;gt; Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;its not working??&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:26:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126691#M370789</guid>
      <dc:creator />
      <dc:date>2016-06-16T18:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126692#M370790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say it is not working, is it through errors? Unexpected result? Null? Please provide more detail as the expression itself looks good to me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:31:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126692#M370790</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T18:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126693#M370791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It says in the caption " Error in Expression" and "Allocated memory exceeded"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:36:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126693#M370791</guid>
      <dc:creator />
      <dc:date>2016-06-16T18:36:55Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126694#M370792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got it, it works &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for all your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:58:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126694#M370792</guid>
      <dc:creator />
      <dc:date>2016-06-16T18:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126695#M370793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you share how the data looks? what the chart dimensions are and the expression used?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 18:58:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126695#M370793</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-16T18:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126696#M370794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rehan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you found a successful solution, please take a moment to post your final results, and to &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-14806"&gt;mark a reply as Correct&lt;/A&gt;, as this marks the entire thread as Answered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Qlik Community Team&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jun 2016 19:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126696#M370794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-16T19:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126697#M370795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I thought I resolved it, but the sample I gave you has both Sale Year and Year in the same table, but in my original data set they are in different tables. So I created a variable. So in the sample data the dimensions were Year, Sale Year&lt;/P&gt;&lt;P&gt;which was&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If(Year([Sale Date]) &amp;gt;= Year, '&amp;lt;1 Year',&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Year([Sale Date]) &amp;gt;= ((Year)-2) and&amp;nbsp; Year([Sale Date]) &amp;lt; Year,'Prior 2 Years',&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Year([Sale Date]) &amp;lt;= ((Year)-3),'&amp;lt; 3 Years')))&amp;nbsp; as [Sales Year] in the script&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;In&amp;nbsp; my original data set now, I put all the above in a variable and used that variable as a dimension for [Sale Year]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vSaleYear&lt;/P&gt;&lt;P&gt;If(Year([Sale Date]) &amp;gt;= Year, '&amp;lt;1 Year',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Year([Sale Date]) &amp;gt;= ((Year)-2) and&amp;nbsp; Year([Sale Date]) &amp;lt; Year,'Prior 2 Years',&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Year([Sale Date]) &amp;lt;= ((Year)-3),'&amp;lt; 3 Years'))) and used that in my Bar Chart but I get 100% now for each Year&amp;nbsp; because the values Sum(Amount) and Sum(Total &amp;lt;Year&amp;gt; Amount) are the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same logic works perfectly fine, if I put that logic in the script like we did earlier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I missing something here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 03:51:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126697#M370795</guid>
      <dc:creator />
      <dc:date>2016-06-17T03:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Bar Chart Issue</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126698#M370796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is very very difficult to troubleshoot a problem by just looking at an expression. I know there are people who can do it, but I don't have that talent my friend. Either provide more details, or I would hope someone else might be able to help you better &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jun 2016 11:55:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Bar-Chart-Issue/m-p/1126698#M370796</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-17T11:55:26Z</dc:date>
    </item>
  </channel>
</rss>

