vote up 2 vote down star

dows anybody know any fine open source cube browser???

ideally it would be something built with plain javascript...

does it even exists???

I'm planing to use it with classic asp agains a sql database...

thanks a lot

flag

36% accept rate

5 Answers

vote up 2 vote down check

You can look at Pentaho Mondrian (including JPivot), or at Eclipse BIRT

With these, you get some kind of flexible reporting tools on the most popular databases, and it includes functionality to browse OLAP cubes too.

link|flag
vote up 1 vote down

Adobe Flex includes a control you may be able use. You can use javascript as the language (Flex supports Actionscript natively, and javascript is a subset of Actionscrpt, and can be used as well.)

Here is a web page about the OLAPDataGrid control.

And here is another link.

Flex apps can be hosted in browsers with Flash installed.

link|flag
vote up 0 vote down

if you can, find the sql server 2000 Resource Kit, inside there is a project that is a javascript cube browser. i am not sure of the licensing of this, but it is located at TOOLSANDSAMPLES\ANALYSISSERVICESTHINWEBCLIENT inside the Resource Kit. This resource kit should be available in msdn subscription downloads.

link|flag
vote up 1 vote down

Also take a look at PAT, which is pentaho's replacement for JPivot. (Well actually being devloped by the community - not pentaho themselves!)

JPivot is a bit clunky although does the job. PAT is very new, so can't vouch for it's stability and features!

http://code.google.com/p/pentahoanalysistool/

link|flag
hey, nice tip... is there any online demo??? – opensas May 7 at 3:04
demo.pentaho.com/pentaho has a demo of JPivot, but not yet PAT. – Codek May 11 at 12:30
vote up 0 vote down

You can look at pivot table component at flexmonster.com. It speak to olap cubes via xmla and unlike olapdatagrid does't need additional data preparation.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.