![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi All, I need to restrict a set of users to view data from 2 dimensions. I had two dimensions stores and product from foodmart. I want to restrict users so that those who belongs to CA should view the data for food in product and they can not view all the rest of the results in product dim. For OR i need to restrict users so that they can view data for drinks in product dimension and they should not view the rest. And at last i need to hide the product dimension. wht actually i want is : if the end user select CA it shd automatically select Food from product dim and if i select OR it shd automatically select Drinks from product dim. Can anyone help me to sort this out ?? Thanks in advance Neo *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
#3
| |||
| |||
|
#4
| |||
| |||
|
#5
| |||
| |||
|
|
can u tell me how to do the second one ..This is my query.I want it to work automatically, if a user selects CA the product shd show drinks as default and if he selects OR it shd be FOOD in the product dim... I mean it shd be dynamic.. Is this possible ??? iif([Product].currentmember.properties("Product")="Drink",[Store].curren tmember.properties("State")="CA",iif([Product].currentmember.properties( "Product")="Food",[Store].currentmember.properties("State")="OR",iif([Pr oduct].currentmember.properties("Product")="Non-Consumable",[Store].curr entmember.properties("State")="WA",NULL))) Thanks in Advance, Neo *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it! |
![]() |
| Thread Tools | |
| Display Modes | |
| |