Xavier Cho

Results 95 comments of Xavier Cho

It's a nice feature to have, and it could possibly be an workaround for #93 also. I believe we can combine Olap4J like selection model with existing Pivot4J's MDX based...

I've made a few comments about your suggestions, so I'd like you to review them and let me know how you think. Thanks much for the contribution! :smiley:

@vgartner I might be doing something stupid myself, since it's the first time I've used the new review feature :sweat_smile: Anyway, aren't my comments visible above? On my end, I...

@vgartner Oh, my.... I feel stupid! :sweat: I just realized that I need to actually 'submit' the review after I write individual comments. I believe now you should be able...

Relevant forum post : - https://groups.google.com/forum/#!topic/pivot4j-list/30MeYipxrA0

It is possible, but requires a bit of custom code to achieve it. You can write a class which extends from `FopExporter` and override one of those start* callbacks (possibly,...

I suspect it to be the case that it only happens on a platform where the default encoding is not UTF-8. I'll replace Input/OutputStreams with Reader/Writers for safety and see...

It also affects #116, as it cannot be done easily with the current structure of Quax.

Probably, it makes sense to treat `null` as equivalent to zero in a pie chart, but I'm not sure if it could be generalized to cover other charts as well....

Upon inspection, it seems impact of this feature on usuability is much less than I initially thought. So, I'll just clear the milestone for now to concentrate on implementing other...