mondrian icon indicating copy to clipboard operation
mondrian copied to clipboard

Mondrian is an Online Analytical Processing (OLAP) server that enables business users to analyze large quantities of data in real-time.

Results 109 mondrian issues
Sort by recently updated
recently updated
newest added

I'm using MonetDB with Pentaho 8.1 to analyze a very large fact table (around 200 millons rows and more than 50 columns). MonetDB Jun2020 release implemented grouping sets, and I...

hi ! somebody know can mondrian used LookupCube like SSAS

Why Mondrian 8.x only supports schema of 3.x?

I'm working with Mondrian on a columnar DB, means I have a big flat fully denormalized fact table that contains all facts and dimensions. Unfortunately, I am not able to...

I keep getting a 500 Server Error when trying to access this url: https://nexus.pentaho.org/content/groups/omni/ It looks like it works up to /groups/ but not with 'omni,' is the repository unavailable...

mondrian.olap.MondrianException: Mondrian Error:Internal error: coordinates should have dimension 3 at mondrian.resource.MondrianResource$_Def0.ex(MondrianResource.java:909) at mondrian.olap.Util.newInternal(Util.java:2031) at mondrian.olap.Util.newError(Util.java:2046) at mondrian.rolap.RolapResult.getCell(RolapResult.java:730) at com.primeton.olap.ext.adapter.DefaultResultHandler.handleRowsAndCells(DefaultResultHandler.java:122) at com.primeton.olap.ext.adapter.DefaultResultHandler.fill(DefaultResultHandler.java:58) at com.primeton.olap.ext.adapter.DefaultResultHandler.handle(DefaultResultHandler.java:32) at com.primeton.olap.ext.adapter.DefaultRs2XmlHandler.handle(DefaultRs2XmlHandler.java:14) at com.primeton.olap.ext.api.MDXQueryClient.executeQuery(MDXQueryClient.java:105) at com.primeton.olap.ext.api.MDXQueryClient.executeQuery(MDXQueryClient.java:55) at...

Hello, I was able to build mondrian and run all tests againts a database, all works fine for me. But I couldn't figure out how to actually run the server....

**SETUP** Mondrian version 9.2.0.0-6, but I'm pretty sure it's reproducible on all versions. I have created this rather simple database with one table: ```sql CREATE TABLE public.newtable ( fact1 varchar...

In my cube i have a time dimension with attributes 'Date', 'Month', 'Week', and 'Year', also i am using ms sql server as datasource. The next MDX query works fine:...