Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
ColinRobinson
Starting Member
3 Posts |
Posted - 2011-04-28 : 12:40:31
|
Ive coded some dynamic security that restricts dimension members which works as expected but now need to extend it to further restrict the second set to a subset of the first.ie allowed set on CompanyName = company1,Company2and allowed set on Area = Area1,Area2currently if i browse the cube to only select Company2 i see areas 1 and 2 available. is it possible to further restrict the cube some how to display only Area2 as this is the only allowed data for this company ?if company1 is selected i would still want to be able to select from Areas 1 and 2 (this data is held in a security table)RegardsColin Robinson |
|
|
|
|