本文介绍了使用公式将数字转换为水晶报表中的单词.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
ToWords({Netpay.NetPay})
我正在使用公式将数字转换为水晶报表中的单词.
我正在使用此公式ToWords({Netpay.NetPay})输出为四千四百九十二和xx/100.
但我希望输出为四千四百九十二个
ToWords({Netpay.NetPay})
在上面的公式中,我想做什么更改.得到的输出是四千四百九十二.请帮助我.
ToWords ({Netpay.NetPay})
i am converting Number to Words in crystal report using formula.
i am using this formula ToWords ({Netpay.NetPay}) output as forty six thousand four hundred ninety two and xx/100.
But i want the output as Forty six thousand four hundred ninety two
ToWords ({Netpay.NetPay})
In the above formula what change i want to do. to get the output as Forty six thousand four hundred ninety two. please help me.
推荐答案
replace(ToWords({NetPay.NetPay}),' and xx / 100',' Only')
祝您编码愉快!
:)
Happy Coding!
:)
这篇关于使用公式将数字转换为水晶报表中的单词.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!