<?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 Chart - Values and Labels in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stacked-Chart-Values-and-Labels/m-p/854123#M1001065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My query is regarding stacked charts. My requirement is to create a stacked chart where the label is not equal to the value. &lt;/P&gt;&lt;P&gt;Consider an example where there is a stacked chart. X-axis (dimension) is Year (2011, 2012, 2013 and 2013) and Y-axis is the stacked data for total number of flights for various airlines companies (American Airlines, Air Asia, Qataar Airways) i.e gives the count. Now, for Air Asia in particular if the # of flights is 3000 then the label on the bar should read 'Three Thousand'. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Is there a way to have the labels distinct from the values in stacked charts?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2015 14:20:09 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-06-18T14:20:09Z</dc:date>
    <item>
      <title>Stacked Chart - Values and Labels</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Chart-Values-and-Labels/m-p/854123#M1001065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My query is regarding stacked charts. My requirement is to create a stacked chart where the label is not equal to the value. &lt;/P&gt;&lt;P&gt;Consider an example where there is a stacked chart. X-axis (dimension) is Year (2011, 2012, 2013 and 2013) and Y-axis is the stacked data for total number of flights for various airlines companies (American Airlines, Air Asia, Qataar Airways) i.e gives the count. Now, for Air Asia in particular if the # of flights is 3000 then the label on the bar should read 'Three Thousand'. &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Is there a way to have the labels distinct from the values in stacked charts?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 14:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Chart-Values-and-Labels/m-p/854123#M1001065</guid>
      <dc:creator />
      <dc:date>2015-06-18T14:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Chart - Values and Labels</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Chart-Values-and-Labels/m-p/854124#M1001066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes you can use a dual function in the expression, Dual(Text,Value) and check the values on datapoints and maybe the plot values inside segments in the presentation tab.&lt;/P&gt;&lt;P&gt;For example (you may have to change the text representation to your needs)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dual(Sum(Amount)/pow(10,(len(Sum(Amount))-1))&amp;amp;' '&amp;amp;pick((len(Sum(Amount))-1),'(1)','(10)','thousands')&lt;/P&gt;&lt;P&gt;,Sum(Amount))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="89964" alt="BarChDual.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/89964_BarChDual.png" style="height: 244px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;See also example attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 14:47:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Chart-Values-and-Labels/m-p/854124#M1001066</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-18T14:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Chart - Values and Labels</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Chart-Values-and-Labels/m-p/854125#M1001067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the response! This solution worked perfectly for me! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jun 2015 10:21:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Chart-Values-and-Labels/m-p/854125#M1001067</guid>
      <dc:creator />
      <dc:date>2015-06-19T10:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Stacked Chart - Values and Labels</title>
      <link>https://community.qlik.com/t5/QlikView/Stacked-Chart-Values-and-Labels/m-p/854126#M1001068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! Saved a lot of time. One addition: on the 'Number' tab, set the number representation to 'Expression default' otherwise it will not show the text...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2016 15:00:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stacked-Chart-Values-and-Labels/m-p/854126#M1001068</guid>
      <dc:creator>happydays1967</dc:creator>
      <dc:date>2016-05-17T15:00:51Z</dc:date>
    </item>
  </channel>
</rss>

