Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Micki
Creator
Creator

How to return Total in qMatrix

Hi  folks, 

 

I want to return total in qMatrix, but don't know how to do it, my qMatrix contains all data except total 

 

Micki_0-1617349049510.png

 

								model.getHyperCubeData('/qHyperCubeDef', [{
qTop: 0, 
									qLeft: 0, 
									qWidth: 10, 
									qHeight: 1000
									//qTotalMode: 'TOTAL_EXPR',
								}])
1 Solution

Accepted Solutions
Micki
Creator
Creator
Author

table.totals fixed the issue 

View solution in original post

1 Reply
Micki
Creator
Creator
Author

table.totals fixed the issue