Microsoft
Software
Hardware
Network
Question : Problem with Crystal Reports Numbers Format
I have a problems with a few reports. I recently upgraded from CE9 to CRS 2008 SP2.
In several of my reports I have a formula that converts to numbers to text and combines them. The formula looks like this:
ToText(Member#) & "-" & ToText(Account#)
to get and value such as 999999-100.
In Crystal Reports 2008, I set my number format to "(1123)" in the Options. The report appears correctly in Crystal Reports 2008.
When I schedule the report in Crystal Reports Server 2008 and export it, it sets the numbers format to "(1,123.00)" so my formula looks like "99,999.00-100.00".
This didn't happen with Crystal Enterprise 9. Can someone give me some guidance as to how I can fix this issue?
Thanks in advance!
Lee
Answer : Problem with Crystal Reports Numbers Format
Try:
ToText(Member#,"#######") & "-" & ToText(Account#,"#######")
Random Solutions
AMD vs Intel? on dell's website - which has greater VM performance?
Windows 2008 - HP LaserJet 2600n drivers aren't working
How do I modify this php script to send a confirmation?
change SQLserver 2005 to mix mode
How do I set up my wireless network?
Setting Compatibility Mode in IE8 using JavaScript
childWindow
SBS 2003 / Error: too many hops (delivery attempts: 0)
How to enable workstation users to install software through GPO using SBS 2008
GridView control scroll bars are not visible on page reload