Reporting Services 2008 多个字段的饼图

发布于 2024-08-02 21:40:14 字数 298 浏览 10 评论 0原文

我想要一个饼图,其中每个值都代表值 Total_nr_of_shipments: 的一部分,

Late_delivery_forwarder_fault,
Late_delivery_shipper_fault,
Late_delivery_consignee_fault,
Late_delivery_other

而该切片则代表组成 发货总数 的剩余部分货物准时交付。

你会如何解决这个问题?
是否有可能或者有更好的方式来显示性能数据?

I want a pie chart where each of these values represent a slice of the value Total_nr_of_shipments:

Late_delivery_forwarder_fault,
Late_delivery_shipper_fault,
Late_delivery_consignee_fault,
Late_delivery_other

and the slice that represents the remaining part of the total number of shipments that makes up the shipments delivered on time.

How would you solve this?
Is it possible or is there a better way to show the performance figures?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

柒七 2024-08-09 21:40:14

只要所有切片的总和等于出货量的总和,那么这个图表就一定有效。

Late_delivery_forwarder_fault  20
Late_delivery_shipper_fault    20
Late_delivery_consignee_fault  20
Late_delivery_other            20
Delivered_on_time              20 
-----------------------------------
Total Shipments               100

如果总数不等于发货总数,则意味着您拥有某种子集数据。在这种情况下,图表将无法正确表示数据。如果是这种情况,您最好使用条形图。

As long as the total of all slices equal to the total of shipments, then this chart will definitely work.

Late_delivery_forwarder_fault  20
Late_delivery_shipper_fault    20
Late_delivery_consignee_fault  20
Late_delivery_other            20
Delivered_on_time              20 
-----------------------------------
Total Shipments               100

If the totals do not equal the total number of shipments, then it means you have some kind of subset data. In that case, a chart would not represent the data properly. If this is the case, you would be better off with a Bar Chart.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文