![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
| Newsgroups: microsoft.public.sqlserver.olap |
#3
| |||
| |||
|
|
See if the approach in this thread could work (for AS 2000). The idea is to create a virtual dimension from the original employees dimension, which can be used for counting. It has no security, but is hidden from users: http://groups-beta.google.com/group/...rver.olap/msg/ 77b89d2e9785f97c Newsgroups: microsoft.public.sqlserver.olap From: Deepak Puri Date: Wed, 31 Dec 2003 20:20:10 -0800 Subject: Re: Please help .. Here is a possible solution to this type of problem for the Sales cube in Foodmart. Not sure how it will work with your dimension, since it may have > 64K leaf members: Taking the Store dimension as an example, create a "StoreID" member property from that dimension table key, then add a new virtual dimension based on this property. Next, define a Measure like [No of Stores], using the virtual dimension members: [StoreID].[StoreID].Members in the NECJ(), rather then the original dimension members. The counts should be same. Now set the "Visible" property of the virtual dimension to false, but with no level security. The [No of Stores] measure still works, when access to the Store dimension is limited to the (All) level. And the new virtual dimension is hidden from users altogether. .. - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
#4
| |||
| |||
|
|
oohhh... good idea !!! I'll test this... :-0 "Deepak Puri" <deepak_puri (AT) progressive (DOT) com> wrote in message news:%23g%23UsNwPFHA.3928 (AT) TK2MSFTNGP09 (DOT) phx.gbl... See if the approach in this thread could work (for AS 2000). The idea is to create a virtual dimension from the original employees dimension, which can be used for counting. It has no security, but is hidden from users: http://groups-beta.google.com/group/...rver.olap/msg/ 77b89d2e9785f97c Newsgroups: microsoft.public.sqlserver.olap From: Deepak Puri Date: Wed, 31 Dec 2003 20:20:10 -0800 Subject: Re: Please help .. Here is a possible solution to this type of problem for the Sales cube in Foodmart. Not sure how it will work with your dimension, since it may have > 64K leaf members: Taking the Store dimension as an example, create a "StoreID" member property from that dimension table key, then add a new virtual dimension based on this property. Next, define a Measure like [No of Stores], using the virtual dimension members: [StoreID].[StoreID].Members in the NECJ(), rather then the original dimension members. The counts should be same. Now set the "Visible" property of the virtual dimension to false, but with no level security. The [No of Stores] measure still works, when access to the Store dimension is limited to the (All) level. And the new virtual dimension is hidden from users altogether. .. - Deepak Deepak Puri Microsoft MVP - SQL Server *** Sent via Developersdex http://www.developersdex.com *** |
![]() |
| Thread Tools | |
| Display Modes | |
| |