mysticfall / pivot4j

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI.
Other
128 stars 99 forks source link

Allow users to edit MDX even when it contains invalid names. #119

Closed mysticfall closed 10 years ago

mysticfall commented 10 years ago

For example, when user saves a report and rename one of the hierarchies or members which was used in the MDX, the report no longer opens and there's no easy way to fix the problem.

We should handle such kind of errors more gracefully.

mysticfall commented 10 years ago

We should fix #135 to provide detailed information to the user in this case.