如何重命名ireport中ejbql查询的字段?
我正在使用带有 ejbql
连接的 iReport 3.7.3。我的问题是,当我想从查询中获取字段时,ireport 会使用“COLUMN_1”、“COLUMN_2”设置字段名称,即使我使用“as”这句话,ireport 也会将字段名称设置为“COLUMN_1”、“COLUMN_2”。以下是我的查询示例:
select doc.docId as DocumentID, doc.transactionDate as TransationDate from Document doc
I'm using iReport 3.7.3 with ejbql
connection. My problem is when I want to get the fields from the query, the ireport sets the name of the fields with "COLUMN_1", "COLUMN_2" even if I use the sentence "as" the ireport gets me that name to the fields. Here's an example of my query:
select doc.docId as DocumentID, doc.transactionDate as TransationDate from Document doc
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
My_campo
My_campo