Open jazzido opened 9 years ago
I'm sorry that it took me for so long to answer. It's been quite hectic because of work recently.
Anyway, due to the 2 dimensional nature of the table renderer, it's not compatible with any result set which have more than 2 axes.
With your MDX example, we need 3 positions to identify a single cell, but currently the table renderer does not have any concept of 'pages', so it only assumes columns and rows positions, thus failing to retrieve cells.
Theoretically, this problem can be fixed by extending the current TableRenderer/Callback
API as something like PagedTableRenderer/Callback
, which defines required callback methods as startPage
, endPage
, etc with proper code to invoke them.
I'll leave it open as an issue, so it can be revisited in future.
Thanks for the reporting.
The following MDX query produces an
ArrayIndexOutOfBoundsException
in Mondrian 3.11:Stack trace: