Jump to content
  • Parent child hierarchy OLAP issue


    servantofchristjesus
    CategoryBug report
    PriorityUrgent
    ReproducibilityAlways
    ResolutionOpen
    SeverityBlock
    StatusFeedback Requested
    Versionv5.6.2

    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.



    User Feedback

    Recommended Comments

    Changed Priority from High to Urgent

    Changed Severity from Critical to Block

    Changed Status from New to Feedback Requested


    There are other registrations for this problem in #3694 and #4038. Does anybody have a workaround other than the one in #3694? Nothing I've tried works. Either the build fails, or the Tomcat start up fails.
    Link to comment
    Share on other sites


×
×
  • Create New...