<?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 Chart format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Pie-Chart-format/m-p/381886#M142500</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;II think the right expressions for you to show&amp;nbsp; percentage are &lt;/P&gt;&lt;P&gt;=sum({1-$}Sales)&lt;/P&gt;&lt;P&gt;for others and&lt;/P&gt;&lt;P&gt; =sum({$}Sales) &lt;/P&gt;&lt;P&gt;for current selection,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scince =sum({1}Sales) equals total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also achieve the same results without set analysis:&lt;/P&gt;&lt;P&gt;=sum(Sales)/sum(total Sales)&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;=1-sum(Sales)/sum(total Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Aug 2012 16:25:08 GMT</pubDate>
    <dc:creator>whiteline</dc:creator>
    <dc:date>2012-08-29T16:25:08Z</dc:date>
    <item>
      <title>Pie Chart format</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-format/m-p/381882#M142496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a list box that is showing locations and a Pie Chart that is showing percentage of SF per Location&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the chart is showing correctly the Percentage of SF by Locations. Like I have 20 Locations and each one has its slice on the chart and the right Percentage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do the follwing:&lt;/P&gt;&lt;P&gt;If I select a location from the list box, the Pie chart shows the percentage of selected location Vs All others(In other words: One color for this location "Slice" and a second color summing all other locations"Slices").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 14:03:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-format/m-p/381882#M142496</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-08-29T14:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart format</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-format/m-p/381883#M142497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Should be fairly straight forward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a Pie Chart with no Dimensional value, add an expression similar to the following: =sum({1}Sales) and a second =sum({1-$}Sales).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 1st could simply be sum(Sales), the 2nd gives you the total for everything excluded by your selections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Obviously the 'Sales' is to be replaced by whatever you want to count or sum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt - Visual Analytics Ltd&lt;/P&gt;&lt;P&gt;Qlikview Design Blog: &lt;A href="http://QVDesign.wordpress.com"&gt;http://QVDesign.wordpress.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;@QlikviewBI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 14:21:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-format/m-p/381883#M142497</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2012-08-29T14:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart format</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-format/m-p/381884#M142498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is helpfull but the logic that i have is a little confussing.&lt;/P&gt;&lt;P&gt;I think that i am going to do it differently.&lt;/P&gt;&lt;P&gt;I am going to build to charts the first one will show me the selections as I explained how they are showing up now and the second will show the percentage&amp;nbsp; as i needed as there is no way of showing both at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how to hide and show&amp;nbsp; a chart if a selection in made in a list box?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thxs for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 15:22:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-format/m-p/381884#M142498</guid>
      <dc:creator>alec1982</dc:creator>
      <dc:date>2012-08-29T15:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart format</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-format/m-p/381885#M142499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look to use getselectedcount(Location) in the Conditional Show expression of the objects you wish to show / hide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ie show when no selections made: getselectedcount(Location)=0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vice versa&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getselectedcount(Location)&amp;gt;0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matt - @QlikviewBI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 15:32:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-format/m-p/381885#M142499</guid>
      <dc:creator>matt_crowther</dc:creator>
      <dc:date>2012-08-29T15:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Pie Chart format</title>
      <link>https://community.qlik.com/t5/QlikView/Pie-Chart-format/m-p/381886#M142500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;II think the right expressions for you to show&amp;nbsp; percentage are &lt;/P&gt;&lt;P&gt;=sum({1-$}Sales)&lt;/P&gt;&lt;P&gt;for others and&lt;/P&gt;&lt;P&gt; =sum({$}Sales) &lt;/P&gt;&lt;P&gt;for current selection,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;scince =sum({1}Sales) equals total.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also achieve the same results without set analysis:&lt;/P&gt;&lt;P&gt;=sum(Sales)/sum(total Sales)&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;=1-sum(Sales)/sum(total Sales)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Aug 2012 16:25:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Pie-Chart-format/m-p/381886#M142500</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2012-08-29T16:25:08Z</dc:date>
    </item>
  </channel>
</rss>

