I have a string filed in my crystal report with a value of 1,800.667. But I want to display only 1,800 in my report. I am using below formula but that's not working. Any ideas?
totext(tonumber({variable1}),0,"")
Try:
ToText( ToNumber({variable1}), "#" )
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With