Re: How to check which dimension is dragged -
04-07-2006
, 12:17 AM
Well, does this mean that the user would only make a selection for
Creation or for Last Modified Date, but not for both? At any rate, you
could compare the current member of a dimension with its default
members, to see if the user has selected something different. Something
like:
iif(CreationDate_Fiscal.CurrentMember is
CreationDate_Fiscal.DefaultMember, ...)
Of course, a user could explicitly select the default member, which
won't be detected by such logic.
- Deepak
Deepak Puri
Microsoft MVP - SQL Server
*** Sent via Developersdex http://www.developersdex.com *** |