Reports set to read only

CV1
Tera Contributor

How can we make a report read only.. When I share a report to group /users they get the report design view where the user can modify and configure the report. How to avoid that.

1 ACCEPTED SOLUTION

Jaspal Singh
Mega Patron
Mega Patron

Hi,

 

You can restrict creation of report on certain table by use of report_on ACL. Additionally, you can also restrict update on report by creating a write ACL on sys_report table.find_real_file.png

Refer doc link as well once.

Another option will be to publish the report so that they cannot edit but that would mean they will not be able to apply additional filters as well.

View solution in original post

4 REPLIES 4

Jaspal Singh
Mega Patron
Mega Patron

Hi,

 

You can restrict creation of report on certain table by use of report_on ACL. Additionally, you can also restrict update on report by creating a write ACL on sys_report table.find_real_file.png

Refer doc link as well once.

Another option will be to publish the report so that they cannot edit but that would mean they will not be able to apply additional filters as well.

CV1
Tera Contributor

 i published the report and shared the url, user receives error - "Security constrains prevent access to requested page."

  • I added the users in sharing - group/users and then published and gave the link but they still get the same error.
  • Previous (before publishing the report) the same user was able to access the report via Report>view/run>ReportName. But then the user could modify the report as they get the options to change the report type,table etc.. 

Please advise.

CV1
Tera Contributor

Ok so , to view published reports , you need to be logged into SN. The report created was using "is dynamic " filter and the users were clicking on the link directly with out being logged into SN and hence they were receiving the error  "Security constrains prevent access to requested page."

Looks fine once logged in.

 

Thank you Jaspal for the info shared.

Good to know it worked. Kindly close the thread by marking appropriate answer correct so that it does not appear in unanswered list & help future readers.