Xavier Cho

Results 71 issues of Xavier Cho

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

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