<?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: How to create multiple text values on Bar Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397322#M571538</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I modified my expression in my chart very simpy by adding a string to the end of it similar to what you propose...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current expression is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sample Count]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I modified it to simply be:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sample Count]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; 'XXXX' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the result is my chart no longer display any data. I get the "No data to display", so I'm not sure how you made a stackable bar chart work with that expression you posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2012 16:46:34 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-12T16:46:34Z</dc:date>
    <item>
      <title>How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397315#M571531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I keep getting asked this question and have been unable to find an acceptable working solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a bar chart that has two dimensions (entity and rating). We have one expression for the count.&amp;nbsp; The bar charts are stacked. I've attached a picture for reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question we keep getting asked is can we have the percentage relative to one of the ratings along with the total number. In other words, if entity "ABC" has 100 Pass ratings and 5 Marginal Rating and 10 Fail Ratings, the user would like to see the total count and the percentage of fails next to each bar on the chart. So the display for this entity would show for example "115 / 8.70%".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously, we can create tables of numbers that show this information, but the users want the visual appeal of the chart with the number right there and not have to look around or try to associate line 1 with line 1 from a text grid, etc...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 12:53:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397315#M571531</guid>
      <dc:creator />
      <dc:date>2012-09-11T12:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397316#M571532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This isn't exactly what you are looking for, but it may help in the meantime. Put the formula for failure percentage as an expression and select 'Invisible'. Select 'Text as Pop-up'. The percentage will show when you hover over the selection. Here is an example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 13:24:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397316#M571532</guid>
      <dc:creator />
      <dc:date>2012-09-11T13:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397317#M571533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;You can use dual() function for that.&lt;/P&gt;&lt;P&gt;For numeric part use your count expression and for text part - construct the desired string.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 13:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397317#M571533</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-11T13:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397318#M571534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you reply with a working example of this dual function in a chart expression? The help system only shows the dual function being utilized in a load script and that is not what we are asking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 12:33:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397318#M571534</guid>
      <dc:creator />
      <dc:date>2012-09-12T12:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397319#M571535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition to the other ideas mentioned, a simple way is to just concatenate manually the expression to receive the percentage after the expression used for the count. So something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(field)&amp;amp;' / '&amp;amp;(sum(field/field)*100)&amp;amp;'%'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 13:21:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397319#M571535</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T13:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397320#M571536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tested this solution to make sure that it will actually work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;==================================================&lt;/P&gt;&lt;P&gt;In addition to the other ideas mentioned, a simple way is to just concatenate manually the expression to receive the percentage after the expression used for the count. So something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=count(field)&amp;amp;' / '&amp;amp;(sum(field/field)*100)&amp;amp;'%'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 16:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397320#M571536</guid>
      <dc:creator />
      <dc:date>2012-09-12T16:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397321#M571537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I did.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 16:20:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397321#M571537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T16:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397322#M571538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I modified my expression in my chart very simpy by adding a string to the end of it similar to what you propose...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My current expression is:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sample Count]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I modified it to simply be:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Sum&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sample Count]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &amp;amp; 'XXXX' &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the result is my chart no longer display any data. I get the "No data to display", so I'm not sure how you made a stackable bar chart work with that expression you posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 16:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397322#M571538</guid>
      <dc:creator />
      <dc:date>2012-09-12T16:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397323#M571539</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, bneumeier.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry, I've tested dual() expression with bar chart and it works in many cases except stacked mode &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can easily test it yourself:&lt;/P&gt;&lt;P&gt;=dual('test ' &amp;amp; Count(YourValue), Count(YourValue))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can use 'text on axis' instead 'values on data points' if its suitable.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397323#M571539</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-12T17:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397324#M571540</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sum ([Sample Count]) &amp;amp; 'XXXX'&amp;nbsp; &amp;lt;&amp;lt; its a string&lt;/P&gt;&lt;P&gt;You can't plot string value on numeric axis &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397324#M571540</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-12T17:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397325#M571541</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's what I thought also, but the individual said he tested it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=======================&lt;/P&gt;&lt;P&gt;Sum ([Sample Count]) &amp;amp; 'XXXX'&amp;nbsp; &amp;lt;&amp;lt; its a string&lt;/P&gt;&lt;P&gt;You can't plot string value on numeric axis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:08:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397325#M571541</guid>
      <dc:creator />
      <dc:date>2012-09-12T17:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397326#M571542</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So to be clear - if I use dual in the expression and turn the option for "Text on Axis" on the stacked bars will appear correctly, the text will just be outside the chart on the axis - correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If that is correct, it might be an option, they will not like it, but we might be able to sell it as am option for a little while.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397326#M571542</guid>
      <dc:creator />
      <dc:date>2012-09-12T17:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397327#M571543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am reporting the problem with Dual as a bug, but unsure what kind of response I will receive&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:18:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397327#M571543</guid>
      <dc:creator />
      <dc:date>2012-09-12T17:18:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397328#M571544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yeah, you right about axis text. Also its grayed. And you have to play with formats to show what you want.&lt;/P&gt;&lt;P&gt;Anyway, it will hepl the users to see what they want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it's a complex question whether it a bug or 'inimplementation' or feature.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Consider that in stacked mode QV shows &lt;STRONG&gt;Total &lt;/STRONG&gt;value for a stack, while when you type the expression you do it for the entire dimension (don't know how to say it more clear).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, I hope it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 17:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397328#M571544</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-12T17:32:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397329#M571545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I changed the expression to utilize Dual and then changed to "Text on Axis". Still did not get the text, instead received individual counts for each dimension. This will not work. They want to see the total count and the percentage for a specific dimension relative to the count and not have to calculate it by hand. They want this text to be on/related to each bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 18:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397329#M571545</guid>
      <dc:creator />
      <dc:date>2012-09-12T18:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397330#M571546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, I did a demo test and ran into the same problem....so without directly addressing the issue for the stacked bar chart - I found a working way to achieve the same thing (with the stacked bar chart).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Create the same expression your trying to use to get the stacked bar so in this case&lt;EM&gt; sum([Sample Count]) &amp;amp; 'XXXX'&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;-make the expression invisible&lt;/P&gt;&lt;P&gt;-select "Text on Axis"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should allow your stacked bar to appear as it did before while adding your (multiple) data values pertaining to the bar along the axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Got to say that I'm not totally satisfied with the design if you have a long value to display but it works and has potential to be formatted to a more polished presentation. Either way, sorry for the confusion.....the point I was driving at was that while you try to figure out the more complex methods that generate the solution you need, you can serve up a working solution to the end-user with a "work-around", if you will, that achieves the same effect by using a simplier method. Learned this from an example where it was requested to display the customer's id next to the customer dimension, possibly in rollover pop-up or as another dimension. This was going to cause either a great burden on maintenance (popup) or exceed the working display area that I had to present the chart....so I just put the customer's id as a tag along to the dimension i.e. Customer&amp;amp;' - ('&amp;amp;CustomerId&amp;amp;')'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 18:28:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397330#M571546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T18:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397331#M571547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attachment&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 18:37:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397331#M571547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T18:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397332#M571548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;2&amp;nbsp; bneumeier:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're right. It adds something strange 'on axis' in stacked mode. Sometimes values from one level and somtimes from other.&lt;/P&gt;&lt;P&gt;I've managet to achive the same results as with "Text on Axis" but with 'Values on data points' (see the above post about adding invisible expression).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that you can't calculate it through every value of the 'stack'. Sometimes it takes one value from top and some times another from bottom. So unfortunately you can't calculate the ratio and the value of each part as you want.&lt;/P&gt;&lt;P&gt;I think this is another reason why QV overrides text representation of expression by default and displays only total amount for a stack bar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 19:23:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397332#M571548</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-12T19:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397333#M571549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I'm missing something.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you create the invisible expression to appear as "Text on Axis", I am under the impression that you are calculating the provided expression expression against the dimension and displaying the resulting value along the axis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this not the case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 19:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397333#M571549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-09-12T19:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to create multiple text values on Bar Chart</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397334#M571550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt; can we have the percentage relative to one of the ratings along with the total number&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;2 autopilot:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You calculate it against one (bar) dimension while the question is how to display the ratio of each stacked part (second dimension).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your sample is oversimplified, create a stacked bar chart (2 dims), calculate the real sum value (don't substitute it to zero).&lt;/P&gt;&lt;P&gt;Then play with that chart, try to get&amp;nbsp; sum values in text (for each part of stack and entire for the stack).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional invisible expression works in both cases whether "Text on Axis" or 'Values on data points'. And works bad.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 19:46:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-create-multiple-text-values-on-Bar-Chart/m-p/397334#M571550</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-09-12T19:46:02Z</dc:date>
    </item>
  </channel>
</rss>

