Consider 3 databases with sales information. One for US, one for Europe, one for Middle East. All three databases are identical in design (tables, keys, fields, etc) but of course the data in the tables differs.
Imagine a table called COUNTRY and a table called SALES. So we have basically a list of countries and sales by country. Thus one dimension "Country" and one measure "Sales". We will assume all figures are in the same currency.
In my traditional view of things with a single database, it's a very simple cube and I can see sales by country. Now the users want to combine all three databases to see a single listing of sales individually by country.
It looks to me when building the virtual cube that I select the sales measure 3 times, once from each cube and I get measures like "Sales", "Sales1", "Sales2". I am only able to select the dimension "Country" once.
What I saw from the data display in MS Analysis Services was a display of sales by country for my one dimension and for Sales1 and Sales 2 it just said "All Countries".
So my question is: Is this what virtual cubes are used for or do I need to build a 4th database with all countries combined into a single "Country" table and all sales figures combined into a single "Sales" table?
And if a virtual cube will do the job, how do I get these 3 columns of sales figures into a single column?
Thanks.
Imagine a table called COUNTRY and a table called SALES. So we have basically a list of countries and sales by country. Thus one dimension "Country" and one measure "Sales". We will assume all figures are in the same currency.
In my traditional view of things with a single database, it's a very simple cube and I can see sales by country. Now the users want to combine all three databases to see a single listing of sales individually by country.
It looks to me when building the virtual cube that I select the sales measure 3 times, once from each cube and I get measures like "Sales", "Sales1", "Sales2". I am only able to select the dimension "Country" once.
What I saw from the data display in MS Analysis Services was a display of sales by country for my one dimension and for Sales1 and Sales 2 it just said "All Countries".
So my question is: Is this what virtual cubes are used for or do I need to build a 4th database with all countries combined into a single "Country" table and all sales figures combined into a single "Sales" table?
And if a virtual cube will do the job, how do I get these 3 columns of sales figures into a single column?
Thanks.