在 Dynamic Jasper 中为全局页脚变量设置不同的标题?

发布于 2024-11-08 18:29:01 字数 505 浏览 4 评论 0原文

我们可以为全局页脚变量设置不同的标题吗?

我需要显示页脚变量,如下所示:


总天数:120 平均天数:20 剩余天数:5


目前我只能为所有变量设置一个标题。

我添加了 3 个全局页脚变量。

drb.addGlobalFooterVariable(daysColumn,DJCalculation.SUM,style).addGlobalFooterVariable(daysColumn, DJCalculation.AVERAGE,style)

第三个页脚变量应该是一个计算剩余天数的自定义表达式。这应该在报告末尾显示为

总天数:120 平均天数:20 剩余天数:5

目前我能够使用

.setGrandTotalLegend("Total Days")

“请帮助我显示全局变量的不同标题”以及如何将自定义表达式与全局变量关联仅设置一个标题。

Can we set different titles for global footer variables?

I have a requirement to display footer variables as below:


Total Days : 120 Average Days : 20 Remaining Days : 5


Currently I am only able to set one title for all the variables.

I have added 3 Global Footer Variables

drb.addGlobalFooterVariable(daysColumn,DJCalculation.SUM,style).addGlobalFooterVariable(daysColumn, DJCalculation.AVERAGE,style)

The 3rd footer variable should be a Custom Expression that calculates the remaining days.This should be displayed at the end of the Report as

Total Days :120 Avg Days :20 Remaining Days :5

Currently I am able to set only one title by using

.setGrandTotalLegend("Total Days")

Please help me with displaying different headings for global variables and also how a custom expression can be associated with global variables.

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文