同一页面上的交叉表总计?

发布于 2024-10-13 07:09:18 字数 622 浏览 1 评论 0原文

我有一个带有新页面结构的报告,就像

ID 1  (Details for ID1    )
    - CrossTab 1 (new page)
    - CrossTab 2 (new page)

ID 2 (Details for ID2     )
    - CrossTab 1 (new page)
    - CrossTab 2 (new page)

我想以单词(公式字段)显示同一页面上每个交叉表的总计。

我遇到的问题是交叉表位于子报表的页脚中。如果我尝试插入 总计在子报告的另一个页脚中,总计遵循我不想要的 ID1 的第二个交叉表。像这样的东西

    ID 1  (Details for ID1    )
    - CrossTab 1 (new page)
        - grand Total
    - CrossTab 2 (new page)
        - grand Total

ID 2 (Details for ID2     )
    - CrossTab 1 (new page)
        - grand Total
    - CrossTab 2 (new page)
        - grand Total

I have a report with new page Structure like

ID 1  (Details for ID1    )
    - CrossTab 1 (new page)
    - CrossTab 2 (new page)

ID 2 (Details for ID2     )
    - CrossTab 1 (new page)
    - CrossTab 2 (new page)

I want to display grand total in words (a formula field) for each crosstab on the same page.

Problem I'm having is that the crosstab is in subreport's footer. If I try to insert the
total in another footer of subreport, the total follows the 2nd crosstab for ID1 which I do not want. Something like this

    ID 1  (Details for ID1    )
    - CrossTab 1 (new page)
        - grand Total
    - CrossTab 2 (new page)
        - grand Total

ID 2 (Details for ID2     )
    - CrossTab 1 (new page)
        - grand Total
    - CrossTab 2 (new page)
        - grand Total

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

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

发布评论

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

评论(1

×眷恋的温暖 2024-10-20 07:09:19

如果我没理解错的话,您的主要报告是按 {ID} 分组的。在 {ID} 的组页脚中,您有一个子报表。该子报表中有交叉表。您想要添加第二个组页脚。

我建议简化您的生活:

  1. 删除子报表。
  2. 在主报告的组页脚中重新创建交叉表摘要。
  3. 创建第二个组页脚部分并将自定义字符串公式放在那里。

报告的部分专家为您提供了每个部分和内容的多种选项。你的报告的小节。这些选项包括“之后的新页面”、“之前的新页面”和“保持在一起”。尝试一下这些,看看是否能得到你想要的。

If I'm reading you right, your main report is grouped by {ID}. In the group footer of {ID}, you have a subreport. In that subreport is the crosstab. And you want to add a 2nd group footer.

I recommend simplifying your life:

  1. Delete the subreport.
  2. Recreate your crosstab summary in your main report's Group Footer.
  3. Make a 2nd Group Footer section and put your custom string formula there.

The Section Expert of your report gives you a variety of options for each section & subection of your report. Among those options is "New page after", "New page before", and "Keep together". Play around with those and see if you can get what you want.

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