<?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: Pie charts with time dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pie-charts-with-time-dimension/m-p/603631#M1093405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 May 2014 20:18:50 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-05-06T20:18:50Z</dc:date>
    <item>
      <title>Pie charts with time dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-charts-with-time-dimension/m-p/603626#M1093400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm a Qlikview beginner and am struggling with the finer points of chart manipulation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, my problem is with pie charts. I have a line sand chart that has two Dimensions - Year and Customer - and one Expression, sum(Amount). The chart has a fast change option to a Pie Chart. However, because of these Dimensions and Expressions, and Pie Chart is ugly and very crowded - in the middle of the Pie is the aggregation of sum(Amount) by Customer across all years, and around it are slivers representing each sum(Amount) for every Customer in every year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#1 - Is there a way where I could manipulate this, and break it out so that instead I would have multiple pie charts, each providing sum(Amount) for every customer for one year? I.e. if the period was 2001-2008, could I have 8 smaller pie charts in the chart area?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;#2 - A related question would be - is it possible to conditionally change Dimensions for Fast Type Change - i.e. can I set a condition to remove the Year Dimension when the chart switches to a Pie Chart?&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>Tue, 06 May 2014 15:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-charts-with-time-dimension/m-p/603626#M1093400</guid>
      <dc:creator />
      <dc:date>2014-05-06T15:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Pie charts with time dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-charts-with-time-dimension/m-p/603627#M1093401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My opinion : Never use pie charts. Use bar charts instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to make small multiples based on year, use set analysis :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;Year={"$(=only(Year))"}&amp;gt;} Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 15:05:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-charts-with-time-dimension/m-p/603627#M1093401</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-05-06T15:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: Pie charts with time dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-charts-with-time-dimension/m-p/603628#M1093402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you say set analysis, you mean I would place that formula in Expressions definition?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your quick reply!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 15:45:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-charts-with-time-dimension/m-p/603628#M1093402</guid>
      <dc:creator />
      <dc:date>2014-05-06T15:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Pie charts with time dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-charts-with-time-dimension/m-p/603629#M1093403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Andrew,&lt;/P&gt;&lt;P&gt;Please check out the attached file.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;For your first question I would use a Grid chart and a line chart for fast change to achieve what you want.&lt;/LI&gt;&lt;LI&gt;For second part you could use an input box to manipulate what chart you are seeing with what dimensions&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hope it helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;AJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 15:59:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-charts-with-time-dimension/m-p/603629#M1093403</guid>
      <dc:creator />
      <dc:date>2014-05-06T15:59:12Z</dc:date>
    </item>
    <item>
      <title>Re: Pie charts with time dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-charts-with-time-dimension/m-p/603630#M1093404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.818181991577148px; background-color: #ffffee;"&gt;sum({$&amp;lt;Year={"$(=only(Year))"}&amp;gt;} Amount) will give you the amount for the selected year&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: 11.818181991577148px; background-color: #ffffee;"&gt;and&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 11.818181991577148px; background-color: #ffffee; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;sum({$&amp;lt;Year={"2014"}&amp;gt;} Amount) only for 2014 etc.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 20:10:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-charts-with-time-dimension/m-p/603630#M1093404</guid>
      <dc:creator>giakoum</dc:creator>
      <dc:date>2014-05-06T20:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Pie charts with time dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-charts-with-time-dimension/m-p/603631#M1093405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you both very much!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 20:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-charts-with-time-dimension/m-p/603631#M1093405</guid>
      <dc:creator />
      <dc:date>2014-05-06T20:18:50Z</dc:date>
    </item>
  </channel>
</rss>

