Linking 3 tabs in single webi report

Hello,
I am working on WEBI 4.0 reports. Can you please help me for the following requirement.
I have to create single webi report with 3 tabs, each tab contains one report and on top i have to create 3 radio buttons. If user selects any radio button according to that it has to display that specific report.
I will tell you with example
I have 3 reports A, B, C. these shoud be in single webi report with tabs
radio button A, radio button  B, radio button C.  If user selcts A it should display A report, if B then B report........
Is there anyway to achieve this requirement?
Please help me SAP gurus

try this work around .
1st = create variable "radio"
2nd = go to input control
create a new input control select a radio variable
3rd = click on custom
new window will come insert the list of value as shown below
     click on ok
create a 3 report(vertical table) which u want to show
select report A and right click on it and select format table
select HIDE WHEN FOLLOWING Formula is true
write the above formula in A table(report)
and some for B
= [radio]<>"B"
and for C
= [radio]<>"C"

Similar Messages

  • Multiple Universes (based on SAP BI Query) & single WebI Report

    Hi,
    We build OLAP Universes on SAP BI Queries. One of the ways to consume multiple universes in a single WebI report is to "add query" from another universe into the same WebI page / another WebI tab for the report.
    Is there a possibility to pick and choose fields from different Universes (based on SAP BI Queries), into a single WebI report ... of course respecting their technical linkage.
    regards,
    Rajesh K Sarin

    Hi Ingo,
    We have created multiple subject Area Universes (based on SAP BI Queries). Is there a possibility to select a particular object from one of the Universe and another object from another Universe into the same grid eg. Notification Number from Work Management Universe (SAP BI Query based on Customer Service Data Flow / Multiprovider) and Invoice Number from Invoicing Universe (SAP BI Query based on Invoicing Data Flow / Multiprovider). Common aspects for both of these could be say a Customer Account Number.
    As per my understanding, we cannot do this if we have created Universes on SAP BI Queries.
    Nearest possible option is to display two tables on the same WebI report - one from Work Mgmt Universe and other from Invoicing Universe.
    Please guide.
    regards,
    Rajesh K Sarin

  • Data Sources , Data Providers to a Single WebI Report

    Hi Guru's ,
    I am a newbie..!!  I am going through the documents related to a creation of WebI Report and got to know that we can combine two or more data sources (or) two data providers(Queries) in creation of a single WebI Report . However,I am still confused with this incoming stuff for creating a WebI Report .
    Could some one explain me what type of combinations can give as an input for creating a WebI report ?
    For example, one can link two or more queries and create a single report by using merge dimension concept !! If so, Will WebI accept data coming from 2 different universes, data coming from 2 or more different data sources like SQL data and SAP ecc ?
    Please explain this as I am new to this !!

    Hi
    Common in the sense relevant data in the two objects with same data type.
    See chapter 24 in the attached pdf more on merge dimension and how it will work in webi.
    http://help.sap.com/businessobject/product_guides/boexir4/en/xi4sp4_ia_desktop_en.pdf

  • Multiple schemas to be used for a single webi report

    Hi,
    Recently i got one requorement.as per the requirement i need to develop a single webi report in which i have  to display the data from 7 schemas.i am using the BO XI R 3 version.
    Is there any options available to achieve this?
    Please provide me your suggestions how better we can implement this?
    Regards,
    Kishore.
    Edited by: NandaKishore A.V on Sep 9, 2011 3:46 PM

    Okay then pleace check this:
    1. IN every universe (schema) has to be one or more dimensions wich are equal to other dimensions(keys) in the other universes(schemas) .
    2. There are 7 universes (1 per schema)
    If this is fine then:
    1. Create a documet with the first universe
    2. select all needed objects and what else you need to define
    3. use the Add Query button to add another query from the second universe
    4. select all needed objects and and what else you need to define form the second universe
    5. repeat step 3 and 4 until you are at the seventh universe
    6. run queruies
    7. when the dimensons from the 7 queries are not automatily merged. you have to merge them by hand, this could be done by the merge dimensions button in edit Report panel. There you have to move together the dimensions which are keys.
    8. Now you can display in one table the merged dimensions and all measures. If there are not megred dimensions, which should also be displayed in the table. Is the solution du put them into a variable which is definded as measure and has a measure function like this example =max([Name])
    I hope you unstand what i mean, because of my bad english

  • Getting subreport (tab) of a Webi report

    Hi all,
    I'm looking for a way (with Web Services SDK or/and with Business Objects Enterprise SDK) to refresh a tab (subreport) of a Webi report and to download it.
    I'm knowing how to refresh and download a webi report already but I do not find a way to only get a subreport :s Using DocumentInformation or other? A special query?

    So we loose a feature by updating the BO from 3.1 to 4.0?
    Here is the way we use today with the 3.1 (but who will be obsolete with the API 4.0 because reportEngine becomes obsolete) :
    ViewSupport oViewSupport = new ViewSupport();
    setOutputType(oViewSupport, outputType);
    RetrieveBinaryView oRetrieveBinaryView = new RetrieveBinaryView();
    oViewSupport.setViewType(ViewType.BINARY);
    NavigateToPath getRep = null;
    oViewSupport.setViewMode(ViewModeType.REPORT);
    getRep = new NavigateToPath();
    getRep.setPath(tab);
    oRetrieveBinaryView.setViewSupport(oViewSupport);
    oRetrieveData.setRetrieveView(oRetrieveBinaryView);
    DocumentInformation oDocinfo = oReportEngine.getDocumentInformation(repID, null, oActions, getRep, oRetrieveData);

  • Encode & in Opendoc link to open a webi report

    Hello,
    We are trying to launch a webi reports from a dashboard  and we are using URL (opendoc command)
    One of the parameters is called the company name which has an & sign eg ( ABC & Associates).
    When we try to run the webi report it never populates the data because of the name containng an &.  We did try to convert the & to a %26. However this resulted in Xcelsius converting our % sign to a %25  giving us a final value of a %2526.
    Is there a function available to encode the URL to solve this issue
    AP

    Hi,
    Are you using Xcelsius 2008? Then the URL will be encoded automatically.
    If you are using Xcelsius 4.5, then you will have to write a simple jsp (using java.net.URLEncoder.encode), and then use "XML data" data connectivity to connect to this jsp.
    Hope this helps,
    Bobby

  • Webi report link to other webi report opening blank page

    I have put the hyperlink to link to the other webi report. But once I click on the links. It open the report with blank page. I have tried it in View mode or Edit mode, the browser will open up another blank page. Following is my links:
    <a href="http://server_name:28080/OpenDocument/opendoc/openDocument.jsp?sType=wid&sRefresh=Y&sWindow=Same" title="Page1" nav="web">Link to Page2</a>
    any advice? Thanks

    http://server_name:8080/OpenDocument/opendoc/openDocument.jsp?iDocID=AciEzxbPmxdHtQwnB4RHaCo&sType=wid&sIDType=CUID&sWindow=New
    Make sure the followings:
    1. The webserver runs at port 8080 (if not, use the correct port)
    2. the CUID is correctly copied.
    3. the target report here is a webi report. (sType=wid)
    4. the server name is correctly mentioned.
    5. you are using JAVA environment.
    If still this does not work, then please let us know :
    Are you getting any error? if yes, what error you are getting.?

  • How to add Tabs and List Boxes in Webi Report in Reporting Area(Not Report Filters & Input Controls)

    Hi All,
    I have a requirement to use some components called List Box and Tabs in my WebI report for presenting the information by dynamic dimension and measure selection using list box and segregate information by using Tabs as in below image.
    Image was prepared in MSPaint not executable webi report.
    Is it possible to integrate the list box and tabs into Report Zone in BO Webi? as show in below image?
    Thanks in Advance
    Muralidhar Reddy N

    Hello Muralidhar Reddy,
    The exact tool for your requirement is SAP BO Dashboard or SAP BO Design studio. WebI is a tool for ad-hoc reporting tool and we have limited functionalities to make dashboards using webI. You can have all those chart options in WebI and you can use Input controls or drill filters for restricting data. But you cannot have these selection components in reporting area. Tabs as shown in above post, you can have in bottom of the report.
    find below a good example of dashboard using WebI
    http://blog.davidg.com.au/2011/04/webi-as-dashboard.html
    hope it helps
    Regards,
    Nikhil Joy

  • Can I create one single  crystal report using 2 bex queries

    HI all,
    I have 2 bex queries and has to develope a single crystal report .Is it possible???? If so, than how to connect two bex queries  and develope  one single crystal report.Any other option is also fine. I mean ....no need to use crystal..( I can go for one single webi..).But need to know the approach ...
    or else...can I create universe on 1 bex and other universe on other bex ..and go for one single webi report..
    Only problem is client is particular about one single report(either crystal or webi)
    if i go for webi ...I know we can use link universe option but I dont know whether it works fro OLAP environment.
    Please let me know if I can link OLAp universes and go for 1 single webi report.
    Any help is appreciated.
    Thanks in advance,
    Mahathi

    You can use either CR or WebI.
    In CR Designer create the report using the SAP toolbar (Create report from query) based on the 1st BEx query. Then use the Database expert (first entry in the Database menu) to add an additional connection to your 2nd BEx query (+Create new connection->SAP BW DX query). You can then join the results of the 2 different queries in the database expert also.. Please note that if you do NOT want to join the result sets, then it is more efficient to use subreports. Create two different CR reports, each based on one of the BEx queries and then use one of those as your main report and insert the other one into it as subreport. Once embedded you do not have to keep the separate .rpt file of your second report.
    For Webi you must build 2 universes, each based on one of your BEx queries. In your report you can add multiple queries based on different universes. You can join the results sets here by using the Merge dimensions button in the report editor area.
    Regards,
    Stratos
    PS; Keep in mind that joining a large number of rows at report level (either in CR or WebI) can cause performance problems. If this is your requirement, how many rows do you expect to get back from each individual query?

  • Xceelsuis 2 WebI Report

    Hi all,
    i want link to Excelsius to WebI report ,
    i used below syntax in URL Tab, but giving 404 missing page error
    //d-1198:8080/InfoViewApp/opendoc/openDocument.jsp?iDocID=3335&sDocName=Link Report&sType=wid&sRefresh=Y
    please let me know what is correct syntax.

    Hi,
    The syntax (for BOE 3.0 and above) is
    http://server:port/OpenDocument/opendoc/openDocument.jsp?...followed by parameters...
    iDocID and sDocName are redundant. You don't have to specify both. Also, you don't need sType explicitly.
    You can also refer to the following document:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/800f7400-bf3e-2b10-fa81-c6c74f457ab4
    It's based on BOE XIR2, so the pure address portion needs to be replaced with the above address, but the parameters are valid.
    Hope this helps.
    Bobby
    Edited by: Bobby Borromeo on Feb 20, 2009 4:55 AM

  • Some blank WebI report sent by publication

    Hello
    I'm working on BO XI 3.1 SP2.
    I have created two webi documents.
    The first one contains a report used to list the dynamic recipients of mail.
    This report is filled and display : Ids, Full Name, destination mail adress.
    It contains undreds of recipients.
    The second Webi document contains the datas I want to send to my recipients.
    My publication is set with a personalization in order to limit the datas to the scope of each recipient.
    For that I use two fields matching in the recipient document query and in the sent document query.
    My publixation is scheduled once a week and works fine.
    My problem is that some users receive blank reports with the normal publication.
    When I try the test mode and I select these users as recipients, filtering the destination list by unchecking the tick box in the dynamic destination screen, I receive the Excel file all filled.
    So Can you please help me explaining why my excel files are blank with the normal publication and filled with the test mode.
    This problem doesn't appears for all users.
    Lot of thanks
    Getdaone

    Hi Getdaone,
    First off you are not supported under XI3.1 SP2 for Product fixes, so I would recommend you upgrade to a supported patch level, i.e. SP3 or SP4.
    There a few known bugs with Publications delivering blank reports.
    Please check the following SAP Notes to see if any match your workflow:
    1540031 - Scheduling a Web Intelligence publication does not return data.
    1630285 - Empty report tabs appear in webi report when scheduling through publication.
    1539855 - Users get blank Web Intelligence reports from publications with profiles when the report is saved without data in BOE XI 3.1.
    1570436 - Publications containing multi-query Web Intelligence reports scheduled to dynamic recipients is missing data or sends blank reports
    The bug described under 1570436 is apparently fixed in FP3.7 which should be out in December.
    I hope this helps <<Text removed>>
    If not then I would suggest raising a support message with SAP.
    Kind regards,
    John
    Edited by: Matt on Oct 10, 2011 10:21 AM

  • Web report on excel sheet

    hi,
    my scenerio is -
    i have 5 Bex reports to which i am placing them on single web report.
    so in web i will see diferent 5 reports one below another...
      now, i want this web report to be transferred to my excel sheet and that to in to single excel sheet....
    how this could b achieved?
    regards...

    Hi,
      But i had some problem with that code.
      If you Right click and view the BW context menu once and then click the "Download to Excel" Button the Context menu also comes up with the Copy and Paste in the Excel Spreadsheet.
      I event tried to clear the Windows Clipboard before copying but it didn't work.The context menu vaninishes once if you try to refresh the page, but if you try to programmatically refresh the page you will get an Error: Permission Denied.
      Have somebody solved this problem?
    Thank you
    Arun

  • Xcelsius to webi report navigation

    Hi all,
    I need to create connection between Xcelsius 2008 and BO Webi 4.0 reports.
    When user clicks on Xcelsius chart it will navigate to the detailes webi reports with all the filters selected in xclesius.
    I dont know anything like flash variables,open document ,content linking etc.. Can anyone suggest me or provide me step by step procedure how to achieve this.
    It would be great help for me.
    Thanks in advance!!
    Regards,
    Neha

    Hi Neha,
    Check the below links for calling webi report from dashboard.
    Use Opendoc link for calling a webi report from dashboard.
    https://scn.sap.com/thread/2091817
    http://scn.sap.com/docs/DOC-50838
    http://scn.sap.com/thread/3480155
    http://events.asug.com/2013BOUC/Dashboarding%20&%20Visualization/8_26_13/0115%20Using%20OpenDocument%20to%20Enhance%20your%20Dashboards.pdf
    Regards,
    Anish

  • Connecting Dashboard to detailed webi report

    Hi,
    I have a requirement where, user should see top ten records on dashboard and if user want to dig down into details then dashboard must provide a link which will take user to detailed WebI report.
    Your help is appreciated.

    use a URL Button component in dashboard with a opendocument link for the detailed webi report.

  • Problem in WebI reports in a single dashboard

    Hi All,
          How many WebI reports we can display in  a single dashboard, and what should we do to increase them without error.
    Now, Our dashboard consist of 7 WebI reports, each of them have a link (OpenDoc) to open WebI in new window.
    After a link have been clicked, then we open another dashboard tab, there are error message appears like this...
    Edited by: akorn on Sep 25, 2009 10:09 AM

    Servlet Engine Exception: Unable to reconnect to the CMS
    server.company.com:6400. The session has been logged off or has expired. (FWM
    01002)
    URL:
    /PerformanceManagement/scripts/tools/err_page.jsp?entry=af2454&mode=&reportMode=af2431&reportPart=af2431&docid=15533&viewer=I&sViewerName=name_1313315533&docid=15533&lastmode=
    StackTrace:
    com.crystaldecisions.enterprise.ocaframework.IManagedService$ManagedLogoffException:
    Unable to reconnect to the CMS server.company.com:6400. The session has been
    logged off or has expired. (FWM 01002)
            at
    com.crystaldecisions.enterprise.ocaframework.ManagedService.invoke(ManagedService.java:604)
            at
    com.crystaldecisions.sdk.occa.security.internal._SessionExProxy.GetSecondaryCredential(_SessionExProxy.java:184)
            at
    com.crystaldecisions.sdk.occa.security.internal.UserInfo.getProfileString(UserInfo.java:234)
            at
    com.businessobjects.clientaction.shared.EPMPreferencesBean.getPref(EPMPreferencesBean.java:80)
            at
    com.businessobjects.clientaction.shared.EPMPreferencesBean.getOtherPref(EPMPreferencesBean.java:103)
            at
    org.apache.jsp.jsp.aa_002dviewwid_002dbridge_jsp._jspService(aa_002dviewwid_002dbridge_jsp.java:571)
            at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
            at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:334)
            at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
            at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
            at
    org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
            at
    org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
            at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
            at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
            at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
            at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
            at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
            at
    org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
            at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
            at
    org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
            at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
            at java.lang.Thread.run(Thread.java:595)

Maybe you are looking for

  • Unit JHR is not created in language EN

    Dear All, While creating billing document getting error 'Unit JHR is not created in language EN'. I checked all MM data, we did not update JHR unit for materials still we get error. I checked JHR unit by using Transaction code 'CUNI'. JHR is availabl

  • Did SRM 4.0 can work together with ECC 6?

    Hi:    We are in a process of upgrade, we are plannig to move from R3 4.7c to ECC 6, and also we have a SRM 4.0.    Do you know if it is possible to SRM 4.0 to work with ECC 6?? We want to know if we can stay our current version of SRM, and just upgr

  • Pages for Ipad - comands for colour of letters

    Please, let me know which is the command and how can I manage to change the colour of the letters and the text in general of a document in Pages in my i-pad! Thanks Daniela

  • How to install signature capture for xMAM 3.0 (laptop and handheld)

    Hi, can anyone help me to get the signature capture working. I haven't found any documentation about it. Regards, Florian

  • SAP MM in Healthcare industry

    Greetings All, Can anybody tell me if Healthcare Insustry, hospitals use SAP MM?  Or if anybody knows of a particular hospital that currently uses MM? Thanks a lot in advance for your time and post. Edited by: Jeyakanthan A on Dec 6, 2011 11:32 PM