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
solvisig
7 years agoAdvocate III
Another 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.
Anonymous
3 years agoNot applicable
Hi,
This code is not working for me, could you please make it more clear?