Print Page | Close Window

convert number to string

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Technical Questions
Forum Discription: Formulas, charting data, Crystal syntax, etc.
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=14994
Printed Date: 05 May 2024 at 1:03am


Topic: convert number to string
Posted By: provjn
Subject: convert number to string
Date Posted: 21 Nov 2011 at 9:56pm
Hi,
I use the crystal report version 10 and would like to help with the following:
how can I convert a number to string?
eg: 157,83 € -> one hundred fifty-seven euros and eighty-three minutes.

Thanks in advance.

John




Replies:
Posted By: lockwelle
Date Posted: 22 Nov 2011 at 3:20am
totext({table.field}, 2, "", ",")



Print Page | Close Window