在Crystal Report Field中避免千位分隔符 [英] Avoiding thousand separator in Crystal Report Field

查看:200
本文介绍了在Crystal Report Field中避免千位分隔符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个数字访问数据库字段。我想在水晶报告上没有千分隔符的情况下显示它。我将属性ThousandsSeparators更改为False和ThousandSymbol为空白但它不会阻止它显示..



任何人都可以帮忙???

I have a numeric access database field. I want to display it without the thousand separator on the crystal report. I changed the property ThousandsSeparators to False and ThousandSymbol to blank but it does not prevent it from displaying..

Can anyone help???

推荐答案

尝试将其完全删除,而不是在千位分隔符中使用空白。还要重新检查该字段实际上是数字,而不是字符串(例如,如果它是公式的结果等)。
Instead of using blank in thousand separator, try removing it completely. Also re-check that the field is actually numeric, not a string (for example if it's a result of a formula etc).


此讨论 [ ^ ]可能会有所帮助。
This discussion [^]may help.


嗯......这个问题的进展是千位分隔符已被删除但仍然出现小数位



我删除了千位分隔符:



replace(cstr({FieldName}),', ','')



但现在我的问题是小数位仍然出现...我已将Decimalplaces属性设置为0并删除了小数符号但它仍然出现..



请帮忙
well... a progress in this issue is that thousand separator has been removed but still decimal places comes up

I removed the thousand separator by :

replace (cstr({FieldName}),',','')

But now my problem is that the decimal places still comes up... I have set the Decimalplaces property to 0 and the removed the decimal symbol but still it comes up..

please help


这篇关于在Crystal Report Field中避免千位分隔符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