November 17, 201510 yr I have a field called Premium Summary which is a Total of a field called Premium within the same table. When I display this field Premium Summary in list view sometimes the premium is displayed, other times you have to click on each individual line to get the premium to display. Should I be using Running total or another way to get this to display 100% of the time?
November 17, 201510 yr Hi Matthew, See if this helps http://fmhelp.filemaker.com/fmphelp_14/en/html/add_view_data.4.47.html
November 17, 201510 yr Running total will give you a different total for each record, if that's what you want, it works like your checkbook balance. You might try a calculated field using the GetSummary function, and/or you might want to calculate and store the totals, as summary fields can get really slow.
Create an account or sign in to comment