Report Design
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Report Design
Message Icon Topic: Formating problem. Post Reply Post New Topic
Author Message
abhijit.raj
Newbie
Newbie


Joined: 22 Jun 2009
Location: India
Online Status: Offline
Posts: 2
Quote abhijit.raj Replybullet Topic: Formating problem.
    Posted: 22 Jun 2009 at 5:18am
How to print integer value in 0000 format
 
For example : I want to print 9 as 0009
IP IP Logged
Jagaveera
Newbie
Newbie
Avatar

Joined: 11 Jun 2009
Location: India
Online Status: Offline
Posts: 18
Quote Jagaveera Replybullet Posted: 22 Jun 2009 at 6:12am
Hi,
 
try using this formula.
 
ToText(ToNumber({CT_STRATEGIC_DSBD_OPEN_QRY.COUNT_1}),'0000')
IP IP Logged
Jagaveera
Newbie
Newbie
Avatar

Joined: 11 Jun 2009
Location: India
Online Status: Offline
Posts: 18
Quote Jagaveera Replybullet Posted: 22 Jun 2009 at 6:15am
If it is already a number field, then just
 
ToText({CT_STRATEGIC_DSBD_OPEN_QRY.COUNT_1},'0000')
 
is enough.
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.031 seconds.