﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Reporting Services / Reporting Services  / Hide data label for pie chart slices under 10% / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 18 Jun 2013 18:43:12 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Hide data label for pie chart slices under 10%</title><link>http://www.sqlservercentral.com/Forums/Topic1399105-150-1.aspx</link><description>bump, any suggestions?</description><pubDate>Thu, 27 Dec 2012 09:22:12 GMT</pubDate><dc:creator>jchicky</dc:creator></item><item><title>RE: Hide data label for pie chart slices under 10%</title><link>http://www.sqlservercentral.com/Forums/Topic1399105-150-1.aspx</link><description>Thanks for your help. I'm not sure exactly how to explain the problem I'm having...UseValueAsLabel was already False. In the label property, I had #PERCENT{P0}, otherwise the labels would show the count for that particular category.My DataSet1 has a query that groups 6 categories and counts each row in a column. For example:total totalValue category categoryValue1 1 Existing 10000000010 10 New 10000000113 13 Growth 100000002etc, etc.In the chart data, I have [total] in the Values area (no aggregate function used), and category in the Category Groups area. Everything previews great.. I just don't want to show slices under 10% because the chart is quite small and so the labels overlap when they're under 10%. When I try your expression, I get #Error (rsAggregateOfNonNumericData) for the labels (I put your expression in the label property).</description><pubDate>Fri, 21 Dec 2012 09:17:08 GMT</pubDate><dc:creator>jchicky</dc:creator></item><item><title>RE: Hide data label for pie chart slices under 10%</title><link>http://www.sqlservercentral.com/Forums/Topic1399105-150-1.aspx</link><description>Sorry for the double post.</description><pubDate>Fri, 21 Dec 2012 09:16:29 GMT</pubDate><dc:creator>jchicky</dc:creator></item><item><title>RE: Hide data label for pie chart slices under 10%</title><link>http://www.sqlservercentral.com/Forums/Topic1399105-150-1.aspx</link><description>Change the UseValueAsLabel to false.Here's an example of an expression I just wrote to test this out.If Revenue for Department / TotalRevenue &amp;gt; .1, then show Department revenue, else "" Blank=iif(Sum(Fields!Revenue.Value) / Sum(Fields!Revenue.Value, "DataSet1") &amp;gt; .1, Sum(Fields!Revenue.Value), "")</description><pubDate>Thu, 20 Dec 2012 15:19:35 GMT</pubDate><dc:creator>Ray M</dc:creator></item><item><title>Hide data label for pie chart slices under 10%</title><link>http://www.sqlservercentral.com/Forums/Topic1399105-150-1.aspx</link><description>I'm working on a pretty simple pie chart in BIDS 08. I have 6 slices of pie and want to hide the data label for slices less than 10%. I assume this is an expression that gets entered into the Chart Series Labels' 'visible' property, but I don't know where to start.If you all can help me out, I would greatly appreciate it. Part of what has me confused is that the expression will probably be written assuming the values of my data are percentages, but they're integers (aggregated counts). I believe this transformation from integers to percentages happens in the background and I wouldn't know how to write an expression for that.</description><pubDate>Thu, 20 Dec 2012 14:13:55 GMT</pubDate><dc:creator>jchicky</dc:creator></item></channel></rss>