Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 birt 报告工具的新手。在我的要求中,我通过查询调用 2 个函数(两个单独的数据集。即 dset2 和 dset3)产生 2 列。表绑定到另一个数据集(即:dset1)。现在我需要显示通过将这 2 列相乘,这 2 列与另一列一起。我该怎么做这个 BIRT?
你没有说你使用的是哪个版本的BIRT,下面的答案使用4.2.1,但也应该适用于早期版本。
您已经创建了两个源数据集,下一步是创建一个连接数据集。
连接两个数据集后,您可以创建计算列,将两列相乘。
您当然必须重新创建表并将其绑定到新连接的数据集。