JasperReports 组

发布于 2024-10-12 11:02:10 字数 294 浏览 2 评论 0原文

有没有办法使用组内数据的第一个值?

例如,我有以下数据:

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 技术交流群。

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

发布评论

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

评论(1

╰◇生如夏花灿烂 2024-10-19 11:02:10

您可以定义一个变量,让它在每个组上重置,将计算类型设置为“第一个”,并将表达式设置为要显示的字段。

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.

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