Can create Webi report using multiple universe (multiple datasource)

Hi All,
Can we create a Webi report from multiple universe (can say multiple dataprovider & datasource)?
Please suggest.
Regards,

You can bring as many sources together into one report as you like.
However, to use them together you must have some common dimension, such as a particular Sold To Party, Business Partner, etc. You can then use merge dimensions to develop your report but you will need to be aware that dimensions that are NOT Common to both data providers cannot be used in a table combining two data providers.
So, if data provider one has dimensions Resort, Product and Year and a  measure object Sales Value
while  data provider one has dimensions Resort and Year and a  measure object Cost Value, you cannot use Product in a report but you can display Resort, Year, Sales Value and Cost Value together to show you how much revenue each resort is generating each year and how much it is costing you to do so. To have product in the report table, you would need to add it to data provider two.
Hope that clears it up for you.
Regards,
Mark

Similar Messages

  • Created Webi report using BEx Query.

    Hi All,
    I am going to upgrade in BW and using BEx  & Webi Report. I have created webi report using BEx query. Now I need to test data in webi report.
    Can anyone tell me how to test data?
    Regards,

    Hi,
    compare the webi report data with Bex report. more you can compare webi report with SAP R3 system for random records.
    Thanks,
    Amit

  • Unable to create web reports using WAD in BI 7.0

    We are unable to create web reports using WAD in BI 7.0 because of the missing BI metadata. Please take a look at the error below .

    didnt see the error??

  • Can not create Webi report on a Universe based on Bex Query

    Hi,
    We are using BO XI 3.1 (FP 3.4) with SAP integration Kit (same Patch Level) with SAP Authentication. We have a Universe based on a bex query and its connection is set to use SSO.
    We have say two SAP users U1 & U2. Now "U1" is able to create webi reports but when we Logged in as "U2" and try to create Webi reports or try to refresh reports created by U1 it through an error ...
    The database error text is: (CS) "Error on NumResultCols" . (WIS 10901).....
    As per the "Authorization" section in BusinessObjects XI Integration for SAP Solution Installation Guide we have provided this users with all the mention autherizations.
    Any words over this will be highly appreciated.
    Regards,

    It is highly probable that this is due to missing authorizations on the SAP BW side (not talking about the authroizations which are directly related to the BO/BW integration). I would recommend to ask your SAP Basis team to do a security trace while you are accessing the reports with the user, who gets the error. THey should look for failing authorization checks.
    Regards,
    Stratos

  • #Unavailable in WEBI Report - Using OLAP Universe

    Hi,
    I am using BEX query (OALP Universe) to create a WEBI report, when I run the report, it shows #UNAVAILABLE in Key Figures values.
    I am not using the database delegation in Key figures properties in Universe, it is default to SUM
    and if i create a new report based on this universe it is displaying correct, only if i open the existing report it shows the #unavailable.
    and i tested this report in webi rich client, i.e. i imported this report in WEBI rich client and ran it , it was working fine, then again i exported this report into infoview and it is working fine in Infoview, the Key figures are showing values.
    I am strange of this issue...
    Please let me know if you guys have any idea on this issue
    Thanks in Advance.
    Regards
    Ram

    Hi,
    I am not sure if it is the same problem, but I had similar issues with measure objects coming out of the universe that were defined as "database delegated" in the universe object's properties. Basically it then forces you to always refresh when you have changed anything on the report, so that it can recalculate the measure. I am not aware of differences regarding this in Rich Client vs. InfoView, but there could be. I have seen other similar issues between the two before.
    Check to see if the measures are database delegated, and change them if you can to sum or count or whatever they should be.
    Hope that helps.

  • How to schedule webi report using OLAP Universe

    Hi all,
    I am using the webi report which is based on BW query or cube.
    I want to schedule the webi report  which should get refreshed automatically.
    how to set the date parameter for that webi report at universe or report level.
    or shall i should create a variable at bw side i.e., (sysdate -1)  and tht variable should i use in the report or any idea..
    i am using BOE 3.1 SP3
    Integration Kit SP3
    BW 7.1
    Thanks & Regards,
    Ravi Sarma
    Edited by: Ravi Sarma on Dec 6, 2011 6:09 PM

    Hi,
    it won't be at "report-level" . those local variables are formulae used for formatting, not for user inputs / responses.
    Easiest is to use the SAP KEYDATE variable in the BEx query.
    This SAPVAR will come through as a WebI prompt like any other, and has a default value of sysdate (if not answered differently)
    As for the Scheduling mechanism, this is the same as always - done in Infoview / BILaunchPad - select the webi instance, and click Schedule .
    Regards,
    H

  • Webi reports using MSAS universe

    I am using BO XI R3.1. I have created a universe by connecting it to Microsoft Analysis services 2005. In connection, I used OLE DB for OLAP providers for MSAS 2005. I used user specified user name and password and provided a domain service account that has access on the cube. Connection is successful and it brought all objects and classes from the cube. I exported the universe and tried creating reports in Webi using it.
    In Webi, I can access the universe and see all classes and objects. But when I run the report it gives and error "Could not find data provider msolap.3 (WIS 10901)".
    I tried to investigate and changed BO service "Server Intelligent Agent" to run on the same domain account instead of local system account. In CMC I changed the user properties to enable database credentials and gave same domain user account. Still the report does not run.
    As a background, BO server is running on a separate windows 2003 server and MSAS 2005 is on a separate windows 2003 server.
    Can someone please help me on this. Does it have anything to do with kerberos setup to pass security credentials across the servers?
    Thanks
    Tarun

    Sorry Didier.
    For some reason if i save the file it is saved as 0 bytes and if i try to open directly , the zip archive is empty.
    Can you please attach this as a pdf or word document?

  • Error creating Crystal Report using Stored Proc Universe

    Hi,
    I have created a stored procedure Universe, using the new feature available in XI R3.
    This connects to an Oracle database, executing a PL/SQL procedure returning ref cursor.
    I have created a WebI report using this Universe, which works fine and functions as expected.
    So there are no problems with either my Oracle stored proc or the Universe.
    However, I would like to create a Crystal report (2008) using the same Universe.
    I can create the report ok - using the SP Universe.
    When I attempt to refresh the data I get an error:
    Failed to retrieve data from the database.
    Details: ORA-06550: line 1, column 7:
    PLS-00103: Encountered the symbol "." when expecting one of the following:
    begin case declare etc etc
    .................................My Procedure ...................
    CREATE OR REPLACE PROCEDURE BIADM.Bo_Test_Report_R
    (Deposit_Cursor IN OUT SYS_REFCURSOR)
    IS
    BEGIN
    OPEN Deposit_Cursor FOR
    SELECT DISTINCT foracid "A/C"
    , acct_name "A/C Name", acct_opn_date "OP/Date", schm_code "SchmCode"
    FROM gam@finrpt
    WHERE acct_cls_flg ='N'
    AND foracid ='2252020145001';
    --AND cust_id ='CB2020145'
    END Bo_Test_Report_R;
    Please Give me solution as early as possible.
    Masud Iqubal

    Moved to Universe Design forum.

  • Create a Webi report using QAAWS as a data source

    Hi Experts,
    I am on BO 4.1 SP 3, and using the Webi Rich Client to create a WEBi report using a QAAWS url as a data soruce.
    This is the first time I am trying this, so any tips/helpful links are welcome.
    I get the below error, when I try to map the fields. But I do not have any personal data files involved.
    Thanks,
    Vasu Natari.

    Hi Vasu,
    We can create webi report with QAAWS.When creating the report on webservices /Personal data providers we'll not get prompt/query filters option .
    Are you trying to change source ? Instead create new source and get data.

  • Unable to create webI report??

    HI all
    I am using BO XI3.1 SP3, when I logged into infoview and click on the new webintelligence document, I see universes available and select the universe then it is showing as "PLUGIN's NOT INSTALLED" instead of showing the query panel of the report.
    Can any one please let me know exactly what plugin should I install before I start creating webI reports???

    @denis
    When I tried in mozilla it says "A plugin is needed to display content...Install plugins"
    when I click on install plugin
    firefox checks for available plugins for couple seconds and finally popus a window saying "No suitable Plugins found"
    when I click on more plugins it takes me to some another page in mozilla "plugins addons for mozzila"
    here I found "Java version 6 update 27" so I am installing this version of java.
    I don't have any admin rights...and all this is on my personal laptop, company didn't issued any laptop of their own.
    Thanks

  • Rolling month for webi report using Univ based on BEX Query

    Dear Experts,
    I'm new to OLAP universes.
    We have a requirements of having last 12 months rolling  for given measure(Key figure) in webi report using Univ based on Bex Query.
    We require a calmonth (time dimension) object  (restricted for last 12 months) where user can drag and drop on column section of cross-tab table.  User should drag more than one Key figure ( for ex. sales rev and & qty sold) for each month
    Could you please provide me the solution to do this?
    Thanks
    Akshara

    Hi Henry,
    Thank  you for your response.
    BEx query has not been created yet. we need to create accordingly and require your help in creating the same.
    Regarding reporting requirements,  User wants to have adhoc reporting  with rolling months ( 12 months or 6 months) functionality. Users want to link any KF to this rolling months dimension.
    If we can't have this, what is the alternative that we can propose to user.
    Thanks
    Akshara.

  • Failed to fill the prompts when creating Webi Report

    Hi,
    I am having some difficulties when I was trying to creating Webi reports. It shows error when I tried to fill in the prompts before the query runs. The report data comes from the SAP Business Warehouse. So far it is my understanding for the query flow:
    Step 1
    SAP Business Warehouse <-- Query A (BW Query) <--
    Step 2
    BO Universe <-- Query B (By drag & drop) <-- Application(e.g. Webi, QaaWS)
    When I run the Query A (using 'Analyzer' in 'Business Explorer') to extract data from BW, the query appears 7 optional parameters for filtering. After I filled some of the fields, the query runs fine -> Step 1 OK.
    When I want to do the same thing in a BO approach by building query (i.e. Query B) to draw data from the universe (which points to the Query A in BW) using different applications(e.g. QaaWS, Webi via InfoViewApp, Java Webservice SDK: QueryService & ReportEngine, etc), the application will display 7 optional prompts (i.e. those referring to those appeared in Query A) before the query executes. However, when I tried to fill those prompts, the application appears some fill prompts error and no query job is submitted to the BW -> Step 2 Fails.
    When I skipped to fill those optional prompts in building the Query B, the query job can be submitted and the query result is returned.
    Before the error occurs, I have been working on building similar Webi report and everything goes fine. I feel so strange that why the error appears so suddenly and I would like to ask how to avoid it.
    Many Thanks,
    Gary

    Hi Adil,
    I am using BOXIR3 and a screenshot is attached below:
    [http://farm4.static.flickr.com/3200/2948600340_4f1330d283_o.jpg]
    I have built the query in InfoView by drag & drop and after I click the 'Run Query' (the circled area), it is expected I will be asked to fill in some optional prompts (from BW query). Instead, an error shown about 2 minutes after clicking the button,.
    [http://farm3.static.flickr.com/2004/2947792827_bfacdc7dbe_o.jpg]
    Regards,
    Gary

  • Create webi reports with predefined filters

    Hi,
    We have following requirement. We need to create 3 webi reports for following requirement and then send the reports as excel to the users
    YTD-
    Posting start date u2013 1st day of the year  - End date u2013 last day of the month
    QTD-
    Posting start date u2013 1st day of the qtr - End date u2013 last day of the month
    MTD-
    Posting start date u2013 1st day of the month - End date u2013 last day of the month
    Earlier we were using one BEx query to have these requirements filled where users can filter data monthwise or quarterwise but now since they want the reports to be emailed we need to have 3 different reports. What is the best way to achieve this requirement?
    Thanks,
    Nancy

    Hi Nancy,
    You can create 3 tabs in one report, and schedule it as excel to be emailed to them. I assume there is a universe, in which case you create the predefined date filters there and then pull them into the report queries. Or you could have just one query and put different date filters within each tab - in the report and not necessarily in the universe.
    Is that what you are trying to do, or do you want the user to enter the date parameters? In that case you can create prompts either in the universe or the report.
    Hope that helps.

  • How to connect Already created WebI reports with Xcelsius Dashboards

    HI Experts,
    My requirement it to bring data from already in use WebI reports to a consolidated Dashboard. I am aware of connecting universe with Dashboard with the help of QaaWS.
    Is there is any other way that we can connect our dashboard?
    We are thinking to publish those dashboards on the SAP Enterprise BI Portal.
    Thanks in advance!!!
    Edited by: BIBO_Apprentice on Aug 13, 2011 7:40 AM

    Hi,
    One can connect WebI reports with Xcelsius dashboards in 3 ways:
    1. Using QaaWS : connects universe with Dashboard. Dashboard uses the WSDL link to get data that works on SOAP (that works on exchanging web structures).
    2. Using Live Office Connection: With the help of Live Office one can connect the WebI reports directly. One can take advantage of the scheduled instances of the WebI reports. So it is good for time consuming reports.
    3. Using BI Web Services: Here custom web services are created of intended report instances. Publication is done from CMS side.
    after that WSDL is used as any other web services.
    Get back if you need any further clarification.

  • WebI Report using BW Query (Getting Error for User Response Function)

    Hello Experts,
    I have created WebI Report on top of BW query. All the prompts are coming from BW query. I was trying to create user response function but it's not working. Do I need to use special function or I can't use.
    Any help would be highly appreciated.
    Thanks
    Nisniki

    hi Nisniki,
    take a look here:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0a45246-ce76-2b10-e688-f5c8206203eb
    Ingo

Maybe you are looking for