Reg:page options in dashboard

hi,
i have followed the link below to remove the page options button in dashboards
http://obiee101.blogspot.com/2009/07/obiee-hide-page-options-button.html
but now i just want to add a link in the place of page options called "edit dashboard" which allows directly to edit dashboard.
how can i do this?
thanks

Hi,
I have developed the below script to replicate the functionality of 'Edit Dashboard...' link. This script can be placed anywhere on the dashboard which would display the 'Edit Dashboard' link and behave like one. Also, the link would be hidden/shown based on the permissions defined for each dashboard.
<!-- Remove these comments surrounding the a href tag
<a href="javascript:void(null) " id="customLink" onClick = "return new_onclick()">Edit Dashboard</a>
-->
<script language="javascript">
var new_onclick = getOnClickContent();
if(getOnClickContent() == "Not Found"){
     document.getElementById("customLink").style.visibility = 'hidden';
}else{
     document.getElementById("customLink").style.visibility = 'visible';
function getOnClickContent(){
     var flag = -1;
     var el = document.getElementsByTagName('a');
     for (var i = 0; i < el.length; i++){
        if(el.innerHTML == "Edit Dashboard..."){
          flag=i;
          break;
     if(flag == -1){
          return "Not Found";
     }else{
          return(el[flag].getAttribute("onClick"));
</script>
To implement this, go to Edit Dashboard and copy paste the above the script in a Text Object. Ensure to check 'Contain HTML Markup' option. That should be it.
I have tested the above code in 10.1.3.4.1 version of OBIEE on IE7 and IE8.
Please test it at your end and let me know in case of any issues.
Hope this helps!!!
Thanks                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • Hide Page Options

    Hi All, I'd like to hide "page options" on dashboard pages for all users except 'Administrator", is there an easy way for that?
    Thanks
    Fiston

    hi..
    First tell me why do you want to do that??
    As of my knowledge, you can't hide Page Options, but you can hide the Edit Dashboard option under Page Options..
    If you want that...
    Go to Catalog Manager and login with appropriate credentials...
    Navigate to particular shared folder under which you have created the dashboard.. then to _Portal* folder...
    Here you can see all the dashboards under that shared folder.
    Select particular dashboard, Right click > Permissions.
    In the left pane, for Everyone mention the permission as Read,
    If already exist then don't change it...
    now go to answers and click on dashboard, go to Page Options..
    You won't find edit dashboard option..

  • How do you hide the Page Options button on dashboards in 11g?

    Hello,
    I would like to hide the "Page Options" button on a dashboard in 11g. I found some examples on how to do it in 10g, and they all talk about editing a file called dashboardtemplates.xml. I can't find this file on my 11g BI server, so I'm assuming the file was part of 10g but not 11g. Has anyone figured out how to hide the "Page Options" button on a dashboard in 11g?
    thanks,
    Scott

    Hi Satya,
    thanks for your reply, but I have a feeling that your solution is for obiee 10g and not for obiee 11g. We are using 11g, and when running Analytics (Answers), I don't see a "Settings" option, but I seem to recall that in 10g there is a "Settings" button/link. Also, I don't understand how your solution answers my question. You describe how to grant "everyone" read permissions on dashboards, but I want to know how to hide the "Page Options" button on dashboards.
    Sincerely,
    Scott

  • Get hit count of a page or a dashboard (usage tracking)

    hi, experts, I found that I can get the query count (using count(*)) from usage tracking.
    but is it possible to get the hit count on a particular tab page or on a particular dashboard? not the query count on a page or a dashboard.
    thank you very much!

    Hi Nicolae,
    I did some digging and I found a few things out.
    Point 1) The OBIEE .dll files are what build up the HTML files based on their code and some "customizable" code in the XML files located in the messages folder of OBIEE (C:\OracleBI\web\msgdb\messages). I say "customizable" with quotes because although these files are editable, it is not supported by Oracle and any upgrade will overwrite your changes. That being said, we cannot change the code in the dll files, so our only other option is to play with the XML files and see if we can inject our script somewhere in their code.
    Point 2) The absolute last message from an XML file is the message that wrote the div with id="idSelsPermissionsDlgDiv". I had to do some grep'ing but I located the file which generated the final DIV. It is the commonuitemplates.xml file line 161. The bad thing is that the particular WebMessage is called multiple times ( I think three times based on my tests) in the building of the HTML. So if you put the code here, it would show up three different times in your HTML. Not ideal :(
    Point 3) The dashboardtemplates.xml document, line 410 is executed about four lines before the final body tag. This WebMessage is only executed once, so it is the closest you can get to the bottom of the page without having a duplicate entry. I recommend you paste the code from google right before the final html tag on line 410.
    Hope this helps!
    -Joe

  • Download options for dashboard level

    Hi ,
    how to get download option at entire page in dashboard.
    Regards,
    Malli

    Hi,
    Page Option -->Print-->Printable HTML --> save it as html and then open as xls format . this will download entire page reports into execel , PDF,HTML driect download.
    Thanks
    Deva

  • Blank page is getting displayed in SAPScript when using NEW-PAGE option.

    Hello Experts,
    We have created a customized SAPScript and in this separate Script is generated based on the currency(WAERS).
    So if we have 3 different currencies, then 3 pages will be created with there details, but we are using NEW-PAGE option in
    MAIN window to separate the pages and after 3rd page it is displaying 4th page also with footer details.
    So how can we avoid last blank page which is getting displayed?

    Hi isha.walia ,
       This issue can be solved by two ways. Please take the one which suits you better.
    Solution 1: If  you need to generate separate prints for different currencies.
    In the driver program, build an internal table for different currencies which needed to be printed. (Using delete adjacent duplicates, build the internal table with exact number of currencies to be printed). Remove the NEW-PAGE option and call the script/form inside the loop. Do the necessary conditions to manipulate the print.
    Advantages of above solution: Better control on spools if needed.
    Solution 2:  Get the count of the number of pages in a variable. Inside the print loop, increment a flag counter. Check it against the variable which contains the number of pages to be printed at the end of each page. Exit the loop when the number of pages to be printed is reached.
    Advantage of above solution: Simple to write the program.
    Thanks and Regards
    Raghesh R S

  • Problem with Page Options in Print Module

    Ltr 5  I chose to print photo info on the bottom of my print.  Chose Page Options and after the photo printed the writing on the bottom was backwards?

    Upside down and backwards? Were you using the identity plate to do this?  Make sure the option next to the identity plate checkbox says 0 ( no rotation)

  • Print Module - Page Panel: Page options & Photo Info lost

    In the print module there are only 4 features left now in my final release version of LR3:
    1. Page Background colour
    2. Identity Plate
    3. Watermarking
    4. Cut Guides.
    Victoria Bampton described also the features with a screenshot of LR3b2 in her "Missing FAQ-Rough Cut" (page 366):
    4. cut guides did not exist, but instead Page options with tick boxes, then 5. Photo Info drop down box, then 6. Font Size.
    What has happened?
    How do I cover the following use case: Create an invitation with photos and own free text about date/time/venue?
    Please don't answer "export a jpg from Lightroom and then use MS Word or some other editor".
    From the beta phase I got the impression that creating such a pdf should be possible directly from Lightroom.

    How do I cover the following use case: Create an invitation with photos and own free text about date/time/venue?
    Lightroom's text layout features might not be as powerful as you might thought. You're option are:
    Use a custom Identity plate to add some static text or graphic anywhere on the page.
    Use watermarking to add some static text or graphic anywhere on the photo.
    Use Photo Info to add some metadata, such as IPTC location or capture time, somewhere around your photo.

  • ATA190: Web GUI page options are greyed out

    ATA190: Web GUI page options are greyed out and device failed registration to CM 10.5
      do anyone have a resolution o this issue?

    Options Greyed out issue can be due to the below Bug, which is listed as just cosmetic:
    ATA190: Web GUI page options are greyed out
    CSCur53864
    Description
    Symptom:
    ATA190: Web GUI page options are greyed out.
    Most of the options in the Web GUI of the ATA 190 are greyed out and cannot be configured. There is no option in CUCM configuration page or the ATA190 Web GUI to unlock the configuration options.
    Here is a list of a few of the pages that are greyed out and do not allow any editing:
    Network Setup > Basic Setup > Internet Settings
    Network Setup > Basic Setup > Time Settings
    Network Setup > Advanced Settings > VLAN
    Network Setup > Advanced Settings > CDP & LLDP
    Administration> Log > Log Module
    Administration> Log > Log Setting
    Administration> Log > Log Viewer
    Conditions:
    ATA 190 Devices running firmware version running 1.1.0 (006)
    Workaround:
    These options are not configurable and are supposed to be view only. The issue is cosmetic.
    Most of the Configurable settings are available under the Voice Menu and Administrative Menu.
    -Terry
    Please rate all helpful posts

  • I've developed the problem that when I click on something I get a dialog box with a mess of stuff such as: Back,re;oad page ,Open in dashboard ,print page, etc. It's quite annoying!

    I have a problem that when I click on something I get a dialog box with Back,Reload page, Open in Dashboard,View Source Save page as ETC. I don't get the normal or expected respose to a simple "click". Another problem. For some reason the back and forth arrows it the tool bar of Safari have shifted from the upper left hand cornor to the uuuer rihht hand cornor.

    Something is seriously wrong then.  Did you move it?  There are several Library folders.  One of them should be inside your HOME folder.
    If WZZZ suggestion does not work, re-install your OS by using Mac OS X 10.6.8 Update Combo.  When done, repair permissions and restart your computer.

  • Rows Per Page option in Pivot view.

    Hi,
    If our report is returning more no of rows and if it is in table view , we have and option in table edit view "Rows per page". Do we have same "Rows per page" option available in Pivot table view.Because i have a report which is returning more than 150 rows and i want only 10 rows to be displayed and then scroll.
    Regards,
    Som.

    Currently, we do not have that for Pivot tables. You can use another approach to show the pagination. I have an example here http://oraclebizint.wordpress.com/2008/01/17/oracle-bi-101332-pagination-in-pivot-tables/.
    Thanks,
    Venkat
    http://oraclebizint.wordpress.com

  • The main part of the safari page is grey and won't respond/can't type in any commands.  I can move back through the previous pages, and even open new ones via the URL, but can't get onto the main part of the page and I can't get onto the 9 page option. !?

    The main part of the safari page is grey and won't respond/can't type in any commands.  I can move back through the previous pages, and even open new ones via the URL, but can't get onto the main part of the page and I can't get onto the 9 page option. !?
    Help, please.

    Try clearing Safari's cache : Settings > Safari > Clear Cache (and Clear History)
    If that doesn't work then try closing Safari completely and then re-open it : from the home screen (i.e. not with Safari 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Safari app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    A third option is a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Add a link to page option with flash animations??

    Hello, I see that you have an option for images if you insert an image, you have a link to html page option
    But if you insert a flash animation , there is no link option?
    as some research i have found that I have to do it i flash itself.
    Why did you not create a link option for flash animations? as you have with images, a link option would be great for flash animations also
    Is there a code I can do in dreamweaver to link flash animations to a page.
    thanks, I dont know why dreamweaver flash animations does not have a link option? please put it in next release
    thanks

    flash animations not visible on phone devices ? i see flash animations fine from my phone
    Don't know what phone you use or if what you're seeing is actually Flash, but Apple iDevices don't support Flash.  Never have and never will.
         http://www.apple.com/hotnews/thoughts-on-flash/
    Adobe has stopped further Flash development for mobile devices in favor of HTML5, CSS3 & JavaScript.  See Adobe Edge Preview. 
         http://labs.adobe.com/technologies/edge/
    Finally, from where I sit, Flash is a fading web technology.  But if it floats your boat, feel free to make a feature request.
         Adobe Feature Request Form
         https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    Good luck with your project!
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/

  • When I open iWeb it does not "Highlight" the New site or new page options. It ahs had this issue for over a year! I have tried uninstalling and re-installing it. What do I do? It opens the tutorial video, then when you close it, nothing else is clickable.

    When I open iWeb it does not "Highlight" the New site or new page options. It has had this issue for over a year! I have tried uninstalling and re-installing it. What do I do? It opens the tutorial video, then when you close it, nothing else is clickable.

    Open iPhoto, select a couple of photos and use the Share ➙ iWeb ➙ Photo page menu option.  That has jump started iWeb for others.  I could take a couple of tries.
    If that doesn't work try the following:
    1 - delete the iWeb preference file, com.apple.iiWeb.plist, that resides in your
         User/Home()/Library/ Preferences folder.
    2 - delete iWeb's cache file, Cache.db, that is located in your
         User/Home()/Library/Caches/com.apple.iWeb folder. 
    Click to view full size
    3 - launch iWeb and try again.
    OT

  • Go URL to a specific page in the dashboard

    Hi
    I am trying to use the GO Url to navigate from one page to another page in the dashboard based on the conditions. However I am not able to use GO URL to navigate to a specific page in the dashboard. Any idea how i can use GO URL to navigate to a specific page in the dashboard.
    thanks
    raj

    Use Navigation instead of drill down. In the Column Format tab of Column Properties in Answers, click on the Value Interaction drop down and select Navigate. Choose the destination report. (It doesn't matter what Subject Area the destination report was based on.)
    In the appropriate column of the destination report, add a filter set to "is prompted." Now when the user clicks on the value, he/she will be taken to the destination report filtered on the value clicked on by the user.
    HTH...

Maybe you are looking for

  • Problem in displaying reciept no: in Script

    Hi Experts,   I have developed a script for cash receipt based on the document number. In  this script I have a column for Receipt No  (which is same as serial no:) This script / form  is based on document number and I have to display the reciept  no

  • Upgraded to new iOS 8.0.2

    Upgraded to new iOS & iPad keeps freezing, several minutes at a time. Before upgrade I never had even 1 issue with the iPad. Need some solutions for this very irritating & time consuming problem.

  • What can I do with .emlx stuff ?

    Hello everyone, Someone gave me some of the administrative messages he received : he simply gave me the folder that he took in his Library/Mail/Mailboxes folder. This folder contains new folder, essentially filled with ".emlx" files and some stuff li

  • Illustrator cs4 error: Can't open the illustration. Can't print the illustration.

    Disk full error has occurred while it is printing. Has anyone else experienced this? I am running Illustrator CS4 on a Mac Snow Leopard. The error occurs when attemping to open any eps file on my computer, which are ALL of my Illustrator files, sigh.

  • Wave file questi

    hi i recorded a casssette tape using wave files with the record wizard.i added the song titles to each file.i then imported the songs into the organizer so i could made a copy of them to a cd.the only problem is the song titles-there arent any.i coul