来源: http://developer.actuate.com/community/forum/index.php?/topic/36323-months-and-quarters-group-issue/
不规则月份统计:如果起始时间是2014-01-10,则将2014-01-10到2014-02-09作为一组,将2014-02-10到2014-03-9作为一组。如果起始...
分类:
其他好文 时间:
2015-07-17 12:15:23
阅读次数:
195
来源:
http://developer.actuate.com/community/forum/index.php?/topic/36204-split-data-row/。
将字段拆分为多条记录,可以用存储过程或报表脚本来实现,但代码比较复杂,这种情况下可以用集算器来辅助报表工具,下面用例子来说明。
库表data有两个字段,需要将ANOMOALIES...
分类:
其他好文 时间:
2015-07-14 08:42:15
阅读次数:
178
库表dColThread是主表,主键是tID。dColQuestion是子表,外键是tID,如下:
dColThread
dColQuestion
报表需要根据ApplicationName查询主表并以列表的形式展现数据。主表每条记录对应的status字段值有多个,但不超过5个,需要横向插入主表的Phone、Declin...
分类:
其他好文 时间:
2015-07-10 09:25:20
阅读次数:
133
问题来源:http://developer.actuate.com/community/forum/index.php?/topic/36160-dealing-with-previous-rows-groups-sorts-and-subtotals/
组内跨行计算一般要用SQL窗口函数或报表脚本去实现,但代码比较复杂,这种情况下可以用集算器来辅助报表工具,下面用例子来说明。...
分类:
其他好文 时间:
2015-06-26 13:01:03
阅读次数:
156
有时候我们需要用参数动态指定数据源,或将多数据源连接为单数据源,或向子报表、table控件动态传入数据源名。对于此类需求,报表工具经常要借助高级语言实现或牺牲安全性以降低复杂度,尤其是BIRT、Jasper等单源报表。
使用免费的集算器可以弥补这一不足。集算器封装了丰富的结构化计算函数,支持动态解析表达式,支持多数据源混合计算,书写简单脚本就能实现动态数据源。集算器还提供了简单易...
分类:
其他好文 时间:
2015-06-19 10:27:42
阅读次数:
310
protectedIReportEnginereportEngine=null;protectedIReportRunnabledesign=null;design=reportEngine.openReportDesign(reportFilePath);task=reportEngine.createRunAndRenderTask(design);task.addScriptableJavaObject("listBean",pageList==null?newArrayList<Object[]..
分类:
其他好文 时间:
2015-06-08 19:57:12
阅读次数:
127
<dependency>
<groupId>org.eclipse.birt.runtime</groupId>
<artifactId>org.eclipse.birt.runtime</artifactId>
<version>4.4.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.birt.runtime&..
分类:
系统相关 时间:
2015-06-07 07:19:43
阅读次数:
283
help-install new software:http://download.eclipse.org/birt/update-site/4.2提示“Cannot complete the install because one or more required items could not ...
分类:
其他好文 时间:
2015-06-03 17:19:20
阅读次数:
121
报错信息如下:
-
There is no report design object available.
org.eclipse.birt.report.exception.ViewerException: There is no report design object available.
at org.eclipse.birt.report.context.ViewerAt...
分类:
系统相关 时间:
2015-06-02 15:20:05
阅读次数:
220