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

Duplicate Order function generated when the original MDX already contains one. #45

Open mysticfall opened 11 years ago

mysticfall commented 11 years ago

Duplicate Order() function is generated when the original MDX already contains one.

JPivot only handles the case when the Order function is added by calling sort() method. While this is not a big problem for JPivot as it lacks saving feature, it's a major issue when saving is involved since everytime the model is loaded with a MDX containing Order() function, it will accumulate whenever the user sort the grid.