gareece Posted October 14, 2008 Posted October 14, 2008 I have an FM7 file that includes a field called 'Settlement Letter Content". In this field users freely type a letter which starts with a salutation and then the main content: For example: "Dear John, Your account is now settled........" I want to be able to extract the "Dear John," part and add it to another field via a calculation. I am unsure how to extract/trim the content of the "Settlement Letter Content" field so it only takes the saluation. I appreciate any help.
Raybaudi Posted October 14, 2008 Posted October 14, 2008 Assuming that the salutation is always the first row: Substitute ( LeftValues ( Settlement Letter Content ; 1 ) ; ¶ ; "" )
Recommended Posts
This topic is 5884 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now