With Analysis Services 2000, unlike Calculated Members, Named Sets are
not dynamically re-computed, so the sets for each Time member would have
to be saved:
'Generate({[Product].[1]:[Product].[3]},
CrossJoin({[Rpoduct].CurrentMember},
Filter(time.members, not isempty(measures.amount))))'
http://groups-beta.google.com/group/...rver.olap/msg/
f7d3a7429b6b2bc1?hl=en
Quote:
|
Newsgroups: microsoft.public.sqlserver.olap
|
From: "Mosha Pasumansky [MS]" <mos... (AT) microsoft (DOT) com>
Date: Tue, 10 Jun 2003 16:18:53 -0700
Subject: Re: Help with Named Sets
Named sets are evaluated when the session is open and stay static
afterwards. If you refresh your session, then the named set will be
updated.
==============================*=================== =
Mosha Pasumansky - www.mosha.com/msolap
Development Lead in the Analysis Server team
All you need is love (John Lennon)
Disclaimer : This posting is provided "AS IS" with no warranties, and
confers no rights.
==============================*=================== =
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com ***