标签: jasper-reports
我在jasper报告上显示从SQL查询返回的计数。
如果计数为null,则表示文本框为空;我怎样才能打印0?字段名称为countoccurence。
null
countoccurence
答案 0 :(得分:0)
也许有人可能会得到帮助。我能够通过在表达式下面放置(在文本字段属性下)来解决 $ F {yourfieldname} = NULL $ F {yourfieldname}:0