i am working with windows forms application.i need to put serial no for records which is coming from database,is record number help for me for that solution.i dont have serial no field in database i like add from frontend. I Found that Record no help for me but also some problem in that ,it shows the values with decimal value like 1.00,etc.But i like to show like 1,2 etc..
A:
Do you need to show serial number from DATABASE? Or is it simply a serial number to be shown on the report? Your question is not clear on this. If you need to show from the database, then you need to know which column to be shown. If it is simply a serial number, use a formula in crystal report.
If your serial numbers are shown as 1.00, 2.00 etc., you need to format the field using the formatter. Right click the field and from the context menu select Format. This will open up the formatter and you can set how the number should be shown on it.
Kangkan
2010-07-15 04:07:43
is it any formula is for calculate serial no
ratty
2010-07-15 04:09:40
If you just read the help of crystal report, it has the step-by-step method to add a serial number. Please refer to it.
Kangkan
2010-07-15 05:41:43
I have updated the answer for the edit you have done to the problem.
Kangkan
2010-07-15 12:59:53
+1
A:
If you are asking how to change the formatting from
1.00
to
1
Then you need to:
- Right-click -> Number
- Customize -> Number
- Modify "Decimals" option to be 1 (not 1.0, or 1.00)
Nathan Koop
2010-07-15 13:07:20