Home
Crystal Reports Training
Crystal Reports XI
Crystal Reports .NET
Crystal Reports Forum
News
Tech Support
Active Topics
Memberlist
Search
Help
Register
Login
Technical Questions
Crystal Reports Forum
:
Crystal Reports 9 through 2022
:
Technical Questions
Topic: Zeros to the left of number (resolved)
Oldest Post First
Newest Post First
Author
Message
Zamparo
Newbie
Joined: 22 Apr 2009
Location: Brazil
Online Status: Offline
Posts: 2
Topic: Zeros to the left of number (resolved)
Posted: 22 Apr 2009 at 6:45am
Hi!
I have a int field in the database and when to open the report, I like to complete with zeros to the left (maximum 6 numbers).
Example: number 1 -> 000001
number 20 -> 000020
which formula to use?
Thanks.
Edited by Zamparo - 22 Apr 2009 at 8:40am
IP Logged
DBlank
Moderator
Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Posted: 22 Apr 2009 at 7:15am
right(("000000" + totext(
{
table.numberfield
},0,"")),6
)
Note that this is now a text field and no longer numeric.
Edited by DBlank - 22 Apr 2009 at 7:16am
IP Logged
Zamparo
Newbie
Joined: 22 Apr 2009
Location: Brazil
Online Status: Offline
Posts: 2
Posted: 22 Apr 2009 at 8:04am
Originally posted by DBlank
right(("000000" + totext(
{
table.numberfield
},0,"")),6
)
Note that this is now a text field and no longer numeric.
Excellent!!
Thank you very much!
IP Logged
Printable version
Forum Jump
-- Select Forum --
Announcements
Talk with the Author
Self-Publishing
Job Postings
New feature request
Report Design
Data Connectivity
Technical Questions
Tips and Tricks
Crystal Xcelsius
Report Design
Data Connectivity
Writing Code
Tips and Tricks
Report Design
Data Connectivity
Writing Code
Tips and Tricks
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.
HOME
|
FREE EBOOK
|
PROGRAMMING GUIDE
|
PURCHASE
|
REVIEWS
|
CONTACT ME
|
FAQ
|
LINKS
|
CLICK PLAYS
|
COACH FORUMS
|
TROPICAL FISH
© 2004-2024 Brian Bischof. All Rights Reserved.