Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi folks,
I want to return total in qMatrix, but don't know how to do it, my qMatrix contains all data except total
model.getHyperCubeData('/qHyperCubeDef', [{
qTop: 0,
qLeft: 0,
qWidth: 10,
qHeight: 1000
//qTotalMode: 'TOTAL_EXPR',
}])
table.totals fixed the issue
table.totals fixed the issue