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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hex to Decimal Function

Status
Not open for further replies.

cestonina

Programmer
May 25, 2003
30
0
0
SG
Hi,

I'm not familar with all the Crystal math functions, just would like to know if there is a Hex to Decimal function (converter) that I can use in Crystal Reports?

Currently working on reports where I need to display raw values (Hex) in Decimal form. Thanks in advance.

Regards,
Chris
 
Try to remember to post the version of your software when requesting technical assistance.

Crystal doesn't have a built in function for this, but there's a UFL (User Function Library, version dependent)for this here:


If you have a SQL database, try using a Crystal SQL Expression formula to do the conversion for you, it will prove faster.

Here's a formula within Crystal to do so:

thread767-444603

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top