显示标签为“hide”的博文。显示所有博文
显示标签为“hide”的博文。显示所有博文

2012年3月20日星期二

Any way to protect our Report design

Is there any way...we can hide the report design. I do not want anyone to see my report design or formula or tables or sql expression i have used. Even if i can hide my formula and sql expression it will be of great help. Any help greatly appreciated
Thanx thakkarJust hide the report itself|||But I have to distribute in the company. so i have to show the file so that it can be run through our report scheduler. Any other way to protect the hard work we have done...

Thanx madhi once again
Thakkar|||No Ideas Guys!!!!!
Should be something to protect the report.sql

2012年2月11日星期六

Answer Re: Hiding measure group

Is there any way to hide a measure group, e.g. factless measure group which doesn't make sense to expose to end users?If you set the visible property of all the measures in the mg to false, it will be hidden.
C|||Thank you. It will be but a Dimension Data security filter, e.g. EXISTS (Customer.Customer.Customer.Members, Username, "Hidden Measure Group Name") will effectively ignore the hidden measure group as well and return nothing. I wonder if this is a bug.|||

measure group is not an object in browsing model.

the measures from all measure groups of a cube are in flat measure collection of the cube.

you can made such measures invisible.