Linking 2 web I reports

Hi,
  I have a requirement to link 2 web I reports i.e one report's data should depend on another report's prompt value. I am new to webI. I don't know whether it is possible or not.
  I have 2 web I reports. In the first report, when I click on one field's value, this value should be taken as a prompt value for the second report, then second report should be displayed with the according prompt values.
I have taken State field in first report. when I click on any particular state, that state value should pass to the second report as a prompt value.
  Is it possible? I have tried with "openDoc" function. But didn't get.
Please help me on this.
Thanks in advance.

Swathi,
Did you successful with 1st opt??
FYI...,,
OpenDocument URL command syntax
An example of the syntax to use when you want to create a hyperlink on a state object to open a document with sales details for the state appears below:
="<a href=""http://<server_name>:8080/OpenDocument/opendoc/openDocument.jsp?""&sType=wid""&sDocName=DetailedSalesReport""&lsSEnterState:="Replace([State];"";"%20") + "> "[State]"</a>"
The below divides the example of syntax into understandable arguments, and provides an explanation for each argument.
Note: Each of the syntax arguments are joined with a plus sign in the formula bar.
Syntax argument  ==========================  Explanation
"<a href="      ============= The opening HTML syntax for a hyperlink.
http://<server_name>:8080/OpenDocument/opendoc/openDocument.jsp? =========== <server_name>:8080, used in this example, is
specific to the BusinessObjects Enterprise server.You can find this name displayed in the address bar of your browser's address toolbar.
Note: The port is 8080 for Tomcat web servers.
"&sType=wid"  ================ The type of document to be opened, in your case, a Web Intelligence document.
"&sDocName=DetailedSales Report"  =========== Your Document name(Report) Note that spaces in the name of the document are replaced with a + sign. %20 can be used in place of the +. %20 is the HTML encoding symbol for a space. This parameter can be substituted with the sDocID.
"&lsSEnter_State:="+Replace( [State];"";"%20")  ==============
The prompt parameter which will be passed to the document being opened.
Notice that this argument has to match exactly with the prompt created in the first document. In this case, a single parameter is being passed (lsS).
Additional parameters are available:
u2022 lsM for multiple values
u2022 lsR for a range of values
The object name in brackets, [State] indicates the data from the main report to be passed to the linked report.
The Replace command is used with the value to replace spaces in the value with the HTML symbol for a space.
Multiple prompts can be listed in the code. You just continue to string them together with the + character to concatenate the pieces.
t">"+ [State]     ============= Required HTML encoding and the object name that indicates to the document which data to show in the table. Once you have formatted the column in the Web Intelligence table, the State values in this case appear as hyperlinks.
"</a>"      ============= The closing HTML code for a hyperlink.
Summerized :
="<a href =" + "http://webwasqwn1.ecorp.cat.com:8322/OpenDocument/opendoc/openDocument.jsp?sType=wid&sDocName=fsitem&lsSEnterItem Node Name:="[Query 2].[Item Node Name](If IsPromptAnswered("Enter FS Items") Then "&lsSEnterFS Items:="+URLEncode(UserResponse("Enter FS Items:"))) + [Object] + "</a>"
Thank You!!
Edited by: BOCP-BOE on Sep 29, 2010 2:36 PM

