-
1. Re: Pie Chart Labels
john menard Dec 7, 2011 2:21 PM (in response to john menard)To be more clear I have created these pie charts with the exact steps of this k-base: http://www.tableausoftware.com/support/knowledge-base/pie-chart
-
2. Re: Pie Chart Labels
Shawn Wallwork Dec 7, 2011 2:54 PM (in response to john menard)Hi John.
If you want to show stuff when you "move the cursor over a portion of the chart" then you need to edit the Tooltips (on the menu bar: Edit/Tooltip). You can use the 'Insert' pull-down menu to add any available (in the view) field. If you don't see something you want to use, just exit and drag that field to the level of detail shelf. Then it should show up in the Insert menu.
If you want to point arrows at stuff rt-click on it and go to the 'annotate' menu. 'Point' will give you an arrow and text box with a label. Both are movable later on. (See attached)
As to multiple labels shown simultaneously based on the label shelf content, you can do it, but you're probably getting into calculated fields. Hope this helps.
--Shawn
-
point_at_stuff.png 3.9 KB
-
-
3. Re: Pie Chart Labels
Jason Paulsen Apr 13, 2012 12:39 PM (in response to Shawn Wallwork)My problem with calculated fields is it won't let me combine a dimension with a metric. Example: Job Type and Revenue combined in a label. I get an error "can't add string and float values" when trying to create the calculated field.
-
4. Re: Pie Chart Labels
Tracy RodgersApr 19, 2012 8:43 AM (in response to Jason Paulsen)
Hi Jason,
One option is to convert the Revenue field to a string value. You can further manipulate how the string of Revenue will be displayed. For example:
[Job Type] + ' $' + left(str(sum([Revenue])), 4)
Hope this helps!
-Tracy
-
5. Re: Pie Chart Labels
Paul GreenspanApr 19, 2012 9:09 AM (in response to john menard)
This example workbook might help. Use calculated fields to show both % of total, and actual values, in a pie chart
-
6. Re: Pie Chart Labels
Jason Paulsen Apr 23, 2012 10:51 AM (in response to Tracy Rodgers)Thanks Tracy. But now when I create the calculated field, I get this error:
"Cannot mix aggregate and non-aggregate arguments to function."
Here is what the formula looks like after editing to add the proper dimensions:[Job Function] + left(str(sum([Number of Records])), 4)
-
7. Re: Pie Chart Labels
Tracy RodgersApr 23, 2012 11:25 AM (in response to Jason Paulsen)
Hi Jason,
This should work:
attr([Job Function]) + left(str(sum([Number of Records])), 4)
-Tracy
-
8. Re: Pie Chart Labels
vlad.turbuleasa Apr 26, 2012 7:14 AM (in response to john menard)Hello ,
Has someone idea if i can link a section from a pie chart to other pie chart (in the seame window from dashboard to open the pie chart of the section i selected) ?
-
9. Re: Pie Chart Labels
Paul GreenspanApr 26, 2012 7:29 AM (in response to vlad.turbuleasa)
like this?
-
Pie drill downs.twbx.zip 1.1 MB
-
-
10. Re: Pie Chart Labels
vlad.turbuleasa Apr 26, 2012 8:59 AM (in response to Paul Greenspan)No, i found a tutorial how to do your way , but i'm asking how about to duble click(or click) on a section and in the same sheet to change from continent to country let's say. (Like we have : Europe , Afriaca , Asia ... and we select Asia and whant to se in new pie chart the procent of populantion / country from Asia in the same sheet in new pie chart.) It is posible ?
Thanks Paul Greenspan!
Thanks to all!
-
11. Re: Pie Chart Labels
Monica Rosenberg Aug 7, 2012 10:19 AM (in response to john menard)I have used custom geocoding identifying certain company "sites." For each site I have a pie chart. I would like to label each pie chart with the site name (just once), but currently the labels are for each slice of the pie--not the whole pie. Any ideas?
If I annotate <Site> at the "mark" level, each slice is annotated, if I annotate the "point" level, <Site> results in "All" even though there's only one site for that particular pie chart...
Any help would be appreciated!