needmoremoney
Technical User
I have a phone number field (000)234-0000.
If there is no phone number then the output is ( ) -
Does anyone know how to write a formula to replace the "( ) - " with just a blank spot?
Thanks much.
My current formula is:
whileprintingrecords;
if not isnull ({EInfo.homePhone}) then {EInfo.homePhone} else "";
But this doesn't work. The "( ) - " still shows.
cystal reports 8.5
If there is no phone number then the output is ( ) -
Does anyone know how to write a formula to replace the "( ) - " with just a blank spot?
Thanks much.
My current formula is:
whileprintingrecords;
if not isnull ({EInfo.homePhone}) then {EInfo.homePhone} else "";
But this doesn't work. The "( ) - " still shows.
cystal reports 8.5