I want my matrix to look like below.
I am storing my all of the data except AvgA and AvgB in the database.
How to design a matrix in such a way that it fetches data from the database calculates the average?
And I want all of this using single matrix.
Thanks you