Jasper 报告:交叉表

发布于 2024-12-26 09:37:42 字数 92 浏览 0 评论 0原文

我正在 iReport-jasper-reports 中创建报告。

如何在交叉表中创建行编号?

谢谢。

I am creating a report in iReport-jasper-reports.

How to create a line numbering in crosstab?

Thanks.

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

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

发布评论

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

评论(2

梦在深巷 2025-01-02 09:37:42

查询中添加字段COUNT。
或者 Jasper 报告中的计数列。

Add field COUNT in query.
Or Count column in Jasper report.

最初的梦 2025-01-02 09:37:42

我认为可能有替代方案,但是我只能使用我想在这篇短文中描述的方法来做到这一点。

交叉表有一个名为 ROW_COUNT 的变量,

需要注意两个方面:

  • 该变量对逻辑交叉表行进行计数,而不对布局行进行计数。那
    是,如果交叉表的列超过元素宽度并且
    行分成几个块,您将看到相同的行号
    组成单个逻辑行的布局行。

  • 不计算总行数,仅计算详细行数。

请查看以下文章了解更多详细信息
https://community.jaspersoft.com/wiki/how-引入行号交叉表

I think that it's possible that there is an alternate, however I managed to do this only with the approach that I want to describe in this short article.

Crosstabs have a variable called ROW_COUNT

Two aspects to note:

  • The variable counts logical crosstab rows and not layout rows. That
    is, if the crosstab has columns that exceed the element width and
    rows break into several chunks, you will see the same row number for
    the layout rows that make up a single logical row.

  • Total rows are not counted, only detail rows.

Please looked into following article for more details
https://community.jaspersoft.com/wiki/how-introduce-row-numbers-cross-tab

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