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
views:
12answers:
2
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
2010-07-15 05:16:35
+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
2010-07-15 05:19:20
Thank You very much Mr.Kangkan I Got it from you reply
ratty
2010-07-15 05:35:07