Forum Discussion
Dayna
4 years agoHelper V
JSON Theme - Matrix - Grand Totals
Hi All, I don't seem to be able to get my theme to apply to the grand total (column or row) on a matrix.. I know it's for pivotTable, but can anyone enlighten me as to the name of the attribute? ...
ailinnesse
1 year agoFrequent Visitor
The solution is in applying the background to row and column totals separately
"columnTotal": [{
"backColor": { "solid": { "color": "#FFFFFF"}},
"applyToHeaders": true
}],
"rowTotal": [{
"backColor": { "solid": { "color": "#FFFFFF"}},
"applyToHeaders": true
}],