Similar Messages

  • Hyperion Planning - Link a web analysis report in a data form

    Hi all,
    is actually possible to link a web analysis report in a planning data form? I tried from a custom menu but discovered that isn't possible. Any other way?
    I'm working with Planning 11.1.2.1
    Thanks

    Hi Raffounz
    Indeed, it is possible to link a web analysis report in a planning custom menu.
    Follow this procedure :
    - From the explorer :
    -> Go to the folder where your web analysis report is stored
    -> Right click on the document and left click on "properties"
    -> Copy the "smartCut" link
    - From your planning application :
    -> Edit the menu where you want to link your webanalysis report :
    -> Create a URL item and past the link in the input field
    Cheers

  • To Link a Crystal Report (2008) from Webi report - Prompts not to Repeat

    Hi ,
    I have created a Webi report and Crystal report (2008) both have the same prompts.now i want to create a Hyperlink in Webi to link the Crystal report.
    i am able to do this. however the crystal report is again asking to provide the prompts which i already given in Webi.which should not happen.
    So how to achieve this scenario in Webi.        
    Need your help as soon as possible.
    Regards,
    Kishore.

    Hi
    the information you need are in the following manuals
    [Viewing Crystal Reports Using URL Reporting|http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_cr_url_reporting_en.pdf]
    and
    [Viewing Documents Using OpenDocument|http://help.sap.com/businessobject/product_guides/boexir4/en/xi4_opendocument_en.pdf]
    Thanks!

  • SAP BI Report Publication on CRM Web UI Reports

    Hi Experts,
    Im required to post a BI report on Web UI.
    I did the customization for the same in the path.
    SproCRMUI FrameworkUI Framework DefinationDisplay SAP NetWeaver BI Report in CRM..
    Then I created a Logical Link id with the BI Report assigned to the Navigation Bar Profile and made the link visible in the define business role
    It works fine in development, but when i transport the request to quality for testing I recieve an RFC error that the client cannot be reached, This is because the RFC i assigned to the report is also getting transported to Quality and causing the error. Usually RFC's are not transported but they are assigned client specific in the system that it is transported.
    So can anyone help me to find out a soultion to the problem so that RFC is not transported in the transport request.
    Plz help...

    Hi  Aravind,
    please be aware in CRM 7.0 there are two different options for analysis:
    1. CRM Interactive Reporting (see Building Block C41)
    2. CRM Analytics (Using a complete BI-System)
    In your case you followed BB41, so you can use Interactive Reports.
    The error you get in WEB UI is for the BI reports (option 2). This option needs a whole BI-System.
    The links to these reports were delivered by default. So if you want to use these reports you need a BI consultant for setting a up new BI-System and the neccessary configuration for the ETL-Process.
    If you dont want to use B reports, you can simply make them invisible in your web-ui configuration.
    Kind regards
    Hannes
    Edited by: Hannes Wegehenkel on Jul 26, 2010 10:47 AM

  • SharePoint 2013: A web analytics report is not available for this site.

    Hello,
    I have SharePoint Server 2013 and the enable usage data collection is enabled.  There is usage logs and data being generated, but SharePoint says there is not data available.
    A web analytics report is not available for this site. Usage processing may be disabled on this server or the usage data forthis site has
    not been processed yet.
    What can I do?
    Thanks,
    Paul
    Paul

    hi,
    Web Analytics is now part of the 2013 Search.
    You can refer the below links, :
    http://blogs.msdn.com/b/chandru/archive/2013/08/31/sharepoint-2013-web-analytics-report-where-is-it.aspx
    http://www.collabshow.com/2013/05/23/sharepoint-2013-analytics-a-big-step-backward/
    http://usamawahabkhan.blogspot.com/2013/06/sharepoint-2013-analytics-features-how.html 
    if you wanna use  API, there is a blog,which talk about the same:
    retrieve  Search Analytics Reports
    using SharePoint 2013 API:
    http://radutut.wordpress.com/2013/01/27/how-to-get-search-analytics-reports-programmatically-in-sharepoint-2013/

  • Number of Page View is showing zero for Site web Analytics Reports

    Hi,
    We have enabled Site Web Analytics reports in our Site Collection but the Number of Page views is showing zero for all the dates. We have checked all the events to capture in Site Collection Audit settings, Reporting feature is also activated but still the
    count shows 0 for all the dates.
    There are other Site Collection that exists under that Web Application but they show the count for Number of Page views in Site.
    Any help would be appreciated.
    Regards,
    Vijay

    hi
    1-first check "Usage and Health Data Collection Proxy" is started, if not started:
    find usage proxy id with following command:
    Get-SPServiceApplicationProxy
    then start service with following command:
    $UsageApp = Get-SPServiceApplicationProxy | Where {$_.ID -eq "[usage proxy ID]"}
    $UsageApp.Provision()
    2-check following link:
    Popularity Trends populating 0 results
    yaşamak bir eylemdir

  • Site Web Analytics Reports - accessdenied.aspx - which page/list/library?

    When I go to the Site Web Analytics Reports of a site and check the "Top Pages" I see on the 1st position "/_layouts/accessdenied.aspx".
    How can I know on which page/list/library they where when they had the access denied?
    For example, I have 100 "views" on /_layouts/accessdenied.aspx, is it possible to see:
    34 on the homepage
    29 on list A
    12 on list B
    7 on library A
    5 on page A
    2 on list C

    Try to find out function name  fn_WA_GetTopPages then
    add a condition to this function and filter out the /_layouts/accessdenied.aspx page.
    As another alternative, you can write your
    own access denied page and configure it from web.config. In that page you can write source url into your custom DB to create your own analytics.
    Link - http://sharepointdiva.com/2012/05/09/customize-the-access-denied-page/
    http://blog.randomdust.com/index.php/2013/07/custom-access-denied-page-in-sharepoint-2013/
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • General users can't open web analysis reports as html

    Hi guys,
    I am facing an issue about Web Analysis. When I use the version pre-9, I can access web analysis directly with html client or java client.Then I set each user with each POV. Now I am using EPM11.1.1.3, I can just access web analysis by workspace.Then if I would like to access java client, I click Tools->links->web analysis studio. While I access html client by clicking explore in the workspace toolbar. However, if the user doesn't belong to admin group, I can't find the explore toolbar. Then I can't access html client. As we know, not all web analysis users should be admin users. This issue puzzles me very much. Is there someone who can give some good suggestions? Thanks a lot.

    Hi, you don't mention what roles you have assigned to the current users (except Admin), which as you stated isn't a good idea ;-)
    You need to add Analyst & Explorer roles for your users.
    Check out the full list of roles in Appendix A under the Reporting and Analysis section, in the Security Admin Guide (epm_security.pdf)
    http://download.oracle.com/docs/cd/E12825_01/nav/portal_2.htm
    Cheers, Iain

  • Error connecting to web analysis report from workspace

    Hi,
    There are a number of web analysis reports. There is a link to one in a planning task list. However, when the report is opened an error appears saying
    Required application context analyzer is not available. Please contact your administrator
    The report opens is web analysis. I tried other reports from within workspace by browsing to them from within the folder structure and got the error for all of them.
    Has anyone seen this before?
    Thanks,
    Nathan

    A) restart your services in correct order
    B) be sure that the analyzer.properties (baseurl) is correct and can be reached from the workspace server.
    C) wrong SSL config and certificates produce sometimes suprisingly strange error messages.

  • Error while operating Web analysis report in Workspace

    I have created a web analysis report in which i have provided buttons, on the click event of button it must open a link provided.This button is working fine when opened using Web Analysis studio but on running this report in workspace, when i press the button i get this error "This Service is not supported by the HTML client".
    Please help.

    Have you tried checking the "Design for HTML" from the Edit toolbar to see if you get any error when saving?
    Do you have any advanced items on the report, as there are 4 types of differences between Studio and HTML:
    - font differences, Workspace (DHTML) uses the WA Server fonts whereas WA Studio client machine fonts.
    - Service Buttons are very restricted using Workspace
    - Display: Tab selection, Splitter panels, Slider selection do not render in Workspace
    - Cannot restrict WA Tools menu in Workspace at all, where you can in the Studio.
    For exact details check out the Hyperion Web Analysis Studio User’s Guide from the Doc Library:
    http://download.oracle.com/docs/cd/E10530_01/doc/nav/portal_4.htm

  • WIH 00013 time out error while viewing a BO Web intelligence report

    Hi,
    I have a BO web intelligence report. While viewing the report i get WIH 00013 time out error. I have another report with everything same as this one except for one filter condition. That is working fine but former is giving me an error.
    I tried changing the timeout values to 120 minutes from 90 minutes in connection server setting but didn't work.
    Also when i run the same report by scheduling it in CMC and format as PDF, then it works fine. This error only comes when i try to view the report directly from infoview.
    Please let me know if there is any other way to resolve.
    Thanks!
    Edited by: Satya Suma on Mar 9, 2011 1:31 PM
    Edited by: Satya Suma on Mar 9, 2011 2:00 PM

    Hi Suma,
    These links may be helpful to you:
    WIH00013 - Invalid Session
    WIH 00013: Invalid session
    All the Best,
    Madhu....

  • Mail configuration in shared services for Workspace/Web A Reporting purpose

    Hi,
    I have configured SMTP Mail Server name in the shared services but still not able to send HFR and Web analysis reports through email.
    When I click on Email Link in WOrkspace on a particular report, getting below error:
    Enter the user email address in Hyperion Shared Services, Ask your Administrator to update your email address listed through Hyperion Shared Services.
    What needs to be done to avoid this issue? do I need to enter user's mail ids in Admin mail field in Shared services configuration page. If yes, how can I enter all user id', i mean, any comman's or some delimiters in between mail id;s.
    Please advise me on this..
    Thanks,
    UB

    There are also the .properties files that have to the SMTP server name as well. I know for FR it is in the FR_global.properties file.

  • Insert a link on xml report. The link should open up a document(PDFS).

    Is it possible to insert a link in the report? The value would come from a sql query. The link when clicked on would open up the pdf or doc.
    Is this done thru a href or by inserting a dynamic hyper link.
    The release Release 5.6.2 documentation references how to insert a hyperlink. NOt sure if this will work for me.
    I tried it but in the documentation it states:
    >
    If your input XML data includes an element that contains a hyperlink or part of
    one, you can create dynamic hyperlinks at runtime. In the Type the file or Web page
    name field of the Insert Hyperlink dialog box, enter the following syntax:
    {URL_LINK}
    where URL_LINK is the incoming data element name.
    >
    However the dialog box I am getting when I insert the hyperlink does not have a place to enter the element name. That is, there is no 'TYPE the file or Web page' area that I can see.

    hi ashalon,
    I did it this way in MS Word.
    1. create placeholder for value
    2. highlight it and make it a hyperlink
    3. enter the url into the address line
    So If you have a complete hyperlink in xml element URL_LINK you just have to enter {URL_LINK} into the address line. If you have only a part of the link, i.e only a product name, you can enter "http://www.oracle.com?product={PRODUCT_NAME}".
    Hope this helps.
    Regards
    chrissy

  • BLOB data in Web Intelligence report

    Hello,
    I am doing research, how to display documents which are
    stored in BLOB field in a database.
    I would like to create list of the document names with Web Intelligence
    report and make a link to document. Link to the document should open the
    document, the document can have different MIME types (doc, pdf, jpg,
    tiff, ....).
    Could you please help me to find right solution for this?
    Thanks in advance.
    Best Regards,
    Slavisa

    hi,
    Please refer to below link.
    BO XI 3.1 and BLOB
    Regards,
    Vamsee

  • Adding a New Contact Record link in a report

    Dear Gurus,
    I've followed instructions on how to create a New record link in a report using instructions from the Oracle CRM On Demand Reporting book but needed additional help in terms of how to auto populate the Account Name onto the New Contact Edit screen. I've created a custom Contact report that is setup as a web applet to replace the OOB Contact section that is showing on the Account Detail screen.
    On this report, I've created a hyperlink that opens a New record edit screen for a Contact record. I need to pass in the Account Name since this is a required field on the Contact Detail screen and needed help with the URL that I've entered as a custom text format in the column formula. From the M. Lairson's Reporting book, I've entered:
    @[html]*a href="/OnDemand/user/ContactDetail?OMTGT=ContactDetailForm &ContactDetailForm.Id="@target="_
    top">"Contact Details"*/a*
    (html not displayed correctly - I've to substitute < and > with *)
    This worked great but I need to pass in the Account Name. Can you help with a URL that will do what I needed? Thanks.
    Edited by: TTone on Jul 26, 2010 12:16 AM
    Edited by: TTone on Jul 26, 2010 12:27 AM

    Hi,
    Copy the URL from the contact create link and pass the values like Account Name etc by adding it to the URL, use & to separate the values.
    hope it helps,
    Mayank

Maybe you are looking for

  • Data Import from Oracle Dump to SQL Server(2000/2005)

    Hi Friends, I'm using Oracle 10g. I've a scenario. I've Oracle Dump file. Now i would like import in SQL Server(2000/2005). Can any one suggest me how to do this? Any idea,clue will be highly appreciated.

  • Coding for an additional structure in ABAP Query

    I am creating an ABAP query to extract the Purchase Inforecords prices. While linking EINA and EINE Iam able to extract the effective price. When there is a scaled pricing, I want to extract information from KONM or KONW tables. Howeever, can't find

  • [SAP Script] Recorder doesn't record "import from file - btn[23]" step

    Hi, I'm a total newbie in SAP script language. Iu2019m looking for some solution to import txt file with btn[23]. Whole procedure should look like this: 006 click IMPORT FROM FILE u2013 btn[23] 007 paste into textbox filepath "C:\Program lojalnosciow

  • Double Email Setting Accts

    Hello! I need help to close one of my 2 email setting accounts with blackberry server. Thank you Eleuterio Solved! Go to Solution.

  • Authorized Computer Issues

    Questions: 1.) How do you de-authorize a computer you no longer have in i-tunes account, no longer have access to request "de-authorize" computer. 2.) Our operating sytem was corrupted, had take everything off and reinstall. In so doing, we backed up