Creating book mark link

Expects,
I want to create bookmark link in the main dashboard,it should be did manually,but we have bookmark link under the edit dashboard we should not use this,
I have created book mark link already but it is not satisfied to our client,Because if we apply filter in the dashboard the same date should be reflect when we use this book mark link,but it not showing that same result,
it shows only what we have in report before applying the filter.
Please give me the solution for this problem
Thanks,
Raju

I am not sure if you can dynamically change the prompts in the bookmark links. It is possible to pass static prompts in the bookmark link, refer to the link below to understand how to do that:
http://obiee101.blogspot.com/2008/12/obiee-creating-bookmark-and-or-prompted.html
Thanks,
-Amith.

Similar Messages

  • How to remove create book mark link

    Hi Gurus,
    When I am navigating from Rep1 to Rep2 in dashboard I am getting some Create Bookmark link,Refresh links in Rep2 ..how to remove those links?

    Hi ,
    Check the below link.
    How to hide create bookmark link in OBIEE ?
    Thanks,
    Ananth

  • Book marking links

    Dear Friends,
    By using adobe professional i have created book marks and given links to open particular .pdf file, ther same book marks are exis in all the pdf file, My question is if i click on any of book mark link it will open the appropriate file, being in same file if i click on the same link book marks are dis-appearing in abobe reader??? Kindly give us the solution to solve the problem while navigating through adobe reader.

    Disable the option 'Hide After Use' in the navigation panel 'Bookmarks'.

  • Book mark link

    Hi all,
    i have a problem with the bookmark link of reports , i want to use these link in order to give accesses to users to see a report in share point , but the link is not stable after a day when i tray to accesses the link i get an erorr `access denied for user to path `.
    i saw that the Dashboard&_scid in the url bookmark link have change when i generate a new link ,
    HOW CAN I GENERATE A STABLE LINK TO THE REPORT !!!!!
    thanks...

    access denied for user to path /shared/Product & Marketing/_portal/Product & Marketing/dashboard layout.
    Error Details
    Error Codes: O9XNZMXB

  • Is there any way to determine if a link is a book mark or hyperlink in java script

    Is there any way to determine if a link is a book mark or hyperlink in java script
    Sub Problem:
    I am making an array of quads of all the hyperlinks in a document. I would like to automatically skip over all the bookmarks in the starting pages of a document and just get the links of the hyperlinks.
    Now I have to manually set the pages that contain bookmarks so they are not included in the array.
    Is there any way to determine if a link is a book mark or hyperlink in java script?
    It would help automate the conversion I need below
    John
    Main Problem:
    I have been working on converting a set of pdf files with 1000’s of hyperlinks like www.site.com\folder1\file1.pdf#page=10
    To jump to a local copy of the files with a relative type link
    ../folder1/file1.pdf and then go to the proper page.
    I have found that it can be done manually by changing the hyperlink to a javascript
    var otherDoc = app.openDoc('../folder1/file1.pdf', this);otherDoc.pageNum = 10 - 1;
    and setting each destination file with a disclose()=true;
    Based on the help so far that java script cannot access the hyperlink value in a link
    See: http://forums.adobe.com/thread/1039908?tstart=60
    I have resorted to the following plan using acrobat javascript, an external keyboard macro recorder and excel in combination to get around the problem
    Four folder level acrobat javascripts with “buttons”
    One to get all the link quads in an array, in the pdf and report the total number
    The second creates a form field in the far corner of the first page and moves there.
    The third jumps to each link found by creating a form field just to the left of the link and zooms in so it can be selected by a “mouse click” from the keyboard macro recorder 
    The forth deletes the form field
    The keyboard macro recorder runs javascript 2 and then 3 then clicks on the link just to the right of the middle of the screen and uses keys to get to the advanced editing to get to edit the hyperlink .
    The hyperlink is then copied to excel where it is converted using string functions to the needed javascript text to be copied back.
    To the acrobat file into a java script (after deleting the hyperlink)
    Rinse/lather/repeat
    I have been able to convert about 150 links an hour.
    Better then hand typing, but not like having java access to the links.
    I am looking to improve the solution

    thanks for your help.
    I may have been confusing a "acrobat bookmark" and a bookmark in a word file that is converted to a pdf and ends up being a
    link of the type:
    "Go to a page in this document"
    which I do not want in my array vs
    a link of the action type:
    "Open a web link"
    Which I do want
    John
    My code, note how I have to skip pages with "Go to a page in this document" links depending on the document, I would like to use the same code for each document and skip over the "Go to a page in this document" links :
    global.ilinkindex = 1; 
    global.aLinkquads = [ [0, 1, 1, 0, 0],
           [0, 0, 0, 0, 0] ];
    function GetLinkArray()
    global.ilinkindex = 1;
    var iTotalLinks=0;
    // for ( var p = 0; p < this.numPages - 8 ; p++)                   // end before bookmarks for each page of the file x.pdf
    //  for ( var p = 0; p < this.numPages; p++)                     // for each page of the file
    for ( var p = 23; p < this.numPages; p++)                     // start after bookmarks for each page of the file y.pdf
      var cropbox = this.getPageBox("Crop", p);
      var alinksonpage = this.getLinks(p, cropbox);            // get array of links on page
      for ( var ll = 0; ll < alinksonpage.length; ll++)
       var linkquads = alinksonpage[ll].rect;     // get link Quads
       linkquads[4] = p;          // add page number to link Quads array
        global.aLinkquads[global.ilinkindex] = linkquads; // add quads to global link Quads array
        global.ilinkindex++;
    iTotalLinks = global.aLinkquads.length - 1;
    global.ilinkindex = 1;
    app.alert("Number of Links in Document is " + iTotalLinks );

  • Is there a way for not book marking the same link Again and again ?

    When I browse the web i keep book marking stuffs i feel intrested in. But the problem is i may book mark the same page again since i look up to my book marks maybe weeks later. So is there a way to stop this. maybe some think like a pop up menu reminding me i have already book marked this page.
    I would also like to know is there a way to arrange book marks in order. Like the links from same page get organize together. Similar stuffs automatically gets sorted out. any thing like that..?

    You can't avoid that if you drag a link.<br />
    If you drag a link to a folder then Firefox doesn't check if the link already exists as this is a way to have multiple copies of a bookmark in addition on to a copy/paste.<br />
    To avoid having multiple bookmarks of the same link you would have to click the star on the location bar twice to bookmark the link and subsequently open the Edit This Bookmark dialog.

  • Can I Create A Symbolic Link to folders stored on an SMB Share folder?

    Hello,
    I am very new to Unix and was hoping that someone could point me in the right direction with regards to Symbolic links and an SMB share folder ....
    Have purchased an ext. LAN Drive enclosure (http://www.macpower.com.tw/products/hdd3/pleiades/pd_usblan) which connects to my wireless router via ethernet like my G5 (main Mac) - our iBook connects via Airport. I have copied all my general documents/files to the SMB share folder on the ext. drive so that I can access them from the G5 and also the iBook.
    However I'd also like to be able to store my actual Mail folder (/Users/Mark/Library/Mail/), , Safari folder (/Users/Mark/Library/Safari) + my Address Book and other folders sitting in the Application Support folder on my SMB share so all important docs/folders are in the one place. I've tried storing these folders on the SMB share and putting an Alias to these back in Users/Mark/Library/Mail etc but of course an Alias doesn't work.
    Question 1: Can I create a symbolic link to these files if these are stored on an SMB share folder? If so, could you please tell me exactly what I'd need to type into Terminal? My SMB Share path is smb://STORAGE-XXXX/MARK
    I have copied my iPhoto library and iTunes library to the SMB share and are working fine.
    Question 2: Is it possible/worth attempting to move my whole home folder to the SMB share folder? Ideally, I'd like to be able to access my Mail from the iBook as well. If I could log into either the G5 or the iBook and access my latest Mail, Address Book and other Application Settings, that would be perfect. Would this be possible?
    Thanks
    Mark.
    Dual 1.8GHz G5 (Rev.B), 2Gig RAM, 9600XT   Mac OS X (10.4)  

    Dear Mark,
    Yes you can. The command to create a link will look something like this:
    $ ln -s thisFolder /Users/mark/thatFolder
    I did this while I was hosting a microsoft based game. This put all of the players into a common directory.
    SMB just resolved the link and everything worked fine.
    However, as I understand it, some other applications do NOT work very well with links. As I have NOT tried it with other applications, I fear I can be of NO help to you in this matter.
    The only way to find out which applications work with links is to try them and see what happens.
    Best of luck,
    Kurt

  • Font Book-marker in Photoshop, Illustrator and Indesign

    I guess we need a book-marker for fonts built-in all adobe softwares, some thing similar to the book markers in chrome or mozilla. Coz every artist working comfortably on adobe tools would not wish to go through all the tons n tons of fonts installed in the local drive. I think it makes things much easier in creating your own list of fonts. Just hovering on the bookmark button/tab and choose the font among your list of font and you are done.   Is there a plugin tool available ?

    This is an open forum with "some" Adobe staff participation, requests at this link
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform for feature requests

  • How to select specific layers as a book mark

    Im making a warehouse blueprint type document where i want to have lighting, emergency exits etc, the bookmark will select specific layers.i follwed this tutorial and got stuck.  http://help.adobe.com/en_US/acrobat/X/pro/using/WS58a04a822e3e50102bd615109794195ff-7c5b.w .html.  where is said Select the Link tool !http://help.adobe.com/en_US/acrobat/X/pro/using/images/AX_AddLink_Md_N.png!, and drag in the document pane to create a link.  i can't see the document pane?  please help

    so its this that im having a problem with 'Associate layer visibility with a link destination', i have a second book mark its got for its action set layer visbauilty, i just need to add the currently selected layers to that book mark please help

  • Book mark settings.........

    Hi all
    where do i set book marking for queries...? how to check whether bookmarks are working fine or not...?  Please let me know
    Regards
    swetha

    Hi Swetha,
    If you want to return to a particular navigational status  of a Web application or an ad-hoc query that has been created on the Web, you can set a bookmark to enable you to recall this navigational status at a later date. The system creates a URL for the bookmark that you can call up at any time.If you save something as a bookmark, you can display the analysis results found on an ad hoc basis.
    Please check the links,
    http://help.sap.com/saphelp_nw04/helpdata/en/2d/ce623c1bb4646ce10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/5d/53213c51febb2be10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/2e/23813b731fd60ee10000000a114084/frameset.htm
    hope this helps..
    Cheers
    Sunil

  • About book marking............?

    HI all
    Is booki marking in BW Queries or Portal.....?
    Regards
    swetha

    Hi Swetha,
    Book Marks are related to Web --> Portal,
    If you want to return to a particular navigational status (that includes the level to which a hierarchy has been expanded) of a Web application or an ad-hoc query that has been created on the Web, you can set a bookmark to enable you to recall this navigational status at a later date. The system creates a URL for the bookmark that you can call up at any time.If you save something as a bookmark, you can display the analysis results found on an ad hoc basis.
    Please check the links,
    http://help.sap.com/saphelp_nw04/helpdata/en/2d/ce623c1bb4646ce10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/5d/53213c51febb2be10000000a11402f/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/2e/23813b731fd60ee10000000a114084/frameset.htm
    hope this helps..
    Thanks,
    Sudhakar

  • Book mark icon in Adhoc query?

    Hi,
    There is an Adhoc query created by the end user.The book mark icon available is not working but the CONTEXT MENU on any of the values is producing the book mark properly.Can just any one help me to find the solution of this?
    Why BOOK MARK ICON is on

    Vasu,
    then there seems to be some issue with your ad-hoc template - was it modified in any way ? that could be causing this issue. If the temnplate was not modified then reactivate the same from business content and check.
    The ad-hoc template depends on your BI version. Which version of BI are you on ?
    Arun

  • Regarding iTunes U courses, would I be able to link to books/sites (like say an amazon hardback book or link to a kindle book they can purchase and download).  Considering that not all books are available on iBooks I'm hoping this is allowed.   Also the p

    Regarding iTunes U courses, would I be able to link to books/sites (like say an amazon hardback book or link to a kindle book they can purchase and download).  Considering that not all books are available on iBooks I'm hoping this is allowed.   Also the possibility on monetizing since amazon gives commission for linking.  
    This question is for both the uncredited (private) courses and the bigger accredited accounts.    I am a  developer trying to learn how to help my area schools and also have some ideas for my own courses.    Obviously keeping within the iTunes U app would be preferred in most cases (to the learning experience) since they can take notes and see them within the app itself.
    If the reply comes from a non-apple employee please let me know (or better yet, link to) where that is clarified.   I would hate to develop something just to later find out it is against the apple iTunes U agreement.

    Fair question
    And, to be even more fair, I have to tell you that I get that every single day. And it's getting worse (or better, depending on how you look at it).
    I always try to let people know it's a long way until you get to a confortable point, a point where you can create something. And that's exactly what I am trying to do, or at least asking how/if I should do it. And then I let them know where to start. That's what I want.
    Thanks.

  • I had a folder that was a part of firefox in the book marks are called Recently Bookmarked. It has now disappeared and i would like to know how to get it back?

    This folder was not one I created, but it appeared to be a part of the bookmark area. It save all recently saved book marks and was called "Recently Bookmarked". I used this feature last night and this morning when I went to use fire fox, it is gone.
    I tried restarting Firefox and it still has not fixed the problem. My question is, How do I get this feature back or how do I create a folder where everything I book mark goes into the folder until I can sort the book marks into the proper folders? thank you for your help

    See:
    *https://support.mozilla.org/kb/Restore+the+default+Smart+Bookmarks+Folders
    * "Recently Bookmarked" is a so called [[Smart Bookmarks folders|Smart Bookmark]] that shows the result of a place query in a list.
    * "Most Visited" and "Recently Bookmarked" and "Recent Tags" are examples of so called [[Smart Bookmarks folders|Smart Bookmarks folders]] and are not real existing folders.
    * Smart folders show a list created by a query of the places.sqlite database that stores bookmarks and history in Firefox.
    * Smart folder lists show a maximum of 10 entries by default.
    * Bookmarks and history items that show up in a smart folder list are stored elsewhere in another folder and any changes made are applied to the real bookmark or history item.

  • Book Mark Icon is not working?

    Hi,
    There is an Adhoc query created by the end user.The book mark icon available is not working but the CONTEXT MENU on any of the values is producing the book mark properly.Can just any one help me to find the solution of this?
    Why BOOK MARK ICON is not working?
    Please correct me if I am wrong.
    Book mark is URL we are getting after the clcking on the EIther on the ICON or context menu option.This URL can be used any where where ever is required.Right?
    But In my case the URL Content is chainging based on the Adhoc query designer.Only characterstics are again and again changing but key figures are original only.
    please help me?

    U mean to say the Book Mark URL created on one system will not work on another system right?
    =>the Book Mark URL created on one system may not work on another system right? in fact in 80% cases it works...
    But what once I execute the query in portal I will be getting an URL.This also can be used as Book mark right?
    =>yes, it can be used,,,
    but the URL generated with the function of the BOOK MARK is only called as Book mark why is it?
    => let me explain this with an example ... there is a BW server physically located in France and can be accessible across all the location wherever project is running. Somebody try to access the Query URL from Gurgaon (one of the project location)which was executed in France may not be run in Gurgaon (Page cant be displayed) because port # in the URL may be blocked in Gurgaon due to security reason,,, this case we have to contact the admin ,they will enable the port..same case i have faced

Maybe you are looking for