如何在 Ireport 中的文本字段中显示值?
我目前正在创建与商业组织相关的报告。我需要制作的报告是每当某个值等于零时就会显示文本的报告。
例如,
我有 php 文件,它将参数传递给我的 ireport 以创建报告。在 php 文件中,有一个选择部门的下拉框(除了选择“所有部门”之外的所有值都来自数据库,所有部门都会返回零值。)
我想知道“所有部门”的值将如何显示如果抛出的值等于零,则我的 ireport 中的文本字段。
我已经尝试在我的 where 中使用 case 语句但无济于事。 谢谢,我希望你能在这方面帮助我。
I'm currently creating a reports related to business organizations. The report I need to make is one that shows a text whenever a certain value is equal to zero.
e.g.
I have php file that passes parameters to my ireport to create the report. In the php file there is a dropdown box which selects the departments(all values except the selection ALL DEPARTMENTS are from the database, the all departments throws back a value of zero.)
I was wondering as to how the value ALL DEPARTMENTS would show in the textfield in my ireport if the throwned value is equal to zero.
I have already tried using case statements in my where but to no avail.
Thanks and I do hope you could help me on this one.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用文本字段表达式,例如:
You can try to use text field expression, for example: