如何找到两列的平均值并在第三列中获得平均值(输出)

How to find the average of two columns and having the average(output) in the third column

如何求两列的平均值并在第三列取平均值(输出)

Column A | Column B | Column C
------------------------------- 
1        | 100      | 50.5  
1        | 15       | 8  

需要添加一个新的Data-Cell,自己写平均函数,因为Birt只支持一列内的平均,不支持两列之间的平均

添加一个数据单元格,将类型设置为十进制并编写平均函数。您可以使用可用的列绑定并通过双击将它们添加到您的函数中。