Dec 24, 2007 #1 yipster IS-IT--Management Feb 21, 2005 234 US Hi, I am trying to figure out how to convert a string of numbers to a phone number setting. Right now the field just populate 1234567890 but I would like it to show (123) 456-7890. Is this even possible? Thanks
Hi, I am trying to figure out how to convert a string of numbers to a phone number setting. Right now the field just populate 1234567890 but I would like it to show (123) 456-7890. Is this even possible? Thanks
Dec 24, 2007 #2 dgillz Instructor Mar 2, 2001 10,052 US Use a formula: Picture("(xxx) xxx-xxxx") Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using? Upvote 0 Downvote
Use a formula: Picture("(xxx) xxx-xxxx") Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using?
Dec 24, 2007 Thread starter #3 yipster IS-IT--Management Feb 21, 2005 234 US Hi I have the field selected but how do I add that function in? Upvote 0 Downvote
Dec 24, 2007 1 #4 lbass Technical User Feb 9, 2002 32,818 US You should replace your field with a formula that you create in the field explorer->formula->new area: picture({table.phoneno},"(xxx) xxx-xxxx") This was what Don meant to say, I'm sure. -LB Upvote 0 Downvote
You should replace your field with a formula that you create in the field explorer->formula->new area: picture({table.phoneno},"(xxx) xxx-xxxx") This was what Don meant to say, I'm sure. -LB
Dec 24, 2007 #5 dgillz Instructor Mar 2, 2001 10,052 US Yes, thanks LB. Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using? Upvote 0 Downvote
Yes, thanks LB. Software Sales, Training, Implementation and Support for Macola, eSynergy, and Crystal Reports http://www.gainfocus.biz "What version of URGENT!!! are you using?
Dec 24, 2007 Thread starter #6 yipster IS-IT--Management Feb 21, 2005 234 US Thanks I got it. Upvote 0 Downvote