Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Analysis Services (2000)
 Sales Cube: Showing the new clients quantity

Author  Topic 

zang
Starting Member

14 Posts

Posted - 2009-04-29 : 12:01:31
Sales Cube: Showing the new clients quantity

I have a Sales Cube with conventional measures of sales, discounts, product quantity, etc.
But now I need add this measure: productivity of new clients.
I show bellow an example of what I need:

January February
New Sales New Sales
Client Client
Salesman 2 123,12 3 20,12
Smith 1 133,20 0 30,00
Brown 0 2,30 2 40,00
Peters 5 50,49 4 10,00

Fact Table Example:
TimeId
Product
Quantity
Amount
SalesMan

Every client has the creation date in the Client Table not in a fact table.

How can I built this new measure “New Clients” in my cube?:

Hope to be clear.
Thanks in advance

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2009-04-29 : 13:50:15
whats the definition of New Clients?
Go to Top of Page

zang
Starting Member

14 Posts

Posted - 2009-04-29 : 14:43:01
Sorry, If I wasn’t clear.
I’ll try to explain better
The company need to know how many clients are created in a period of time, also how many clients are created for each Salesman in a period of time, this information helps to the company to have a measure of productivity.

New Clients are those in what the admission date belongs to the some period of time.

Example:
Client Client Admission Date
A 05-01-2009
B 06-01-2009
C 01-01-2009
D 30-01-2009
E 05-02-2009
F 04-02-2009

For January of 2009 the numbers of new clients added to the company were 4
For February of 2009 the numbers of new clients added to the company were 3

Hope to be much clear
Thanks
Ariel
Go to Top of Page
   

- Advertisement -