Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
User Permissions
suma
hi all,
While seeing reports from iserver ,we are getting one option to modify the reports.how could i avoid this???
is it possible to create user who can only see the reports..
Thanks,
Suma
Find more posts tagged with
Comments
rmurphy
Hi Suma,
Are you working with iServer Express version 9 or the Actuate 10 Beta? In v9, you can disable this link by setting the IV_ENABLE_IV context parameter in the web.xml to false. You can find the web.xml in C:Program FilesActuate9iServerservletcontaineriportalWEB-INF assuming a default installation on Windows.
You can also control this based on a role applied to a user. To control it based on role, you will define or modify a role in the functionality-level.config file which can be found in the same directory as the web.xml. By default it is enabled for all the out of the box roles, and all users get the Basic level of functionality. You can remove it from any of the roles by removing the InteractiveViewing SubfeatureID. Or, as I mentioned, you can add new roles here and define features and subfeatures.
In version 10, this changes to add more granular control over individual features of the Interactive Viewer. This is controlled in the iv_config.xml
Rob