Online Analytical Processing (OLAP) is a category of software tools that provides analysis of data stored in a database. OLAP tools enable users to analyze different dimensions of multidimensional data. For example, it provides time series and trend analysis views
-3
votes
0answers
16 views
How does MPP compare with MapReduce for a columnar database, i.e. (Redshift vs Impala) [closed]
Redshift & Impala are both very attractive solutions to large scale log analysis. But they are based on different approach, e.g. Massively Parallel Processing vs MapReduce.
What would be the ...
0
votes
1answer
30 views
Aggregate results from multiple mySQL databases in PHP
I have a large # (say 100) of databases with identical schemas and want to do SQL aggregates across this entire collection of databases.
Lets say the table is ATHLETES
CREATE TABLE ...
0
votes
1answer
8 views
Best Solution for Drilling Up and Down on Large Sets of Data
What type of system (columnular store, OLAP, Exadata, etc.) provides the best solution for drilling up and down through large data sets (400 million plus rows) at a rapid pace? I know this is a very ...
2
votes
1answer
21 views
SSAS: Errors in the OLAP storage engine: The attribute key cannot be found when processing
In my searching, I have seen this error text been asked in different contexts, but specifically, I want to know if I am missing something here.
In a basic setup, I have 1 measure table and 1 ...
0
votes
1answer
21 views
SQL Server 2005 Analysis Services data update
I'm new to Analysis Services
My first cube has been deployed and it seems to work.
Dimension tables are ok and fact tables are ok.
My question is very simple : If I add a new record in the related ...
1
vote
0answers
26 views
R clients to OLAP MDX servers
Has anyone tried to access an OLAP server offering a XMLA API (such as Mondrian) from R?
I'd love to run MDX queries from R against Mondrian and retrieve result sets.
Tnks!
0
votes
0answers
29 views
SQL MDX Query: range of dates
I have a Cube with a dimension date and I want to query this:
WITH
MEMBER [Measures].[MyMeasure] AS(
SUM((
[Measures].[Count],
[DimensionState].[Active],
...
0
votes
0answers
20 views
SSIS Calculation with different total
I'm trying to show the amount of days a company travel has taken. The sales employee doesn't enter the exact amount so it is calculated in SQL and in the data load to DWH it is added to the TravelID. ...
0
votes
0answers
28 views
Openi Plugin for Pentaho not working with mondrian roles
I have a mondrian schema file with Role configuration, restricting the role only for Central region.
<Role name="Central">
<SchemaGrant access="all">
<CubeGrant cube="Quadrant ...
0
votes
1answer
32 views
SQL If two records exist, choose which one you want to display Teradata
Sorry for the poor title/description. What is happening is I'm joining to another table by ID but the data is coming from two different admin systems (CLONE and GRASN) Is there any code I can add to ...
0
votes
1answer
14 views
Current Session is no longer valid due to structural changes
We have a spreadsheet connected to a cube that is refreshed every two hours like this:
Refresh data in the data warehouse
Perform a "Process Full" on one of the many partitions in a duplicate of the ...
0
votes
1answer
22 views
Authorization in Pentaho
Is it possible to show the reports filtered by a field (say location) for a user in pentaho?
For eg:
UserA manages RegionA
UserB manages RegionB
UserAB manages RegionA and RegionB
When a user log ...
0
votes
0answers
41 views
Why is Mondrian pre-aggegating before calculating Average?
I have a super-simple analyzer report, where all I'm doing is calculating the average of a measure. In the schema, it's default aggregation is AVERAGE. The only other aspect of the report is a filter ...
-1
votes
0answers
23 views
online analytic analysis on the database accessible by my domain [closed]
Please look at below schema first. I have built a etl on the my database server and it, in some time interval, updates the database tables. This database server is on the my domain. I can connect ...
-2
votes
0answers
18 views
install analysis service in sql2008r2 [closed]
I want to install OLAP to my SQL server2008 r2(10.50.2500.0) so that I can handle the .mdx query. Can any body share me a link which I can download it or guide me to achieve this.
Thanks in advance.
...
0
votes
0answers
11 views
How to create a Cube using a default Named Set on Mondrian
I´ve created a Named Set on Mondrian and i need to define it as default for some cubes.
I did it with MDX using WHERE clause, but unfortunately the cube looses the where clause when the users work ...
0
votes
0answers
14 views
Delaying statistical writing to OLAP server
I have read in places that instead of writing statistics (such as page hits, page views, etc.) directly to a database, to first write into a cache (such as memcached) and write that cache contents ...
0
votes
1answer
57 views
How to make a 100% stacked Column Chart in Report Builder 3.0 with one value?
I am using Report Builder 3.0 for a Report having a 100% Stacked column chart.
I have a values for different dates, now i want to make a column chart where the maximum value would denote 100% in ...
0
votes
1answer
63 views
Edit JDBC connection string in Saiku
I am using Microsoft SQL Server as database for my web application. I'd like to use Saiku as part of the application. I found the solution to set up the JDBC connection string as below:
type=OLAP
...
0
votes
0answers
83 views
OLAP Analyic tool for SQL Server Data Warehouse
I searched a lot but I couldn't find a tool that can connect to SQL Server data warehouse. Most of them are connecting to another data warehouse called Mondrian. The other thing is that most of these ...
0
votes
0answers
8 views
How do find out MSOLAP.2 provider installed in my machine?
How do find out MSOLAP.2 provider installed in my machine. Also, How can i test the same through C# code?
Any help or guidelines are greatly appreciated !!!
0
votes
0answers
25 views
PROC OLAP - leaving out nway but including other aggregations
I'm trying to optimise the build time of a large cube. I am using SAS OCS. I have looked at the ARM logs and it would seem that the NWAY aggregation is never used (or hasn't been for the last 2 ...
1
vote
1answer
51 views
SSAS calculated measure: Access relational database
I recently asked a question about many-to-many relationships and how they can be used to calculate intersections that got answered pretty fine. Now, there is another nice-to-have requirement for our ...
0
votes
1answer
127 views
SSAS 2008 - Best Practice to base Time dimension on own table?
I am in the process of creating a star schema-based cube using SSAS 2008.
I would like advice on whether it is best practice to create my own date/time table in the DW database as the basis for the ...
1
vote
2answers
118 views
Using Microstrategy on Highly Normalized SQL Server database
I am interested in comments and insights relating to using Microstrategy to report against a complex snowflake SQL Server database comprising of several transactional, normalized (3NF) tables.
...
1
vote
0answers
68 views
OLAP Saiku Cache expires
I'm using Saiku and PHPAnalytics to run MDX queries on my cube.
it seems if i run queries it's all good, caching is fine. But if I go for 2 hours and run those queries again - it does not using cache! ...
2
votes
1answer
32 views
context hierarchy of book
I have book dimension for the bookstore with ISBN, title, author, publication year, publisher company attributes. For time, it is easy to see hierachy but for the book dimension, I could not manage to ...
0
votes
1answer
61 views
MDX: how to collapse multiple values in a dimention into one?
I am building an SSRS report over an OLAP cube that breaks the data down by currency. Currencies go into columns. The twist is that the users want to see only a couple of major currencies (like USD, ...
1
vote
1answer
61 views
Specify a particular foreign key field as a link between two tables in the SSAS data source
I am quite new to SQL Server Analysis Services and now try to build my first cube (the first except for Adventure Works tutorial)
The problem is how to specify a particular field in a table to serve ...
0
votes
1answer
98 views
Ranet Olap PIVOT GRID
I want to use Cell Editing Writeback feature(Ranet Olap PIVOT GRID Write back) of Ranet Olap PIVOT GRID. They don't have the proper documentation for this. If anyone has any experience on this control ...
1
vote
1answer
104 views
ssas mdx and t-sql gives different values
My situation:
There is a work database. Every day it is copied to another database named RetailDB.
Fact and dimension tables of SSAS are based on VIEW-objects of tables in RetailDB.
So, I have the ...
0
votes
0answers
64 views
use ssas cube dimension only for filter
Is it possible in ssas to design dimension for using only in report's filter? But not in report's columns and rows. I need also to forbid possibility to chose "All" option in dimension filter. I need ...
1
vote
2answers
152 views
Intersection in MDX
I recently ran into a problem in our SQL Server 2008 Analysis Services Cube. Imagine you have a simple sales data warehouse with orders and products. Each order can be associated with several ...
0
votes
0answers
42 views
Developer report/analyse vs user report/analyse in Pentaho
I'm currently working on a BI project using pentaho community edition.
I'm not sure if i well understand all the products of the Pentaho suite
PRD (report designer) permits to the developer to create ...
0
votes
1answer
125 views
reporting vs analysis with Star schema data warehouse
I'm working on a BI project where i'll use pentaho.
My DW will be modelize as a star schema.
I know that for the analysis part we need to go from this star schema (relational DW) and design the cube ...
0
votes
0answers
351 views
What is the difference between OLAP, data warehouse and data mart? [closed]
I am struggling with these three terms. I have two books related to DW field but I still don't have clear concept what is differences between these terms. As I understand it:
Data mart is often a ...
0
votes
0answers
130 views
which is the best mysql olap engine? [closed]
New to olap .Theoretically i know what olap means and the advancement.It seems there is no inbuilt OLAP layer for MYSQL ,Can anyone help me to find the best olap engine for mysql
Seems Mondrian ...
0
votes
0answers
39 views
Web app based on MOLAP cube 'Palo' , HOW?
I want to build a web app based on MOLAP cube -> PALO,
so i would like to know how can i manipulate (visualize, simulate what-if analysis ... ) on Palo cube from a web app ??
any suggestion, advice ...
1
vote
0answers
64 views
OLAP Cube design issue - how to remove many to one relation
I had include my projectdetail in my previous question OLAP Cube design issue for Telecommunication Data. I had one question Is it necessary to remove one to many relationship on OLAP. What I heard is ...
0
votes
0answers
25 views
Is it possible to reference a prior month and or year in a Palo Enterprise Rule with a parameter
I'm using Palo 3.2 for Excel and I'm trying to create monthly cash flow statement utilizing Palo's Enterprise rules.
In order to accomplish this, I need to figure out a way to calculate the change ...
0
votes
1answer
129 views
MDX Where vs SubCube Confusion
I have the following MDX:
SELECT NON EMPTY
{
[Measures].[My Measure]
} ON COLUMNS
FROM
(
SELECT
...
1
vote
0answers
17 views
How can be the database tier optimally designed to exploit both normalized as well as multidimensional data models?
Our company's software is keeping transactional and report tables seperately. For optimization, the report schema has been de-normalized and table joins are minimized.
Can we optimally design ...
0
votes
0answers
38 views
Changing used cube translation in RadarSoft RiaOLAPGrid
I cannot change once set cube translation (via PreferredLanguage property) used to display a cube in a RadarSoft Silverlight control.
In Page_Load I have code similar to
TMDCube1.PreferredLanguage ...
5
votes
1answer
96 views
SQL Hint to load entire table into RAM before execution?
I'm running some aggregation queries on some very large tables in an OLAP environment. I'm currently bottlenecked by disk IO at 200 MB/s.
I'm doing these queries on a machine with 92 GB of RAM. Is ...
0
votes
2answers
41 views
Different results with and without a dummy WITH clause
I'm trying to diagnose a bug in a calculated measure in a SSAS cube, and while debugging I get this weird behaviour ...
select
[Measures].[Net Lost Commitments] on columns
, {[Date ...
0
votes
0answers
169 views
Mondrian MDX query with formula based Calculated mesuare
I have an Mondrian MDX query as follows:
With SET [*BASE_MEMBERS_Period.Period] AS ' Filter ( [Period.Period].[Month].Members , ( ( Ancestor ( [Period.Period].CurrentMember , [Period.Period].[Year] ) ...
0
votes
0answers
110 views
How to Aggregate Dimension values
We have a cube which has 2 relevant dimensions: Time, which stores calendar date information, and Timeslot which contains start and end times for timeslots that employees have worked.
There is also a ...
1
vote
0answers
111 views
How to reach OLAP Cubes by msmdpump.dll on 64 bit Server?
I have a analysis server database that runs Windows Server 2008 64 bits. And users reach cubes by msmdpump.dll. There is any problem before used FileMaker on same server. I could not analysis server ...
0
votes
1answer
64 views
Intellisense for MDX?
I'm beginning to learn MDX and OLAP databases and was wondering if there's an extension for SSMS that anyone knows about to help writing MDX. Because of some nerve damage to my right hand it wears my ...
1
vote
1answer
178 views
Is the Pentaho Web service complete?
I want to build RESTful web service for communicate between Pentaho (Mondrian) and my application on Windows 8 Tablet (Javascript) and I found this site http://code.google.com/p/pentaho-cws/ but when ...



