MDX count query help -
08-16-2006
, 03:39 PM
I created this calculated member to count the number of accounts.
Count(nonemptycrossjoin([Account Name].[Account
Name].members,[Product].[Product Type].members))
In testing it, I used product type but I want to count the number of
accounts regardless of the second argument. Is there a way?
If I want to add another dimension to the pivottable, the count should change. |