获取交叉表总计?

发布于 2024-09-12 19:06:34 字数 190 浏览 3 评论 0原文

我在子报表中有一个交叉表。我需要获取交叉表的总计并将其显示在交叉表下的文本对象中。有什么线索可以实现这一点吗? 替代文本

I have a cross tab inside a subreport. I need to fetch the grandtotal of cross tab and display it in a textobject under the cross tab. Any clue how this can be achieved ?
alt text

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

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

发布评论

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

评论(2

初见 2024-09-19 19:06:34
  1. 将所需的数据库或公式字段拖放到报告的详细信息部分。 (删除由此生成的任何不需要的指南/列标题。)
  2. 右键单击插入的详细信息部分项目,然后选择“插入”>“概括... 。指定 Sum,将插入到数据网格所在的同一部分中。 (如果您不想在详细信息部分中删除详细信息部分项目。)
  3. 可以将总计字段拖放到数据网格下的位置。如果您特别希望将其放在文本字段中,请在数据网格下的报表中插入一个空白文本字段,然后将总计字段拖放到其中。
  1. Drag and drop the database or formula field you want into the detail section of the report. (Remove any unwanted guidelines / column headings that this generates.)
  2. Right-click the inserted detail section item and select Insert > Summary... . Specify Sum, to be inserted in the same section as the datagrid is located. (Remove the detail section item, if you don't want it in the detail section.)
  3. The total field can be dragged and dropped into position under the data grid. If you specifically want it in a text field, then insert a blank text field into the report under the data grid and then drag and drop the total field into it.
情归归情 2024-09-19 19:06:34

交叉表中是否有任何标准或特殊公式?如果没有,那么您可能只需创建一个新公式 sum({table.field}) 并将其放在您喜欢的任何位置。

(如果此子报表已分组,您可能需要使用 sum({table.field},{table.group})

Do you have any criteria or special formula in the crosstab? If not, then you could probably just make a new formula sum({table.field}) and put it wherever you like.

(If this subreport is grouped, you may want to use sum({table.field},{table.group}))

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