If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Enabling Save Report Option for Non-Admin Users

Started by DRL, 07 Feb 2011 02:36:00 PM

Previous topic - Next topic

DRL

Hi,

I had modified the system.xml file for non-admin users to hide bunch of icons and capabilities. After making the changes, I see that "save report" option under Keep this version is gone. I have since commented out various ui_hide parameters from system.xml file and am not able to bring that functionality back. The user also has write permission on the public folder and pacakge level. Here is the snippet of the code that I had added initially.
and then commented out the keep this version and save as options in the anticipation that the user will see the "save report" option on the report.

Any help will be greatly appreciated.

<param name="ui_hide">
               <RV_TOOLBAR_BUTTONS_SAVE show="Administrators"/>
               <!--  <RV_TOOLBAR_BUTTONS_SAVEAS show="Administrators"/> -->
                <RV_TOOLBAR_BUTTONS_SEND show="Administrators"/>
                <RV_TOOLBAR_BUTTONS_HISTORY show="Administrators"/>
                <RV_TOOLBAR_BUTTONS_DRILLDOWN show="Administrators"/>
                <RV_TOOLBAR_BUTTONS_DRILLUP show="Administrators"/>
                <RV_TOOLBAR_BUTTONS_GOTO show="Administrators"/>
                <RV_TOOLBAR_BUTTONS_ADD_THIS_REPORT show="Administrators"/>
                <RV_TOOLBAR_BUTTONS_ADD_TO_MY_BOOKMARKS show="Administrators"/>
                <RV_TOOLBAR_BUTTONS_ADD_TO_MY_FOLDERS show="Administrators"/>
             <!--   <RV_TOOLBAR_BUTTONS_KEEP_THIS_VERSION show="Administrators"/> -->

   
      <CRN_HEADER show="Administrators"/>
      <CRN_HEADER_TITLE show="Administrators"/>
      <CRN_HEADER_OPTIONS show="Administrators"/>
      <CRN_HEADER_LAUNCH show="Administrators"/>
      <CRN_HEADER_SEARCH show="Administrators"/>
      <CRN_HEADER_PERSONAL show="Administrators"/>
      <CRN_HEADER_PERSONAL_subscriptions show="Administrators"/>
      <CRN_HEADER_PERSONAL_preferences show="Administrators"/>
      <CRN_HEADER_PERSONAL_activities show="Administrators"/>
      <CRN_HEADER_HELP show="Administrators"/>
      <CRN_HEADER_HELP_quickTour show="Administrators"/>
      <CRN_HEADER_HELP_getStarted show="Administrators"/>
      <CRN_HEADER_HELP_moreDocs show="Administrators"/>
      <CRN_HEADER_HELP_companyWebsite show="Administrators"/>
      <CRN_HEADER_HELP_welcome show="Administrators"/>
      <CRN_HEADER_HELP_about show="Administrators"/>
      <CRN_HEADER_HOME_setHome show="Administrators"/>
      <CRN_HEADER_OPTIONS_rs show="Administrators"/>
      <CRN_HEADER_OPTIONS_qs show="Administrators"/>
      <CRN_HEADER_OPTIONS_mm show="Administrators"/>
      <CRN_HEADER_OPTIONS_es show="Administrators"/>
      <CRN_HEADER_OPTIONS_as show="Administrators"/>
      <CC_HEADER_MENU_preferences show="Administrators"/>
      <CC_VIEW_TOOLS_preferences show="Administrators"/>
      <CC_TOOLBAR_BUTTONS_newjobDefinition show="Administrators"/>
      <CC_TOOLBAR_BUTTONS_newURL show="Administrators"/>
      <CC_TOOLBAR_BUTTONS_cut show="Administrators"/>
      <CC_TOOLBAR_BUTTONS_delete show="Administrators"/>
      
        </param>


Thanks,
DRL