本文介绍了我有两列是数据类型为Int,我想要那些列的总和的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有两个数据类型为int的列,我希望在水晶报告中总计这些列
喜欢
rate_pension = 6500
add_pen = 300
总计= 6800
但它会显示总数= 6500300
解决方案
i have two columns thatt is data type int, and i want to total of that columns in crystal reports
like
rate_pension =6500
add_pen = 300
total = 6800
but it will show as total=6500300
解决方案
这篇关于我有两列是数据类型为Int,我想要那些列的总和的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!