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

Converting Data type in BusinessObjects 1

Status
Not open for further replies.

striker1

Programmer
Joined
Dec 3, 2002
Messages
4
Location
CA
Hi all,

I'm quite new to BO. I have a question on data type conversion.
If I have an object which is defined as numeric in the universe and the database, how could I convert it to display as a character string in the report?

There seems to be only "ToNumber" function in Bo but not soemthing like "ToString" in BO.

Thanks


 
You want to use the FormatNumber function. It does seem funny that FormatNumber returns a character string, but it works great. Steve Krandel
BASE Consulting Group
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top