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 101 forks source link

Show filter after export #53

Closed DSantonastaso closed 10 years ago

DSantonastaso commented 11 years ago

It is important that during the export and printing are highlighted filters applied analysis. it is necessary that this information is also evident in fornt of the loading of saved analysis

mysticfall commented 11 years ago

I agree. We should discuss how to represent filter values especially when there's lot of members.

I think it should be somehow configurable at the API level or by providing a customizable template.

DSantonastaso commented 10 years ago

Hi! I've test your Fix, but when export analisys result, don't see any filter (i've tested issue using Excel export and pdf export with last trunk)

mysticfall commented 10 years ago

@DSantonastaso Hi!

I've just checked it again to see if it's really working but it seems alright to me. For Excel, it should be exported as a separate worksheet, and for PDF it should be added at the end of the data. (yeah, it's rather rudimentary for now...)

Please make sure if you tested with the latest version (it's here), and if the problem persists, please let me know how to reproduce it.

Thanks!

DSantonastaso commented 10 years ago

@mysticfall sorry, now works perfectly!