TrText_SumTextCalc |
Use this function to define a sumtextCalc help field in a related file.
Syntax
TrText_SumTextCalc ( TextField )
Parameters
TextField | the field you want to create the text sum of |
Returned Result
Data type returned
Text
Result
the result is coded, this function works together with the 2 other functions.
Originated in
Troi Text Plug-in 1.2
Compatibility
FileMaker Pro 17 to FileMaker Pro 21 (2024)
Considerations
Please make sure you make it both unstored and a number, otherwise this won’t work!
Example
cSumTextCalc = Calculation , Unstored , Number, = TrText_SumTextCalc ( TextField )
See “Using sumText” for a detailed instruction on how to use sumText.
Related functions
TrText_SumTextResult |
TrText_SumTextStart |
Using SumText |
Related topics
Troi Text Plug-in online help (overview)