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

问题描述

大家好,

我有两列Amt,来自数据库的SchCode



数据是



Amt SchCode



123.34 1

435.44 1

435.45 2

334.46 1

2234.4 2



i希望显示其中schcode = 1的总和与总和的差值 Amt哪里Schcode = 2在水晶报告的变量中。我怎么能这样做..



请建议我。

解决方案

Hi all,
I have two columns Amt,SchCode coming from database

Data is

Amt SchCode

123.34 1
435.44 1
435.45 2
334.46 1
2234.4 2

i want to display difference of "sum of Amt where schcode=1 and sum of Amt where Schcode=2" in variable of crystal report.How can i do this..

Please suggest me.

解决方案


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

08-22 13:00