Crystal Reports Crosstab 在存在一行时抑制小计

发布于 2024-10-06 07:38:28 字数 376 浏览 3 评论 0原文

我在水晶报表中使用交叉表,它有 3 个分组级别,这可以在行中创建大量小计。如果只有一行进行求和,则小计行通常是无用的。是否可以在只有一行数据的情况下抑制小计?留下有用的小计(我知道我可以抑制很多)。

下面的插图是我目前的样子:

Current CrossTab

这就是我希望的样子:

Wanted CrossTab

请注意,中间分组 B 和 T 的小计已被删除,只留下 C,因为它下面有两个不同的行。对我来说,这看起来很清楚,如果无法实现,我会感到惊讶。

I am using a crosstab in crystal reports that has 3 grouping levels this can create a lot of subtotals across the rows. Often the subtotal row is useless if there is only one row it is summing from. Is it possible to supress subtotals where there is only one row of data? Leaving the useful subtotals (I know I can suppress the lot).

Illustration below this is how I currently have it:

Current CrossTab

This is how I would like it to be:

Wanted CrossTab

Notice the sub totals for the Middle Grouping B and T have been removed leaving just C as it has two distinct rows below it. To me that looks much cleared and I would be surprised if this can't be achieved.

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

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

发布评论

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

评论(1

远昼 2024-10-13 07:38:28

我建议跳过 Crystal 交叉表并制作您自己的:

  1. 在您希望交叉表出现的位置制作一个子报表(您可能不需要子报表,但我假设您需要)。
  2. 按 3 个级别对子报告进行分组。
  3. 拖放将您的字段放入您的设计中,无论您想要什么。
  4. 在组页脚部分中,使用自定义公式的 sum({number},{group}) 添加一些自定义字段公式。
  5. 使用部分专家,根据需要抑制字段。 count({number},{group}) 在这里会很有用。

需要进行相当多的调整才能使其正确,当然,手动交叉表中的列将被修复,但这允许最大程度的自定义。

I recommend skipping the Crystal Crosstab and making your own:

  1. Make a subreport where you want the crosstab to appear (you may not need a subreport, but I'll assume you do).
  2. Group the subreport by your 3 levels.
  3. Drag & drop your fields onto your design however you want them.
  4. In the group footer sections, add some custom field formulas with the sum({number},{group}) for the custom formula.
  5. Using the section expert, suppress the fields as you see fit. The count({number},{group}) would be useful here.

It'll take a fair bit of tweaking to get it right, and of course the columns in your manual crosstab will be fixed, but this allows for the most customization.

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