JasperReports 组
有没有办法使用组内数据的第一个值?
例如,我有以下数据:
1 12/1
1 12/5
2 1/2
3 5/6
3 6/6
我希望数据输出为:[with groups]
Group Header for 1 start date: 12/1
[Data]
Group Header for 2 start date: 1/2
[Data]
Group Header for 3 start date: 5/6
[Data]
Is there a way to use the first value of the data within a group?
For example I have the following data:
1 12/1
1 12/5
2 1/2
3 5/6
3 6/6
I would like for the data output to be: [with groups]
Group Header for 1 start date: 12/1
[Data]
Group Header for 2 start date: 1/2
[Data]
Group Header for 3 start date: 5/6
[Data]
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以定义一个变量,让它在每个组上重置,将计算类型设置为“第一个”,并将表达式设置为要显示的字段。
You can define a variable, let it reset on each group, set the calculation type to 'first' and the expression to the field you want to display.