![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi ALl, I am implementing OLAP where many divisions( about 10) are involved. Same product could be sold by different division. Each division has different product coding. Problems comes when I try to consolidate the sales by product for all division. This a design question, how can I get the total sales of one product from all division ? How to work around this in OLAP ? SHould I total by name ? Thank you for any help, Krist |
#3
| |||
| |||
|
|
If the products sold by all divisions are *identical* then you could do a mapping during data load to map all SKU-Numbers or keys to one general product SKU (key) |
|
Hi Krist, If the products sold by all divisions are *identical* then you could do a mapping during data load to map all SKU-Numbers or keys to one general product SKU (key) - if you don't want to change the operational systems to use the same SKU-Numbers. In my opinion this is the cleanest way. A more dirty approach is to create an artificial Name-element and put the products as its descendants. This would allow you to continue book onto different product numbers and analyse the totals on this artificial level. The combination of individual product and dimension wouldn't be of much interest for the users though so I would regard to not show the lowest level to them. This design isn't fine art though. Kind regards Joerg "Krist" <xtanto (AT) hotmail (DOT) com> schrieb im Newsbeitrag news:cb48a3b.0406240306.6316d571 (AT) posting (DOT) google.com... Hi ALl, I am implementing OLAP where many divisions( about 10) are involved. Same product could be sold by different division. Each division has different product coding. Problems comes when I try to consolidate the sales by product for all division. This a design question, how can I get the total sales of one product from all division ? How to work around this in OLAP ? SHould I total by name ? Thank you for any help, Krist |
#4
| |||||
| |||||
|
|
Not *All products are identical in all division, but some or many can be randomly exist in more than one division, with different SKU. |
|
Do you mean that I should create 'small application' at OLAP side for user to input General SKU and what Operational SKU that use it, into a 'mapping table'. This mean there will be user effort here. |
|
Then ETL read this 'mapping table' to load the general SKU into the fact table and dimension ? |
|
Is it possible to do this without user effort, all automatically by design and ETL process, transparent to user ? |
|
Thank you for your help, Krist |
#5
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |