Skip to content

Rework axis cell resolution #76

Description

@eduard93

Due to the historical reasons MDX2JSON uses naive axis cell resolution strategy which involves iterating all cells in the axis/tuple and determining their visibility later on.

This is implemented in a MDX2JSON.ResultSet class, specifically:

  • AxesToListOfObjects - entrypoint
  • ProcessOneAxis
  • ProcessOneAxisCell - main work happens here

Compared to that, DSR uses a much more effective approach of using %GetOrdinalLabel (see %ZEN.Auxiliary.jsonMDXProvider:%DrawJSON).

We need to move to this approach - it's faster and would prevent the whole visibility debacle.

Related hotfix.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions