Given the following return-delimited data in a Team field of a FileMaker 13 solution:✑ Andy Jones✑ Bernie Lee✑ Carry LaneWhich formula would result in the string "Bernie Lee" (without quotes or leading/trailing carriage returns) from Team?
The following formula in a calculation field returns a Text result:Let( tmp = "2 * 5" Evaluate( Quote ( tmp ) ) )What value will be returned?
Given a text field myText that contains "red-blue-green", which two formulas could be used to extract the word "blue" from the field? (Choose two.)
Which formula returns the calendar quarter (1. 2. 3, 4) of a date contained in a field called myDate?
Given a custom function created in FileMaker Pro 13 Advanced defined as Explode (str):What is the result of Explode (Bob)?
Which statement is true about a container field set to Store container data externally in FileMaker 13?