Webi - WEbi Linking / Parent - Child / openDocument

Hi Gurus,
I am on BOE XI R3.1.
Datasource is SAP BW query
CMS: Oracle
In Webi, I have created two different Webi documents (reportA, reportB) on the same universe.
I would like to link these two Webi reports.
What I am looking for is, when I select dimension object "Location" in reportA, it should display the corresponding values for that particular "Location" in reportB.
So, I am trying to use the openDocument functionality here.
In Infoview, I opened reportA in the Webi Edit Mode >  right clicked on the dimension object ("Location") > Hyperlinks > New Hyperlink >
There I am trying to insert this below condition and it has some missing pieces to it:
http://<Server Name>:<port Number>/OpenDocument/opendoc/openDocument.jsp?sDocName=reportB&sDocType=wid&sOpen=Y&sRefresh=Y&lsM
I am not able to parse the above Hyperlink. Please let me know what do I need to include/change.
Thank you,
Dev

Just use a format like this:
http://<Server Name>:<port Number>/OpenDocument/opendoc/openDocument.jsp?sDocName=reportB&sType=wid&sRefresh=Y
&lsMObjectName=[test1],[test2]
Here in lsM[ObjectName] parameter [ObjectName] = the object name which you want to send data to ReportB
I can give you a idea of creating hyperlink for jumping another report (Here ReportB)
Just use  a formula like that in any cell:
="<a href=http://<Server Name>:<port Number>/OpenDocument/opendoc/openDocument.jsp?sDocName=reportB&sType=wid&sRefresh=Y&lsMObjectName=[test1],[test2]&sWIndow=New> Click here to view </a>
Now from the property select Read cell content as "Hyperlink"...
thats it......
For more information please see the
"OpenDocument" artile
Hope you can  get help from this
Edited by: Arif Arifuzzaman on Aug 20, 2009 7:24 AM

