Formula3
- Create a new formula called Formula3.
- Type the following in the Formula text box of the Formula Editor:
If {customer.CUSTOMER NAME} [1 to 2] = 'Ro" Then
"TRUE"
Else
"FALSE"
Click Check to test for errors. You will receive the following error message:
The matching ' for this string is missing.
- Correct the formula by changing the single quote (') before Ro to a double quote (").
- Click Check again. The formula should now be error-free.
- Place the formula to the right of the @Formula2 field.
Click Print Preview on the Standard toolbar to see the values in the report and compare the fields to check if the field values returned by @Formula3 are correct.
You should see "TRUE" next to all Customer names that begin with "Ro" and "FALSE" next to all Customer names that do not begin with "Ro".