Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sorting values in numerical order 1

Status
Not open for further replies.

javedi

Technical User
Apr 30, 2007
196
GB
Hi Guys,

I have a field which displays the values, it seems in strings. for example,

1001
1002
600
701...

How can these displayed in numercal order in Crystal Reports v10?

Thanks,
Javedi
 
If there are no letters at all, then create a formula and convert the values using tonumber

tonumber ( {table.field} ) The sort it
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top