Parent child hierarchy handling in JS OLAP views has been broken since v5.5 The problem is due to change in Mondrian which requires getSchemaReader().withLocus() calls instead of just getSchemaReader() calls as made by existing ji-jpivot-5.1.0.jar used in v5.6, 5.6.2 and even the newer ji-jpivot-6.0.1
Please have this fixed in the jasper jpivot source.
The problem can be reproduced by trying to drill down on any parent child hierarchy dimension in analysis view for eg if the following mdx query is run using foodmart analysis connection
select {[Measures].[Org Salary]} ON COLUMNS,
{([store], [Employees])} ON ROWS
from
trying to drill down on employees will result in error as the employees dimension has a parent child hierarchy. Please redress this issue.
Recommended Comments