pivot4j icon indicating copy to clipboard operation
pivot4j copied to clipboard

Pivot4J provides a common API for OLAP servers which can be used to build an analytical service frontend with pivot style GUI.

Results 80 pivot4j issues
Sort by recently updated
recently updated
newest added

I'm getting exceptions when I logout and then relogin (or close and open the browser) in my site using an URL like this https://www.siag.pt/pivot4j/open.xhtml?path=/FaixaEtariaPie&embeded=true in a iframe. I guess the...

We need to support using a nested MDX query like this : ``` sql SELECT {[Measures].[Transaction_Count],[Measures].[Transaction_Amount]} ON columns, [DIM_DEFINITE_DATE].[DAY_OF_MONTH].[DAY_OF_MONTH].MEMBERS ON rows FROM (SELECT [DIM_TERMINAL_UNIVERSAL].[TERMINAL_ID].[@TERMINAL_ID] ON 0 FROM (SELECT [DIM_CUSTOMER_UNIVERSAL].[CUSTOMER_BRANCH_ID].[@CUSTOMER_BRANCH_ID] ON...

Currently, saving a report with an existing name results in error. We should warn the user before it happens and ask whether or not to overwrite the file.

enhancement
analytics

In SSAS, you can refer a member with its key by using '&' as a prefix in the identifier, for example : ``` sql [Date].[Calendar Year].&[2004] [Date].[Calendar].[Calendar Quarter].&[2004]&[1] ``` We...

Currently, when execution of MDX fails, it's hard to know exactly what went wrong without consulting the log file, which is not always possible for an end user. So, we...

enhancement
analytics

In addition to expression based property editor implemented in #67, provide more declarative and easier to use UI as an alternative. Technically, it is a frontend for the ConditionalProperty class...

enhancement
analytics

Using the method described in the link below, we should let translators edit resource files without requiring them to run _native2ascii_ for unicode escaping. - http://jdevelopment.nl/internationalization-jsf-utf8-encoded-properties-files/

enhancement

This is reported by Vahe in the mailing list : - https://groups.google.com/d/msg/pivot4j-list/TYBeTHK6N0s/idb5tcLsvy0J ### Steps to reproduce 1. Select cube "Sales" 2. Create pivot table with "promotions" ,"stores size in sqft"...

bug
core

Among the few remaining remnants from JPivot, particulary [Quax](https://github.com/mysticfall/pivot4j/blob/master/pivot4j-core/src/main/java/com/eyeq/pivot4j/query/Quax.java) and [QueryAdapter](https://github.com/mysticfall/pivot4j/blob/master/pivot4j-core/src/main/java/com/eyeq/pivot4j/query/QueryAdapter.java) classes have seen relatively little change since the project began, so they are still overly complex and hard to...

core
cleanup

We need a graphical user interface for editing _'WITH MEMBER/SET'_ expressions and the result should be saved per user basis. It should support FreeMarker in addition to plain MDX expressions,...

enhancement
analytics