June 23, 201312 yr I am new to Filemaker and have a question on a formula/script that I cannot seem to do myself. In the UK we have Bank Sort Codes as: 20 - 45 - 99 I need to input 204599 then it automatically inserts the dashes for me so the result is 20 - 45 - 99 Hope someone can help.
June 23, 201312 yr This calculation into the auto-enter option of that field: Replace ( Replace ( Filter ( Self ; 1234567890 ) ; 3 ; 0 ; " - " ) ; 8 ; 0 ; " - " )
Create an account or sign in to comment