Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: interger field Post Reply Post New Topic
Author Message
jazzright
Newbie
Newbie


Joined: 01 Apr 2008
Location: Fiji
Online Status: Offline
Posts: 15
Quote jazzright Replybullet Topic: interger field
    Posted: 29 Apr 2008 at 4:57pm
can anyone tell me how to remove comma from field.
example 3,445 i want it to be 3445

m using .net crystal reports.

thanks


rai
IP IP Logged
Iago
Groupie
Groupie
Avatar

Joined: 01 Oct 2007
Location: United States
Online Status: Offline
Posts: 52
Quote Iago Replybullet Posted: 02 May 2008 at 6:17am
If it is a number
Right click
Format field
number tab
 
If it is a string
Create a formula
ToNumber(    ) - you may want to check first if it is a number
repeat the formatting from above
 
from the help

If NumericText ({file.FIELD}) Then

     ToNumber ({file.FIELD})

Else

     0

IP IP Logged
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.