how to format any number type field in crystal report as "0000" i.e. no.12 will appear as 0012 in my report?
i m using cr. 9.0
thanks.
Printable View
how to format any number type field in crystal report as "0000" i.e. no.12 will appear as 0012 in my report?
i m using cr. 9.0
thanks.
Create a formula and use the ToText function
ToText({Number Field},"0000")
thanks.i will try this.