Hi everyone... I need to know the total sales, grouped by item, month/year and location... I have 12,000 SKU and 20+ locations... my reports are so slow because on top of that I need other data (last sale, last receipt, custom item fields, last three months average, etc.) ... so one idea is to have a custom record with location, sku, and month/year, etc. in order to query not the whole system, but only the pre-calculated "table"... My question is... How can I populate that custom record every day/night? Or do you guys have any other approach?