M
mike_ni
Have been messing about with this and havent been able to get it
working. Phone numbers are being stored as one long string on the
database. I have added an additional display field to the schema and
dropped this field onto the infopath form.
D/B 1234567890
Field should be (123) 456 7890
concat("(", substring(../@PhoneDisplay, 1, 3), ")", substring(../
@PhoneDisplay, 4, 3), " ", substring(../@PhoneDisplay, 7, 4)) and this
produces : (((()()( )( )
working. Phone numbers are being stored as one long string on the
database. I have added an additional display field to the schema and
dropped this field onto the infopath form.
D/B 1234567890
Field should be (123) 456 7890
concat("(", substring(../@PhoneDisplay, 1, 3), ")", substring(../
@PhoneDisplay, 4, 3), " ", substring(../@PhoneDisplay, 7, 4)) and this
produces : (((()()( )( )