I have a matrix in my report.
The columns of the matrix will be based on the "Code" column in my query.
The different values of Code are A, B, C, D, E, F
I want 3 columns in my matrix:
if the Code is in (A,B) then data will be shown in a single column of the matrix, if the Code is in (C,D) then data will show on a second column if the Code is in (E,F) then data will show on a third column
How can I implement this ? If I create a column group on the Code column it will show 6 columns in the matrix
Thank you in advance Jam