with AS2000?
not possible. the dcount measure doesn't support the aggregate function.
you have to create a calculated dcount measure instead-of a dcount
aggregated measure.
anything like:
count(crossjoin(dimension.level.members, {measures.simplecount}),
exclude_empty)
With AS2005 its possible.
"gNM" <gedukas99 (AT) hotmail (DOT) com> wrote
Quote:
Does anybody have used PeriodsToDate and DistinctCount functions together?
I need do count different products through particular period starting from
the beginning of the year...
thanx in advance |