I have a matrix which works nicely. I want to add a row total but exclude data from one column within the column group.
So if my column group has columns for Development, Software, Data Quality and Valid, I want to total only the first three columns and not the "Valid" column.
How can i exclude a column from the total?