Disable BI Publisher options on dashboard

Hello
Anyone know how to disable some of the options that appear when a BI Publisher report is added to a dashboard. I want to be able to keep "view", "send","analyze" and the templates but lose "Schedule" and "Export".
Can't see anything obvious in the admin options.
Thanks
Ian

Thanks for the reply. I tried as you mentioned
remove the following
resourceType=oracle.bi.publisher.permission,resourceName=oracle.bi.publisher.developReport
resourceType=oracle.bi.publisher.permission,resourceName=oracle.bi.publisher.developDataModel
Now BIAuthor Role is not able to build Analysis and BIP Reports. I want BIAuthors to build Analyses.
--Joe                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Similar Messages

  • Disable Edit Report Option from SharePoint 2013 PowerView Dasboard

    Hi All,
    I have PowerView Dashboard in Sharepoint 2013, In a Preview Bar there are three options i.e. File, Edit Report, Full Screen.
    The requirement is disable only Edit Report Option from preview bar not all.
    Please help me if there is any possibility for the same.

    Hi,
    Based on your description, you want to disable the edit report option from SharePoint 2013 PowerView Dasboard.
    There is a workaround:
    You can change the permission of the report. You should upload the report to a SharePoint library and set a user have read-only permission of the report. When the user open the report and save the changes, it will have error. The user cannot edit the report.
    The article below is about change the report permission in order to disable the edit option.
    http://parasdoshi.com/2013/10/30/a-note-about-edit-report-button-seen-on-power-view-in-sharepoint/
    Best regards
    Sara Fan
    TechNet Community Support

  • How do I enable flash and java on firefox23 as I have the latest versions installed yet the plugin page shows "disabled" with no option to enable

    I have updated to Firefox 23 and it disabled my Java and Flash plugins. I then updated these to Flash 11.8.800.94 and Java to Version 7 Update 25. Now these are showing up on the plug in page but are showing "disabled" with no option to enable. How do I enable them to view content on the web.

    Thanks Philipp but i have already done that and the content started working...
    However, when i closed and restarted the browser it returned back to the same settings...
    I dont think that should happen, but anyway thank you for the solution. At least I can use it by resetting the values if need be
    Appreciate your help

  • How can i unlock my ipod touch? It is just saying disabled with no option to reset password???

    How can i unlock my ipod touch if the screen keeps saying "ipod is disabled" with no option to enter my password???

    How do I unlock my disabled ipod touch?

  • How do I disable the TTY option on my i phone (Version 5.1.1.)

    How do I disable the TTY Option on my I phone 4 (Version 5.1.1.)

    The only time that setting should not appear is if there is a sim in your phone from a non-supported iPhone carrier. Then, TTY can be turned on by default. So, try this:
    Settings>General>Reset>Reset All Settings.
    That should get rid of the icon regardless.

  • How to disable save as option in forefox when we right click on the image?

    Hi Folks,
    Can somebody help to disable save as option when i right click on the image which is showing in the browser.

    Hi,
    '''sorry,it is impossible by code'''
    you can use addons.
    or
    you can disable while developing webpage using:
    <script language="javascript">
    document.onmousedown=disableclick;
    status="Right Click Disabled";
    Function disableclick(event)
    if(event.button==2)
    alert(status);
    return false;
    </script>
    Regards
    '''Deepak Krishnan'''

  • Understanding the Publish options in Frame 12

    My book saves to pdf and displays just fine.
    Publish to ePub produces an epub with several chapters out of order.
    In the Publish pod, select Settings
    If the Output Style is selected, this is what appears
    WHERE do these styles come from?
    Note on the left are the paragraph tags from the current document. Where do I find the style choices from the "Output Style" pick box? How do I modify them?
    P.S. THIS is exactly why I thought I had to use structured Framemaker because I thought that was the only way to tell Frame how to connect.
    P.P.S. If there’s somewhere to go to read details about how to use Framemaker 12’s Publish options, please provide a link.

    What you’re seeing is a version of the RH Conversion Settings screen – this is where you tell the “engine” how to take that FM content & bust it up (Pagination), whether to bring it over to your output or not (Exclude), how lists are to be treated (Autonumber options), what the resulting styles will look like in the output (the Output Style field). You can let it take its best guess at mapping all your FM paragraph and character tags into (internal RH) styles by using the Automap setting (that was new in RH10’s guts), but you probably won’t be happy with how it comes out. The same is true of the Source option – it just takes its best guess at each mapping. What the field doesn’t tell you is that you can type overtop of it and use your “familiar” FM building blocks – I often use “<$paratext>” to map the paragraph tag text across (especially for xrefs that are like “see xx on page yy” which make no sense in WebHelp output). There are also other ways of running your FM content through to achieve what you want – check out Matt Sullivan’s blog for FM to RH integrations.
    I’d recommend Willam van Weelden’s site for help with ePUB outputs (wvanweelden.eu) and Peter Grainge’s super site – grainge.org.

  • Publish Options for Decision Paths?

    Hello! I'm currently using UPK 11, and I have several topics that have multiple decision frames. I've been using alternate decision paths frames to show alternate ways of performing operations in my application, and it seems to be going well for when users access the content through the player package. However, when I want to provide a job aid (or other document), I would like to show them the quickest way to perform the operation (or at least the one with the fewest steps) - the document can get long with all the decision paths.
    Is there a publish option available to publish only the primary decision paths throughout the topic?

    When you are publishing, there is a checkbox for include alternatives in the options. If you uncheck that I think it will give you the results you are looking for.

  • How i can ristrict my BI Publisher report in Dashboards.

    Dear All,
    How i can ristrict my BI Publisher report in Dashboards.
    I have different branches in my report .
    I have to send my report split by branches and have to give security to that branch user.
    Is it posible in BIP or i have to do in Data Base Level.
    I need more information on dashboards
    Regards
    Subbu..

    Hi Subbu,
    Apology for delay in reading your post.
    Your needs and their solution are,
    'split by branches ' - use bursting capability of BI Publisher
    'have to give security to that branch user' - make out the report in specific folder and dashboard in BI Dashboard. Then give role based and grouped access to users to this Dashboard. For this navigate in BI Application to Settings > Admin > Manage Presentation Catalog. here you can setup dashboard specific security.
    Cheers

  • HOW TO DISABLE THE SAVEAS OPTION OF A BROWSER?

    Hi all,
    Nice to be back again folks.....
    Well I need to develop an Applet (perhaps even a swing) which when loaded by any browser would disable the SaveAs option of the browser's File menu.
    I tried using the Frame class of java.awt package, the code is:
    import java.awt.*;
    import java.applet.*;
    public class WinAppl extends Applet
    int mc;
    String str="NO OF MENUS: ";
    Font fnt=new Font("Arial",Font.BOLD,12);
    MenuBar mb;
    Frame frame=new Frame("SNODX");
    Window window;
    public void init()
    frame.setBackground(Color.red);
    frame.setForeground(Color.black);
    this.setFont(fnt);
    mb=frame.getMenuBar();
    if(mb!=null)
    mc=mb.getMenuCount();
    str+=mc;
    else
    str+="ZERO";
    public void paint(Graphics g)
    g.drawString(str,50,50);
    but when this applet is loaded ALL the menus of the browser disappear .i.e when this frame applet is loaded by the browser only the title bar of the browser and a red colored window appear, no menus. I dont want all the menus to be hidden, just the SaveAs option of Browser's File Menu to be disabled.
    Thanks in advance.
    True to my nature I am posting this question in some of the other Java forums as well. And as usual sorry for the multiple postings.
    snodx

    Applets usually have absolutely no control over the browser they are running in (with the exception of loading other web pages and other very high level stuff). You won't be able to write an applet that disables entries in the menu bar. And even if you could it wouldn't really help you because most browsers write everything they download to disc (to the cache) where it can be recovered by anybode.
    Last but not least: there are lots of tools for mirroring web sites that will allow users to download and save anything that is accessible for browsers.
    However, you may be able to disable the menu bar and perhaps even change entries in some browsers like ie by activeX controls or javascript. Still this is not a very friendly way for a website to behave...

  • Defined Named Ranges Not Showing in Publish Options

    Greetings,
    First off I have:
    - 1 workbook with:
      - 10 worksheets with data transpoosed in different manners
      - 7 worksheets with charts and named ranges for each worksheet
    The 5 chart worksheets have charts based on data directly from the 5 data worksheets. Each chart worksheet contains about 5 uniques charts.
    There are separate named ranges defined within each chart worksheet that should encompass each of the different groups of charts on their respective worksheet. The probem I am having is that of the 7 named ranges I have defined only 4 of them show in the
    Publish Options when I try to Save & Send the workbook tyo SharePoint. There isn't anything special about the 4 named ranges that show nor is there anything special about the named ranges that don't show.  I have tried many different things to
    get the named ranges to appear but they won't. I can publish all of the graphs withing the named ranges individually but that's not an ideal way to maintain them going forward. Any ideas on where to look to see why the named ranges are being excluded?
    TIA,
    MP
    I have been able to define named ranges for
    I am having an isssue where I hav

    Today, I tried it again and now I could see the Name range under Browser View Options list, this is my step as below:
    1. Type the value in Cell A1 to B4. (Same as the screenshot as the last reply)
    2. Directly type Test in Name Box.
    3. Go to File > Info > Browser View options > Items in the Workbook.
    Now the Name is appearing.
    But when we define a name to a blank range, we would not see the Name in the Browser View options anymore. Try in your site.
    By the way, My using version is Office 36 ProPlus, version 15.0.4551.1005.
    Cheers,
    Tony Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please contact
    [email protected]

  • Disable Refresh menu option on Page Title Bar

    Hi,
    We have a TLN node that opens an iview in a new window. Therefore nothing is displayed in the portal page. However the Page Title Bar menu still has all the options (Open in New Window, Refresh, Details etc.) and if a user selects Refresh, it throws a portal runtime error (iView not found: .default). How can I disable the menu options for this iview? I have tried setting the Show Refresh etc. parameters to No but it didn't work - I assume because the iview isn't being opened in the portal page.
    Many thanks
    Jane

    hi
    the iview you need to explore is page title bar i view in default framework page available in  portal standard user  directory in portal content.In this context i would like to suggest a solution why don,t you creat a default framework page just copy it in your folder  and open it and disable all checkboxes associated to page title bar and save after that go on to create a deskttop in portal display in system configuration and add your framework page and theme from themes in portal content and then add a rule to the main rule in super administrators  folder which will for role of the user will display onle that desktop.i have illustrated the concept of branding if you want to avoid codeing or command groups which is long approach.hope this helps youplease do not forget to give points
    with regards
    subrato kundu

  • How to disable the select options button, while audio is playing in the question template in captivate 8?

    How to disable the select options button, while audio is playing in the question template in captivate 8?

    Apologies for late reply.
    I mean "On Question screens audio keeps on playing even after we have selected an option or options depending on the question type and clicked Submit. How do we stop the audio on selecting an option?"

  • How do i enable/disable call waiting option in iphone5

    How to enable/disable call waiting option in iphone5. setting --> phone does not show up call waiting / call forwarding options

    I've gone through your message completely, if you do not have the Call Waiting option under Settings > iPhone it means your carrier does not let you access that feature on the phone. Contact them and see if they have dialing codes to turn it off and back on.

  • Mountain Lion Calendar is stripped of Publish options?

    Here is my issue:
    I have Outlook 2011 and it will only sync it's calendar with an On My Mac calendar.
    10.7 (Lion) version of iCal only supported publishing to MobileMe or a private server. That's no good for me.
    So I upgraded to 10.8 hoping the new Calendar would feature publishing to iCloud. Nope.
    In fact the only publishing option for On My Mac calendars in 10.8 is a private server.
    I created an account with a server (fruux.com) but it still doesn't work.
    How can I sync my On My Mac calendar with Google or any other private server... or iCloud?
    Help please!

    Outlook 2011 is not compatible with Cloud services unless they are Microsoft cloud services (Exchange) This is Microsofts choice.
    Check with Google whether they have a utility that works around MS's limitations.
    I would use something other than Outlook if I wanted to use iCloud or other Cloud services, Mail, Contacts and Calendars are compatible, and they are on your Mac.
    One user claims to have found a workaround to use Google, reprinted below.
    I finally found a work around to synchronize Outlook 2011 with Google Calendar!
    First I set up Sync Services to sync my Outlook 2011 calendar to iCal calendar. I make sure that I have all the categories that I want to have in my Outlook and create some event for each category so that it gets created in the iCal calendar as well.
    Then I downloaded this software called "Spanning Sync 3", installed it and set it up with my Google account (Spanning Sync is a paid software with a 15 day trial if you want to try it first). After that, I can do the setup for syncing the iCal with the Google Calendar by mapping the categories in iCal to the categories in the Google account.
    What happens is that when you create, modify or delete an event in Outlook, this event gets synced to iCal which in turn gets picked up by Spanning Sync and syncs to Google Calendar. Similarly, any changes in Google Calendar gets synced to iCal via Spanning Sync which in turn gets synced back to Outlook. This solution does not involve CalDAV to sync to Google Calendar.
    Hope this will help someone else out there

Maybe you are looking for

  • ALV report for 5 Grids using Objects and Method

    I have few questions in ALV 5Grids ,could you please correct me in the following program logic... Using this program logic i am able to generate the five Grids and able to populate Header details from VBAK into Grid1,If you click in the Grid 1 and it

  • Saving & Desktop Icon

    Hi, I just started playing with webservers and jnlp/JWS for a beta project that I'm working on. I am on a Linux RH7 box, jdk 1.3 & running Apache (latest stable version). I can get the app to launch with out a problem but I can't get a desktop icon o

  • Why am I only seeing 3 choices on my netflix ?

    I'm only seeing limited choices now, it was working fine an hour ago while I was watching lost season three, I get off to watch a horror movie on instant and see only three choices, sign out, instant q and search, what happened? Anyone know?

  • I can't find my installed files in my application folder

    when i try to install something, my computer says it is installed and when i try to find the installed application i can't find it anywhere. It's not in my application folder but it has some stuff in de application support folder. tried to google it

  • Failed to initialise the dbms

    Hi all, We had installed SRM ( both abap and java stack),MDM .It is working fine. when we try to mount the SQL datbase to the console we are getting the error Failed to initialise the dbms. all database, and all application server installed on the sa