Hiding reports from specific user

本秂侑毒 提交于 2019-12-20 05:58:30

问题


I have made a drill down report which contains 5 subreports, all of them are connected using Hyperlink section.

I want users only to view the main drill down report, I mean first label of drill down. If I set Execute Only permission for the ROLE_USER, that particular report is not working, throwing errors like Access Denied.

Can anybody tell me how can I hide reports as well input controls attached to that.


回答1:


Drill down reports must have linking to the upper level reports and those reports may have different permissions then "Execute only". The permissions set are inherited from the above level of reports and hence the error.Please check if you have the right permissions for the folders or upper level reports.Also,refer to the documentation for the permission settings.Authentication and Authorization are pretty well documented and good to get started.
Hope that helps!!



来源:https://stackoverflow.com/questions/12705747/hiding-reports-from-specific-user

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!