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

Can I use SSAS cube with Pivot4j Plugin Pentaho+ #124

Closed echeypaz closed 10 years ago

echeypaz commented 10 years ago

Hi, how can configure pivot4j plugin pentaho, to use ssas cube??

rewards.

mysticfall commented 10 years ago

Hi,

I might be mistaken, but it is my understanding that you should use Mondrian if you want to create an analysis report on Pentaho platform.

However, with standalone version of Pivot4J, you can register your SASS backend as a XML/A datasource and create reports with it.

If you really want to use XML/A datasource with Pentaho plugin version of Pivot4J, then you might want to consider extending PentahoDataSourceManager class, which would be rather trivial modification though.

Hope this could help.

Thanks!

echeypaz commented 10 years ago

Thanks, sorry not having responded. I really want to use a cube in ssas pivot4j, well PentahoDataSourceManager try to extend the class.

mysticfall commented 10 years ago

@echeypaz Don't worry :) Please feel free to ask if you need further assistance.