views:

12

answers:

2

i am using record number from formula field for SerialNO.Recordenumber shows the values in decimal format like 1.00,2.00 etc, but i like show that in 1,2 etc ,how can i do this pls i need very urgent.Thanks In Advance

A: 

Since it's not really a number, but more of an index you can treat it as text:

ToText({SerialNO.Recordnumber},0) 
Adam Bernier
+1  A: 

Why not use the field formatter? Crystal reports field formatter (right click the field and from the context menu, select format) and set how the number should be shown.

Kangkan
Thank You very much Mr.Kangkan I Got it from you reply
ratty