Forum Discussion
- ChrisChrisQrew Assistant Captain
The averaging or totaling of a column is in the properties for that field, "Allow Totals...", or "Allow Averages..." Again, go into the properties for the field, # of Assets, to indicate you want these on your report.
- ImaniBrownQrew MemberThanks. After asking I realized that I had the field defined as a text field so I wasn't being shown the options.
- MCFNeilQrew CaptainCreate 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.