本文介绍了如何在水晶报表中添加两个字段的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 大家好, 我正在制作水晶报道,我有3个字段Hi guys,I'm working on crystal reports, where i have 3 fields | bill amount------|----------------bill1 | 10bill2 | 20bill3 | 30------|----------------total | ?? 我想将这些账单1-3添加为总额。 任何人都可以帮助我, 谢谢I want to add these bill 1-3 as total.Can anybody plz help me,Thanks推荐答案tonumber({sp_getCostList_rpt;1.Bill1}) +tonumber({sp_getCostList_rpt;1.Bill2}) +tonumber({sp_getCostList_rpt;1.Bill3}) +tonumber({sp_getCostList_rpt;1.Bill4}) +tonumber({sp_getCostList_rpt;1.Bill5}) +tonumber({sp_getCostList_rpt;1.Bill6}) n保存,n save it, 这篇关于如何在水晶报表中添加两个字段的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-18 19:19