cafenerogal
Technical User
Hi!
My collegue is trying to remove a ',' from the output of the following:
if {EComp.EmAnnual} < 10.00 then
'000000' +
(totext({EComp.EmAnnual})) + '0'
where {EComp.EmAnnual} is a number field and the ',' is thousand separator. He's using Crystal 7, and says that the following doesn't work
if {EComp.EmAnnual} < 10.00 then
'000000' +
replace((totext({EComp.EmAnnual})), ',', '') + '0'
which I know does work in later versions of Crystal. Since I don't have access to Crystal at the moment, I'm kinda stuck as to how to help him.
Any help, is appreciated.
Thanks in advance
Hetal
My collegue is trying to remove a ',' from the output of the following:
if {EComp.EmAnnual} < 10.00 then
'000000' +
(totext({EComp.EmAnnual})) + '0'
where {EComp.EmAnnual} is a number field and the ',' is thousand separator. He's using Crystal 7, and says that the following doesn't work
if {EComp.EmAnnual} < 10.00 then
'000000' +
replace((totext({EComp.EmAnnual})), ',', '') + '0'
which I know does work in later versions of Crystal. Since I don't have access to Crystal at the moment, I'm kinda stuck as to how to help him.
Any help, is appreciated.
Thanks in advance
Hetal