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 Saiuku with Mondrian 4 and CitusDB's [cstore_fdw](https://github.com/citusdata/cstore_fdw) for storing the fact tables. Mondrian can't retrive the FTs from Postgres and that's something very similar to this issue [#354](https://github.com/pentaho/mondrian/issues/354)....

Hi, How exactly do you install the latest version of Mondrian(3.6.1)? I stumbled on a Pentaho link and decided to give it a spin. The SF.net download is a precompiled...

Hi all , For some time using Oracle 11g Mondrian realized that some consultations took me more than it should because the tables were not so great , passing investigating...

I get the error message 2015-12-10 15:32:37,087 ERROR [mondrian.rolap.aggmatcher.AggTableManager] Recognizer.checkFactCount: Candidate aggregate table 'sales_agg_year' for fact table 'sales' has no fact count columns. 2015-12-10 15:32:37,087 ERROR [mondrian.rolap.aggmatcher.AggTableManager] Recognizer.checkNosMeasures: Candidate aggregate...

Hi! I noticed that `mondrian.rolap.RolapStar.Measure` extends `mondrian.rolap.RolapStar.Column` Both of the classes have the field `private final Dialect.Datatype datatype` As far as I can see and understand, the field should not...

I didn't find how create member with key, so I used the reflection. ``` public static Member createHierarchyMember(Hierarchy hierarchy, String memberName, Long memberKey) { Member member = hierarchy.createMember(null, hierarchy.getLevels()[0], memberName,...

I have a 3.x schema generated with workbench. It has a fact table that has has some schema, like `my_schema.my_table`. As soon as I try to establish connection, Mondrian crashes...

The XML definitions: The SQL Definitions: CREATE TABLE space_dimension( parent_space_id BIGINT NOT NULL, space_id BIGINT NOT NULL, space_name VARCHAR NOT NULL, space_type VARCHAR NOT NULL, space_description VARCHAR NOT NULL DEFAULT...

i have compile from source code and succucessful in eclipse ,but when i run an example like this: ========================example begin================================== Connection connection = DriverManager.getConnection ("Provider=mondrian;Jdbc=jdbc:mysql://localhost/foodmart; JdbcUser=root;JdbcPassword=mysql;Catalog=file:///C:/apache-tomcat-7.0.57/webapps/mondrian/WEB-INF/FoodMart.xml; JdbcDrivers=com.mysql.jdbc.Driver;",null); String queryStr= "SELECT...

HiveDialect.java needs a fix: requiresOrderByAlias() and allowsOrderByAlias() should both return false (instead of true). Mondrian generated a code for me that did the following: select time_by_day.the_year as c0 from time_by_day...