dbTalk Databases Forums  

How to include sales target into my sales analysis cube ?

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss How to include sales target into my sales analysis cube ? in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Krist
 
Posts: n/a

Default How to include sales target into my sales analysis cube ? - 02-15-2006 , 03:59 AM






Hi All,

I have created cube with SQL Server 2000 analysis services to analyze
sales data.

Dimensions are :
- Customers
- Salesman
- Product

Measures are :
- Gross Sales
- Discount

Now there is a requirement to compare "Gross Sales" with the "Sales
Target".
The question is :
Assume sales target is given per salesman + product, how can I include
the sales target values into the cube ?

so that when do analysis , the layout can be like this :

Salesman Product Gross_sales Sales_target
John Doe Product_A 15000 12000
............

Thank you for your help,
Krist













*** Sent via Developersdex http://www.developersdex.com ***

Reply With Quote
  #2  
Old   
 
Posts: n/a

Default Re: How to include sales target into my sales analysis cube ? - 02-15-2006 , 05:29 AM






Create a new cube for the Sales targets which, from your description
would look something like the following.

Dimensions are :
- Salesman
- Product

Measures are :
- Sales Target

Then create a virtual cube which combines these two cubes together.
(Note: for virtual cubes to work properly, at least the common
dimensions should be defined as shared dimensions)

When the users browse the virtual cube they will be able to see all
three measures, however when they drilldown into individual customers,
the sales target measure will be blank.

HTH

--
Regards
Darren Gosbell [MCSD]
Blog: http://www.geekswithblogs.net/darrengosbell

In article <O$RVIahMGHA.2628 (AT) TK2MSFTNGP15 (DOT) phx.gbl>, Krist (AT) me (DOT) com says...
Quote:
Hi All,

I have created cube with SQL Server 2000 analysis services to analyze
sales data.

Dimensions are :
- Customers
- Salesman
- Product

Measures are :
- Gross Sales
- Discount

Now there is a requirement to compare "Gross Sales" with the "Sales
Target".
The question is :
Assume sales target is given per salesman + product, how can I include
the sales target values into the cube ?

so that when do analysis , the layout can be like this :

Salesman Product Gross_sales Sales_target
John Doe Product_A 15000 12000
...........

Thank you for your help,
Krist


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.