What is page level security?
Answers were Sorted based on User's Feedback
Answer / jitendra pal
A report developer can use page-level security to determine
user access to specific pages of an Actuate basic report.
Using page level security, a report developer can create a
report having security rules that control which pages a
user can view. To view a report that uses page-level
security, a user must have secure read privilege on the
report.
Page level security options :- Read, Write, Secure Read,
Visible, delete.
Thanks-
| Is This Answer Correct ? | 7 Yes | 1 No |
It is a security to a report page at the User level.In PLS,
user can able to see only those pages to which he has given
a privelege to access.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / naveen
Page level security, as the name suggests the security is
given to each individual page. Security keys are alpha
numeric string which are generated dynamically by using
custom code or can be hardcoded in the property. In actuate
iserver if an user has the secureread previlage then he can
only able to view the pages whose security keys are
assigned to him.
| Is This Answer Correct ? | 1 Yes | 1 No |
HOW TO DEBUGGING A REPORT?
We had a number of reports scheduled to run at various times. This worked fine for at least a year, now it is the second time round we lost all the scheduled jobs, with no apparent reason we can find. Any ideas?
What is AFC? Where we Use AFC in Actuate?
Can we define global methods in a report?
What is afc?
which cmponent has onRead method and what it is used for?
Hi, we had a number of reports scheduled to run at various times. This worked fine for at least a year, now it is the second time round we lost all the scheduled jobs, with no apparent reason we can find. Any ideas.
how to implement the parallel report
How to do performance tunning of reports?
How to set Parameter in Script data source?
what will we have to do if we want to generate an existing report in different language for different countries??
What is the difference between -using Group by in the SQL of the report -having a Group section in the report