M michaelm Member Licensed User Longtime User Oct 17, 2010 #1 What is the best way to get the average or sum of a column? I would like to have it recalculated every time a new row is added or when applying a filter.
What is the best way to get the average or sum of a column? I would like to have it recalculated every time a new row is added or when applying a filter.
klaus Expert Licensed User Longtime User Oct 17, 2010 #2 You need to do it on your own. Attached a small test program. Best regards. Attachments TableSumMean.sbp 2.1 KB · Views: 209