This set entered on 8-3-14
8.2.14.7
Think of PARSING as sifting. These calcs could get data from other database and rearrange the text, pull out email addresses from paragraphs, and in general, slicing and dicing text.
doing a FIND for a certain kind of data and then using the RECORDS–>REPLACE FIELD CONTENTS command.
CONCATENATION OPERATOR (&). It strings bits of text together.
It lets you combine text from two different fields and make them work better together.
Create a NEW FIELD and add this calc: Last Name & “, “ & First Name. The results would be something like “Jean, Norma” or “Nesbitt, Mike”