Skip to main content

Questions tagged [mondrian]

0 votes
1 answer
362 views

An MDX (a language dealing with multidimensional data, in particularly dealing with the cube metaphor) statement can be translated to an SQL (a well-known language for the relational model) statement -...
Zeruno's user avatar
  • 557
1 vote
0 answers
506 views

How do i filter, in a Mondrian MDX Query, just the FACTS that have ocurred in a Range of Months over last 3 years? I need to make it dynamic so i can use parameters latter, so i need the following: ...
lucassig's user avatar
3 votes
1 answer
354 views

In a Mondrian Schema, I have a fact table for Sales, a dimension table Time and a dimension table Client. I need to create a Saiku report where i can show how many clients joined per year. I have a ...
lucassig's user avatar