

In most of the functions with FileMaker you need to know where you want to start and for how long you intend to grab information. In order to do this you first need to know where you are starting and where you want to end up. You want something off of either the end or the middle. This is just like having a piece of paper and wanting to cut a circle out of the middle. One of the other basic functions when working with text is that of parsing out text. Instead you want to add in a space like so. But the following won't give you what you want. So when you stick the field First Name with the field Last Name you need to use the "glue" character the ampersand. In FileMaker the character that performs a concatenation is the ampersand character "&". All other information is either part of a function, a field or an operator. In a FileMaker calculation anything that is within a pair of quotes is a text string that is considered literal, meaning it does not reference a field within the database. You can stick things together directly or you can add things in between them. To concatenate two (or more) things together you are basically going to glue them to each other. You've heard the word before but you never knew what it meant. So it is here that we put these functions to work for you and explain where you get their power by combining them together with one another. In yet another situation you may want to be able to do some text comparisons to see if the data in the record matches the data that you want to see. Then there is that case where you want to include quotes into the result of a calculation and later you may want to get into even more complex text manipulation like being able to pull values out of a list.
#FILEMAKER PRO 15 FORMAT TEXT FIELD HOW TO#
If you want to make your database more simple and just have one field display the full name of a person then you need to know how to do that. If you have a database of email addresses and you want to find out how many come from then you need to be able to parse that information out. Extracting data and recomposing it is what data manipulation is all about.

Without the ability to manipulate text we would all be at a loss. With just reason, it is the text functions that are my most favorite. A beginner's guide to basic text manipulation.
