Forum Discussion
KimStenager
10 years agoNew Member
Remove totals in matrix table
How do I remove totals from the rows. When I make a matrix the columns delivers a total for every column, distubing the picture.
- 10 years ago
According to me marix properties->General->Row Totals on/off should work
brycedwhite
7 years agoFrequent Visitor
I'm really quite surprised that we're not able to turn off grand totals on the matrix visual considering people have been requsting this enhancement for many years. As a work-around I set the font and background color to white - not perfect, but it's OK for the time being.
solvisig
Advocate III
7 years agoAnother workaround:
If your columns in your matrix consists of measures, then you can do
value = if(hasonefilter([highest level row column]);[valuecolumn]))
this should make the grand total row blank. and no need to change the colors.
- Anonymous3 years agoNot applicable
Hi,
This code is not working for me, could you please make it more clear?