Forum Discussion
MCFNeil
8 years agoQrew Captain
Create a new field on the sync table. A 'formula-numeric' field, and then convert the text value to a number.
ToNumber([Text Field])
Then enable the properties for totals/averages as desired.

ToNumber([Text Field])
Then enable the properties for totals/averages as desired.