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.
Author |
Topic |
lemune
Starting Member
3 Posts |
Posted - 2008-09-22 : 06:09:58
|
Hi,I have tabel like this:Id (uniqueidentifier) PKCustomerCode (char 20) FKQuantity (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 etcHow Could I get the data? (I have search, and the result is i create MDX but only for specific row data)TIA |
|
|
|
|