Similar Messages

  • Service Manager Incidents - Automatically Linked Parent Child

    Hi Team
    i'm looking for a solution using Orchestrator or using Powershell to be able to validate Incident Title, Search for any existing duplicates and then link them together in a Parent, Child relationship. 
    once it's Parent/Child engineers can solve parent issue which will auto-close all child incidents. 

    Hi WS12R2,
    Are you looking for such workflow to detect the same incident Title?
    Ex:
    IR1: can't open Internet
    IR2: can't open internet
    Regards
    Antoine AL Ibry

  • Is it possible to send the Pdf format of WebI linking report through email?

    Hi All,
    I have created linking between 2 WebI reports through OpenDocument. I can schedule the parent report and send it to User Email as PDF format, But when the user click the link in parent report its not opening the PDF format of child report after passing the parameter from Parent report. It throws following error.
    Is it possible to send the linked reports(without breaking the functionality of passing the parameter to Child report) to user who don't have access to BO environment? Please help me out.
    User needs to get the Parent PDF report in email, once they click the link it should pass the parameter to child report and the corresponding child report should open in PDF format. (In Infoview "View Mode" i can able to achieve this, how about in Email?).
    Thanks and Regards,
    Tharini Prabhu

    So to achieve my requirement, according to my understanding I have to do the following steps.
    Please correct me if I am wrong.
    1.     Without BO credentials the user can’t able to access the Link and child report created using OpenDoc.
    2. To overcome this I have to create one reserved userid through Admin and assign to all set of Users who will use the Reports.
    3. Have to use Single Sign on function through SDK to avoid the popping window for entering credentials right ?
    I can’t able to find the Sap Note 1326701 in http://www.sapossnotes.com/
    Could you please provide me the details how to implement that?

  • Incorrect URLs in Breadcrumb and Web Links

    Hi BSP Experts,
    I have an issue which I cannot resolve and hope you can help.
    I have copied three pages: prebook.htm, training.htm, trainingtype.htm from the standard LSO application HCM_LEARNING to ZHCM_LEARNING.  Table LSPAGE_ALIAS_C has been updated accordingly.
    However, when I try to navigate back to the catalog. using the breadcrumbs at the top of the page I receive the following error:
    u201CBusiness Server Page (BSP) error
    Calling the BSP page was terminated due to an error.
    The following error text was processed in the system:
    BSP Exception: Das Objekt catalog.htm in der URL /sap(bD1lbiZjPTYwMCZkPW1pbiZwPTMwMTUyJnY9NyUyZTAxMDcmaT0x)/bc/bsp/sap/zhcm_learning/catalog.htm ist nicht gültig.u201D
    I also get a similar error when I try to navigate to a web page (I0061 Web Link) via the u2018links to more informationu2019 section.
    I can see that the system is trying to incorrectly call my bespoke application ZHCM_LEARNING and not the original or parent application HCM_LEARNING.  I did consider copying the whole of the application HCM_LEARNING to ZHCM_LEARNING but this seems to be over kill and probably will not solve the web link issue.  Seem a pretty simply issue but I cannot find the solution u2013 Is there a piece of config. I have missed or incorrectly set?
    I have identified SAP note 0001156488 but the update has already been applied as the sytsem is on release 604.
    Any suggestions gratefully received.
    Kind Regards,
    Darren

    Hey Ravi,
    Thanks for the prompt reply - you have half solved my problem!  I copied the whole application and the breadcrumbs navigation now works but unfortuately I am still getting a similar error with the 'web link'/ 'Links to More Information'.
    Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:
    BSP Exception: Das Objekt www.bbc.co.uk in der URL /sap(bD1lbiZjPTYwMCZkPW1pbiZwPTMwMTUyJnY9NyUyZTAxMDcmaT0x)/bc/bsp/sap/zhcm_learning/www.bbc.co.uk ist nicht gültig.
    Error type:
    Your SAP Business Server Pages Team
    Any help is resolving this issue is great appreciated.
    Cheers,
    Darren
    Edited by: Darren Ridgers on Feb 17, 2011 3:14 AM

  • Urgent!!!  How to pick  a  shape3D and give it a web link!!

    Hi,
    I'm new to java 3D.Can someone teach me how to pick a shape 3D and then give it a web link.
    I'll be delighted if someone send me some sample source code.
    This is urgent!! Please help!!
    Thanks.
    Chanax.

    There is a two part answer to your question:
    1. Detect when the object is picked
    -Detect when a mouse click is generated. When this happens, cast a ray from the mouse position to the scene graph to see if it 'picks' your desired object,
    - Make sure that pick reporting is enabled on ths shape you want picked, and on all nodes that are it's parent. Picking only works if all nodes from the base to the leaf are set to be pickable. More info on picking can be found here: http://java.sun.com/developer/onlineTraining/java3d/j3d_tutorial_ch4.pdf
    2. Launch the web browser (This is not java3d related)
    - Once you have confirmed that your shape was picked, you can open a web browser either using the System.exec() command (not very portable), or you could create a JTextPane and use Java's HTML features to display an HTML page directly. More on this at http://java.sun.com/docs/books/tutorial/uiswing/components/text.html

  • How do I add URI web link with custom tooltip like "CLICK HERE TO UPDATE" instead of URI web link in tooltip.

    How do I add URI web link with custom tooltip like "CLICK HERE TO UPDATE" instead of URI web link in tooltip.

    You've probably found an answer to this by now, but I think this has been addressed in another forum -- The link below suggested using a button and adding the tooltip to the button. 
    https://forums.adobe.com/thread/304974?start=0&tstart=0
    Sounds like it would work but I haven't actually tried it. 
    Good luck~!

  • Web link to pass the parameter to custom web app then update the field

    Hi,
    I have created the web link in service request object to refer Account Object. I want to let user able to select the account from web link then base on the current SR no and account that have created update the record in CRMOD. My question is how to pass the parameter out to my external web app so that they can update my SR correctly?
    Thank you

    Hi Messer,
    I have put in the syntax as below :-
    https://secure-ausomxega.crmondemand.com/OnDemand/user/AssocAccountPopup?mapBC=Service+Request&OACTRL=Account&ophi=PopupNewForm.Account+Id&pfid=PopupNewForm&OMTHD=AssocPopup&OMTGT=PopupSearchList&assocInit=Y&opht=4&OAOBJ=Service+Request&mapField=Account&ophd=PopupNewForm.Account&ophpd=3&disableclear=Y&ophr=AssocAccountPopup&assocval=&ParentType=Edit
    This pop up screen wil let the user to select the account then i will pass the account and the SR to external web app to update back the CRMOD. I am not too sure the above syntax is correct or maybe can you give some example.
    I am new in CRMOD, hope that you can advice on this.
    Thank you,
    SK

  • When I click on a web link and hold down ctrl the page will not open into a new tab, it is just opening in a new window. How do I correct this?

    When I use to hold down the ctrl key and left click on a web link, the page use to open into a new tab. For some reason this is not working anymore. Instead when I hold down the ctrl key and left click on a web link, the link will open into a new window. How do I fix this?

    I figured out how to correct it. Not sure what exactly was happening. But I started into private browsing and then turned it off. It's been working correctly ever since I did private browsing.

  • How to open files from web links in safari

    II can't figure out to get a file downloaded from a web link into numbers, pages, etc.

    Matt-
    I think the App that uses the files must have its own web access to be able to download.  Perhaps another App that has web download capability can act as an intermediary using the "Open In" option.
    One candidate might be GoodReader.  It has some web download and file transfer capability, and does have the Open In option.  However, it apparently must be able to read a file before you can get to the Open In option.
    Another approach is to use iTunes on your computer.  With the iPad connected to the computer, run iTunes and select the iPad under DEVICES.  Click on Apps at the top of the window and scroll down to File Transfer.  If an App appears there, data files can be synced to it by selecting it and dropping the files in a folder in the right hand window.
    Fred

  • Mac won't open pdfs from web links.

    I am running Mac OS  v 10.5.8 and it suddenly stopped displaying PDFs that are opened via web links.  All I see is a grey screen with the file title.pdf at the top, no error message.  Has anyone experienced this or aware of a fix?  Soooooo frustrating.
    Thanks!

    Alternatively, you can select any PDF file from Finder, hit Command-i, or right click on the file and select Get Info.
    From there, change Open With to Safari.
    Then hit the button Change All.
    And done.

  • PDF export with link to document defaulting to "Open a web link" instead of "Open a file"

    I have a MS Access database and I'm trying to export reports to PDF (I have Acrobat XI Pro) that include a hyperlink to another document on the same drive on my computer.  I have tested this with hyperlinked email addresses, and emails export fine to PDF and are still functional, opening a new email in Outlook.  The hyperlinks to documents work fine in MS Access, opening a Word, PDF, or other document when clicked.
    When I export to PDF, the links to documents say, "This document is trying to connect to: file:" and my filepath.  If I say "Allow," the link tries to open in my default web browser, which comes up blank.  I've tested this on other computers in our office too.  When I right-click the link, I have the option to "Open weblink as a new document" -- this opens the document successfully, but won't be very helpful or fast for our staff.  When I examine the link with Tools - Add or Edit Link, I see that the link's action defaulted to "Open a web link" when the PDF was created.  This seems like it should be "Open a file."  To see if "Open a file" would work in theory, I tried creating a test button in a blank PDF and made the "mouse up" action "Open a file" and linked to various documents on my computer.  Each time, the button does not react to being clicked at all, like nothing happened.
    I also tried making a basic Word doc with just the hyperlink to another document.  It works fine in Word, but, when saved as a PDF, the hyperlink does the same behavior-- tries to connect to the web instead of opening the file on the computer.
    I have a lot of experience building Acrobat PDF forms and working in Acrobat, and I'm almost certain I've created links that open another file on the computer in Acrobat before, but I'm out of ideas and an internet search isn't turning up much.  I welcome any suggestions for things to try.  Thank you!

    This is what I currently have, and it attempts to open in a web browser.  Do you know of a setting in Acrobat I might need to change, or any other solution to tell Acrobat to open the "file:" URL as a document, not try to start the web browser?

  • Using web link to call the report by passing the parameter but report blank

    Hi,
    I have using web link to prompt to generate the report(Quotation Format) by passing SR number in Service Request object.
    The result return is blank report, the URL link that i put in as below :-
    https://secure-ausomxega.crmondemand.com/OnDemand/user/analytics/saw.dll?Go&Options=rfd&Path=/shared/Company_AEGA-3V6GLL_Shared_Folder/SR%20Quotation&Action=Navigate&P0=1&P1=eq&P2="Service Request"."SR Num"&P3=%%%SR_Number%%%
    If preview in report folder, the report is generated with the output.
    Is my syntax having problem or the method cannot be done this way?
    Please advise

    Hi Alex,
    I manage to get the report output but the result is always same.
    i have checked the filter, the filter is calling the SR number.
    When i try to output to PDF an error prompt :-
    Sax parser returned an exception. Message: Expected entity name for reference, Entity publicId: , Entity systemId: , Line number: 335, Column number: 12
    Error Details
    Error Codes: UH6MBRBC
    Thanks
    SK

  • How Can I Disable "Live" Web Links in a PDF

    I have a pdf which is assembled from a variety of original documents, including one document that has a dozen or so "live" url links to websites.  I didn't create the document in question, and I don't have access to the original word processing file.
    I need to upload the whole document to a website that will not accept pdfs with live links.  (It's a filing in a legal action, and the website is operated by a court.)  The website support people have told me to remove or disable the links.
    This ought to be easy, but I can't figure it out.  I can't edit the source document to deactivate the links, (i) becasue I don't have it, and (ii) because it's a part of the record that shouldn't be modified without some form of formal process.
    I tried scanning the pages with the links, with the thought that I would replace the original pages with scanned pages.  But the court requires text searchable documents, and the OCR process identified the links as urls and created live links.
    If there's a basic setting that turns deactivates web links in the text, I haven't found it.
    Grateful for all suggestions.
    Tom

    Thanks for the thought, but the document in question has already been reviewed by the technical department of the court's website help desk.  They have identified the website addresses in the text as the reason why their system won't accept it and directed me to remove them.  They refer to the addresses as "hyperlinks," which led me to believe that there was a separate link object involved.
    However, from what I've learned here tonight, the problem is Acrobat's default behavior in parsing a text string that begins with "http:"
    There are a number of ways to handle the problem, all of which involve a little bit of busy work, but it's not a big deal.
    It's just it would have been easier if there were some preference I could enable before re-saving the document that did the trick.  Now that I think about it, a programmer could probably create an external routine (I assume such things exist for pdf files?) that would "mask" the http string from the parsing engine, or otherwise instruct the application not to generate a live link.  But such a routine itself would probably be rejected as as "code which may cause an external action," and there's probably no way to distinguish "good" external routines from malware.
    Cheers,
    Tom

  • HT1688 On my iphone 4 below the search window, I have three greyed out safari icons with different web links attached

    I have a iPhone 4 8GB. I have three greyed out safari icons that doesn't say safari but a web link. It's like a bookmark to your homepage but not in your homepage.   I noticed it when I deleted all my web pages and on that one web page where it says "search or type in a address" right below it where it's just all white, there's three grey looking safari icons with each one with a different web site that's attached to it. When I tap on it it goes to a specific website. For ex one if them says www.longchamp.com, the other macys.com. There's no way to delete it. The wired thing is each one in color it like three shades of grey . Light, med and darker grey icons. When I hold down the icon you can move it around but can't delete, nothing just nothing. It's been there for the longest time I can remember. Do you know what this is? I took a pic of it. I don't know how to attach it to this discussion. Thank you for your patience and understanding.

    I seem to have fixed it by putting <div  class="clearfloat"></div> after the navigation bar?

  • How to edit Account with Web Link?

    We created web link on new record type to edit existing account by passing account name in the following url,
    http://secure-ausomxcsa.crmondemand.com/OnDemand/user/AccountEdit?OMTGT=AccountEditForm&OMTHD=AccountEditNav&OCTYPE=&AccountEditForm.Name=%%%Account_Name%%%
    The result is the url open new account form with fill in account name instead of open existing account. Question is how to open exist account to edit. Thank you in advance.

    Thank you for your quick response but it still doesn't work. Below is the url I've used; Could you please suggest if there's anything wrong ?
    http://secure-ausomxcsa.crmondemand.com/OnDemand/user/AccountEdit?OMTGT=AccountEditForm&OMTHD=AccountEditNav&OCTYPE=&AccountEditForm.Account Id=%%%Account_Id%%%
    Please note that %%%Account_Id%%% is the Account Id in our new custom record type.

Maybe you are looking for