If I want to get a moving average for ten records in a formula field added into a Field Organiser block in DataManager, is there an easier way than something like:
SUBSET_SUM([Value],SUBSET2([Row],[Row],([Row]-10),[Row], ">", "<="))/10...where in the previous operation, the function CURRENTROW() populates the [Row] field?