I have a matrix with months as the column and the following fields for the rows: rep team customer category
The category field has the following: Fct, Act, Var, Cum, Prev
I would like to add subtotals for the category row field by each of the categories (Fct, Act, Var, Cum, Prev) in that field.
If someone filters the data, the subtotals would change (similar to an Excel Pivot table).
Can I do this with data in a row using a matrix table?