2005 provide a better DCount with multi-select support.
today, to do the same job, you have to create a calculated DCount measure
like:
count(crossjoin(descendants(Customers.currentmembe r, customers.NameLevel),
{measures.Sales}), excludeempty)
"leela via SQLMonster.com" <forum (AT) SQLMonster (DOT) com> wrote
Quote:
I have a single cube and a distinct count measure alone- so what should i
use for crossjoin?
Is there any chance that the multiselect and distinct count issue will be
resolved in SQL2005? If that is the case I can try using that instead.
thanks very much
--
Message posted via http://www.sqlmonster.com |