在 Dynamic Jasper 中为全局页脚变量设置不同的标题?
我们可以为全局页脚变量设置不同的标题吗?
我需要显示页脚变量,如下所示:
总天数: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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论