![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
|
Just one correction: remove "with set.." and add "with member count(..." in the MDX. The correct MDX is with member measures.customer_more_than_200_total as count( filter(customer.members, ( measures.[sum ddd] ) > 200) ) select {measures.customer_more_than_200_total} on 0, age.members on 1 from kube1 where ({time.january2004}) |
#4
| |||
| |||
|
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
|
The customer-dim is a single-level-dim. With all-level and leaves-level only. I have tried the descendants-function, but the result was the same. I only use this dim for my distinct count calc-measure. |
|
This is on AS2005. Is there a "aggregation design tool from the SQL Server resource kit" here? And how can aggregation help me with a distinct count measure. I thought that was imposible?? |
#8
| |||
| |||
|
|
I don't know if there is anything that can design aggregations for AS2k5, I vaguely remember hearing something, it may have been in the beta news groups. I will see if I can dig it up. |
![]() |
| Thread Tools | |
| Display Modes | |
| |