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)
 How to Distinctcount on char type data?

Author  Topic 

lemune
Starting Member

3 Posts

Posted - 2008-09-22 : 06:09:58
Hi,
I have tabel like this:

Id (uniqueidentifier) PK
CustomerCode (char 20) FK
Quantity (int)
Price (decimal)

I'm trying to create Measurement that distinctcount the CustomerCode, because I want to know how many customer that has transaction on specific period, specific product etc

How Could I get the data? (I have search, and the result is i create MDX but only for specific row data)


TIA
   

- Advertisement -