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 |
what is data stream and data adaopter is it same r different? tell me?
How to generate a report by getting values from two reports. The generated report should contain the 5 values of first report and last 5 values of second report?
i have one question? i generated one report design time i can color green. at run i want bule how to change dynamically? and which method i can over write?
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 the difference between -using Group by in the SQL of the report -having a Group section in the report
How can i make use of Multiple Input Filter, the case is, i have two Datasources with different queries with a common field. i need the merge set in datarow of MultipleInputFilter. how can i make it.? please provide with clear example i'm new to actuate. thanks in advance.
how to implement the parallel report
What is report bursting?
How do we have left -right flow , normally its top-down flow
Connecting to iserver volume using idapi classes(java classes) and after connecting to iserver I want to execute the rox on iserver and also want know the status whether that job is succesfully run or not?
WHERE WE USED JAVA CONCEPTS IN ACTUATE?
Explain difference between onrow and onread method?