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

Using ragged members with Essbase backend(XMLA) gives an IndexOutOfBounds exception. The stacktrace is as follows: ``` Caused by: java.lang.IndexOutOfBoundsException: toIndex = 2 at java.util.ArrayList.subListRangeCheck(ArrayList.java:962) at java.util.ArrayList.subList(ArrayList.java:954) at java.util.Collections$UnmodifiableRandomAccessList.subList(Collections.java:1286) at com.eyeq.pivot4j.util.RaggedMemberWrapper.(RaggedMemberWrapper.java:79)...

bug
core

Due to a problem with font used in FOP library, currently most of non-English characters are garbled in exported PDF report. It's a well known issue with FOP, so we...

bug
analytics

Add select/deselect all menu in filter dialog.

enhancement
analytics

We need an UI to support the advanced sorting operations like top/bottom count.

enhancement
analytics

We need to specify appropriate target components using the _'process'_ attribute for most of the ajax event sources. And we can replace some of the very long update target lists...

analytics
cleanup

Save and restore user theme settings using browser cookie.

enhancement
analytics

Enable JSF partial state saving feature. It seems to break several part of the application. Need some testing to find out which functionalities are affected and fix the problem before...

enhancement
analytics

Convert UI dialogs to navigation using new 'dialog:' prefix : http://www.primefaces.org/showcase/ui/dialogFrameworkBasic.jsf

analytics
cleanup

To leverage the new syntactic improvements (i.e. try-with statement), we need to change source code compatibility to Java 1.7.

cleanup
deferred

Add a generic XML renderer which could be extended and used by markup based renderers and exporters like HtmlRender, FopExporter, and more.

enhancement