本文介绍了报告公式中的十进制小数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我的水晶报表需要将数字舍入到两个小数点。我尝试过 Round(55.815,2)
但它返回 55.81
,而不是 55.82
。
My Crystal Report needs to round numbers to two decimal points. I have tried Round(55.815, 2)
but it returns 55.81
instead of 55.82
. How can I resolve this?
推荐答案
如果您需要舍入小数以显示,只需使用Decrease Decimals图标:
If you need to round the decimal for display purposes, simply use the "Decrease Decimals" icon:
>
这篇关于报告公式中的十进制小数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!