本文介绍了水晶报表中公式字段值的总和的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友....
我正在使用公式字段来计算余额

例如:

已付金额||应付金额||平衡
5000 || 5500 || 500
4000 || 6000 || 2000

余额来自使用公式字段.

我想在水晶报表的页脚中显示余额的总和.

hi friends....
i am using a formula field calculate balance

for exalmple:

paidamount || dueamount || balance
5000 || 5500 || 500
4000 || 6000 || 2000

balance coming from using formula field.

i want to display sum of balance in the footer of crystal report.

how it is possible.plz suggest me.

推荐答案




这篇关于水晶报表中公式字段值的总和的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-15 14:15