A couple of options come to mind:
- If you only need to count fact records that fulfill the one condition,
then you can define a new base 'sum' measure, say [FalseCount], whose
Source Column is a SQL expression like:
Quote:
|
case when field1 = 0 and field2 = 0
|
and field3 = 0 and field4 = 0 then 1
else 0 end
- If you need more flexibility in analysis, simple true/false member
dimensions can be created off each indicator field. Then the count can
be a calculated measure, based on the fact table record count with each
indicator dimension member selected as "false".
- Deepak
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!