<?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 Dimensions in Pie Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Dimensions-in-Pie-Chart/m-p/424652#M1164171</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pie chart in QV 10 where I would like to show the information about the percent of sales in one Year comparing to the Year before and with the next Year, meaning I would have something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year Selected: &lt;STRONG&gt;2011&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pie chart would 3 slices with something like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2010&lt;/STRONG&gt; - 25%&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2011&lt;/STRONG&gt; - 34%&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2012&lt;/STRONG&gt; - 41%&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible? How can I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2012 18:14:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-10-17T18:14:00Z</dc:date>
    <item>
      <title>Dimensions in Pie Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-in-Pie-Chart/m-p/424652#M1164171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pie chart in QV 10 where I would like to show the information about the percent of sales in one Year comparing to the Year before and with the next Year, meaning I would have something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Year Selected: &lt;STRONG&gt;2011&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The pie chart would 3 slices with something like:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2010&lt;/STRONG&gt; - 25%&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2011&lt;/STRONG&gt; - 34%&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2012&lt;/STRONG&gt; - 41%&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible? How can I achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 18:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-in-Pie-Chart/m-p/424652#M1164171</guid>
      <dc:creator />
      <dc:date>2012-10-17T18:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions in Pie Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-in-Pie-Chart/m-p/424653#M1164172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In addition, I have a report with that pie chart but I can't get it to print the % next to the slices as I can see in the screen... is that possible as well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 18:20:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-in-Pie-Chart/m-p/424653#M1164172</guid>
      <dc:creator />
      <dc:date>2012-10-17T18:20:30Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions in Pie Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-in-Pie-Chart/m-p/424654#M1164173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your year is a 4-digit number, I believe this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Dimension&amp;nbsp; = if(Year&amp;gt;=$(=max(Year)-1) and Year&amp;lt;=$(=max(Year)+1),Year)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Expression = sum({&amp;lt;Year=,Month=,etc. for all calendar fields&amp;gt;} Sales)&lt;/SPAN&gt;&lt;BR /&gt;checkmark "values on data points" on expressions tab&lt;BR /&gt;checkmark "relative" on expressions tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your year is a date formatted as YYYY (which is what I usually do):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;Dimension&amp;nbsp; = if(Year&amp;gt;=$(=addmonths(max(Year),-12)) and Year&amp;lt;=$(=addmonths(max(Year),12)),Year)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 18:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-in-Pie-Chart/m-p/424654#M1164173</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2012-10-17T18:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dimensions in Pie Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Dimensions-in-Pie-Chart/m-p/424655#M1164174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've done it now! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hadn't my Expression fine so it didn't work as I expected but it was a mistake of mine so thank you very much John, I've done the pie chart now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I still got the "error" in the report. When I create/edit the report, the % appear in the chart but if I do "Print Preview" they don't appear :s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2012 09:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Dimensions-in-Pie-Chart/m-p/424655#M1164174</guid>
      <dc:creator />
      <dc:date>2012-10-18T09:40:54Z</dc:date>
    </item>
  </channel>
</rss>

