【发布时间】:2018-08-14 09:38:42
【问题描述】:
我想根据传递给报告的参数 (showCountryId) 更改报告中的查询文本之一。这是我想做的,
如果 showCountryId === false,
从项目组 items.type 中选择 count(item) as cnt;
其他
Select country.id, count(item) as cnt from items join country group by country.id, items.type;
有人知道在我的 Birt rptDesign 文件中可以做到这一点的方法吗?
提前致谢。
【问题讨论】: