I have a rollup field that calculates the amount of items that have sold in a specific month for each sku. I want that month to update with each month.
I have a SKU table that is connected to a SALES table. Below is what the rollup currently looks li...