Excel to Web Intelligence

Hi,
I have an Excel sheet which contains the Resource Name,Month and Actual Effort.Now i want to link this Excel into WEBI and want to see the results in Dashboard. Kindly help me to do this.
Regards,
Syed

Hi Syed,
Place your Excel file in server and create a Web Intelligence report (Select source as Excel) on top of it. Now use this report as a source and create a dashboard using LIVE OFFICE or BI Web Services.
Find the below links for reference
SAP BusinessObjects Live Office - YouTube
BI Web Services (BIWS) Tutorial: 1 of 2 Web Intelligence - YouTube
http://everythingxcelsius.com/xcelsius-training/xcelsius-and-business-intelligence-web-services-biws/3642
Regards,
G Sujitha

Similar Messages

  • How to WorkDay() Excel Function in Business Objects Web Intelligence 12.2.7

    Hi,
    I am calculating OTD SLA metrics using the Business Object Web Intelligence, but I am stuck with the WorkDay() how to use this in BO, as it is available in Excel.  Requirement is that I need to add business days (Saturdays and Sundays should not be considered) to a particular date. Greatly appreciate if some one can help me immediately as this is high priority right now and need to complete it <REMOVED_BY_MODERATOR>. Thank you, Shiv.   Thanks in advance.
    Edited by: Pravender on Nov 22, 2010 11:18 AM

    Thank you for trying to reply.
    What exactly I need is that:
    Example:
    11/19/2010  +  3  this should give me the date 11/24/2010 which is actually  excluding Sat and Sun and adding only the business days to the date.
    Please provide me full formula
    Thanks in advance, Shiv

  • Web Intelligence in edit window i receive error when i try to save as excel

    When I edit Web Intelligence report and want to save it as excel/pdf or CSV I receive error u201CWeb Intelligence Servlet error: Get%3ANoWebIServerfoundforthissessionIDu201D
    Address that I receive from application is
    "https://wpr06.tp.gk.corp.tepenet/AnalyticalReporting/Webi/cdzServlet?getBlob&BlobID=TMP253&SessionID=wpr05:6400@6536561JLelNym3xRUY0FYn6536560J4ghiQpa9dS6ZB5z&CdzSession=wpr05:6400@6536561JLelNym3xRUY0FYn6536560J4ghiQpa9dS6ZB5z,WPR02.Serwer%20raportĂłw%20Web%20Intelligence%2001,AeDiT.66gWxKnz6L2YV_0pA,wpr05:6400,@WPRBIS,osca:iiop://wpr05:6400;SI_SESSIONID=6536560J4ghiQpa9dS6ZB5z&DocumentToken=&SessionID=wpr05:6400@6536561JLelNym3xRUY0FYn6536560J4ghiQpa9dS6ZB5z&CdzSession=wpr05:6400@6536561JLelNym3xRUY0FYn6536560J4ghiQpa9dS6ZB5z,WPR02.Serwer%20raportĂłw%20Web%20Intelligence%2001,AeDiT.66gWxKnz6L2YV_0pA,wpr05:6400,@WPRBIS,osca:iiop://wpr05:6400;SI_SESSIONID=6536560J4ghiQpa9dS6ZB5z&DocumentName=Pozyskanie.xls"
    If I change https to http I receive file. Or Business Object server have set ssl in Tomcat but we havenu2019t got set ssl in business object cms server. We want only to have ssl communication on our page but not in fat client Desktop Intelligence.
    The same function but not in edit windows work properly.
    We got Business Object R3.1 SP2.07

    SSL just on Tomcat (Client Browser to Tomcat implementation) should work with no problems with Java Report Panel. No SSL for CORBA communications between BOE servers needed.
    There must be some config issue - I think it'll be easier to find out and fix this if you open a support ticket.

  • Web Intelligence export to Excel misses some fields

    Hi,
    Our system is running BusinessObjects Enterprise XI 3.1 with SP3 (no fix packs).  The behavior I'm seeing is when exporting a particular Webi doc to Excel. 
    Here is some background info for the document I am attempting to export to Excel. The doc contains a section and the section has a crosstab including description header cells.  I have added an additional cell at the top of the section with section specific information in it- nothing that strange yet.  If my InfoView (Web Intelligence) preferences is set so that 'Select a priority for saving to MS Excel' is set to 'Prioritize easy data processing in Excel' then the exported document is missing the additional cell at the top of the section (all other data is fine).  If the setting is set to 'Prioritize the formatting of the documents' then the Excel export works perfectly.
    My question is why would this be?  The cell is just a simple dimension (string).  My only fear about changing this Excel setting is that there is a warning in the 'Business Objects XI 3.1 Release Notes' guide.  It states
    Large Web Intelligence documents should be saved to Excel format using the "Prioritize data processing" option". The generated Excel might not open if the document is large and saved with the "prioritize formatting" option.
    Thanks,
    Steve

    We are experiencing similar issue using BO 4 SP2 Patch 10 when exporting to Excel with setting 'Prioritize easy data processing in Excel'.  Exporting data worked after changing WEBI settings to 'Prioritize the formatting of the documents'
    Documentation regarding this option states following:
    "Under "Select a priority for saving to MS Excel", select the option that best fits your needs:
    u2022 If you want to display the data in a format that is similar to working in Web Intelligence, then
    choose Prioritize the formatting of the documents.
    u2022 If you want to display the data in a text format, then choose Prioritize easy data processing in
    Excel."
    If I understand this explanation correctly then both options should have extracted the same content to Excel. Difference should have been how the contents were formatted and should not have caused loss of information.
    I logged support ticket for this issue.

  • Error when refreshing web intelligence document less then every minute

    Hi all,
    I get the following error, when refreshing document via javascript more often then every minute:
    Server Error in '/Dashboard' Application.
    FatalException occured. The cause was : BusinessObjects.Enterprise.OcaFramework.Oca.oca_abuse: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2 at BusinessObjects.Enterprise.OcaFramework.ManagedService.invoke(MethodInfo method, Object[] args, IDictionary context)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: BusinessObjects.Enterprise.OcaFramework.ManagedServiceFatalException: FatalException occured. The cause was : BusinessObjects.Enterprise.OcaFramework.Oca.oca_abuse: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2 at BusinessObjects.Enterprise.OcaFramework.ManagedService.invoke(MethodInfo method, Object[] args, IDictionary context)
    Source Error:
    Line 121:               
    Line 122:                    //Session["StorageToken" + strDocId] = doc.StorageToken;
    Line 123:               doc = reportEngine.OpenDocument(intDocID);
    Line 124:               //doc = reportEngine.GetDocumentFromStorageToken(storageToken);
    Line 125:               doc.Refresh();
    Source File: c:\inetpub\wwwroot\dashboard\document.aspx.cs    Line: 123
    Stack Trace:
    [ManagedServiceFatalException: FatalException occured. The cause was : BusinessObjects.Enterprise.OcaFramework.Oca.oca_abuse: IDL:img.seagatesoftware.com/OCA/oca_abuse:3.2
       at BusinessObjects.Enterprise.OcaFramework.ManagedService.invoke(MethodInfo method, Object[] args, IDictionary context)]
       BusinessObjects.ReportEngine.WI.Internal.Server.OCCA._WICDZProxy.initInstance(Byte[] p0, UTF8StringHolder p1)
       BusinessObjects.ReportEngine.WI.Internal.Server.OCCA.OCCAServerStub.InitInstance(String clientInfo, Int32& returnCode)
    [CommunicationException: The Web Intelligence server could not be reached. Contact your Business Objects administrator. (Error: RWI 00236)]
       BusinessObjects.ReportEngine.WI.Internal.Server.OCCA.OCCAServerStub.InitInstance(String clientInfo, Int32& returnCode)
       BusinessObjects.ReportEngine.WI.Internal.Server.ServerCaller.InitInstance(String clientInfo)
       BusinessObjects.ReportEngine.WI.Internal.WIDocumentInstance..ctor(WIReportEngine engine, Int32 documentId)
       BusinessObjects.ReportEngine.WI.Internal.WIReportEngine.OpenDocument(Int32 documentId)
       Dashboard.document.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\dashboard\document.aspx.cs:123
       System.Web.UI.Control.OnLoad(EventArgs e)
       System.Web.UI.Control.LoadRecursive()
       System.Web.UI.Page.ProcessRequestMain()
    Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
    I searched forum and google for this error, but I didn't find anything. Did you heard of this error? How can I fix it?
    My BO Version is BusinessObjects Enterprise XI (without any ServicePacks). Is there a SP which fix this error?
    Thank you for every idea!!!

    Hi,
    Copy File from Client system to server in same folder location .
    Make sure in Edit Query option Editable & Refreshable options are checked .
    Please check the links below  .
    Webi Excel Personal Data Provider Dynamic Data
    How to create a webi report using excel as source
    Excel as datasource in Infoview
    Excel source located in Infoview

  • Web Intelligence differences between IIS, Tomcat, etc.?

    Post Author: waynemr
    CA Forum: WebIntelligence Reporting
    I am involved in a deployment of Business Objects Enterprise XI r2 where the initial testing was done with IIS as the back end for Web Intelligence. When I went to training for BOSE, it was clear that the interface for Web Intelligence was extremely limited when IIS was used as the back end. So, I am concerned about moving my project forward using IIS. I can just imagine a few months down the road, after being trained, my users coming back and demanding all of the functionality of the Web Intelligence interface on top of Tomcat or Websphere. Unfortunately, the developers in my shop are almost exclusively Micosoft/.NET focused, so they are concerned about switching the project to a non-IIS back end. So... management wants to see a document describing what is or is not available on the Web Intelligence interface on each of the different back ends.Does anyone know of such a document? Additionally, does anyone know officially if some future offering would allow greater functionality in Web Intelligence, using IIS as the back end?Cheers!

    Hi Antonio, 
    Webi reports can export tabbed worksheets to Excel, where Crystal can't. 
    Webi requires reporting from Universes.  It cannot report directly from a database. 
    If a universe is designed well enough, it is a very good ad-hoc reporting tool for your users. 
    On the flip side, proper universe design is required for this to happen. 
    Webi functions and formulas are harder to use.  A lot of the functions and aggregation must be done in the universe. 
    In short, Crystal has more functionality in the report designer.  Webi requires a lot of designing in the universe first. 
    I prefer to use Webi as a reporting tool for users.  For my purposes, I prefer Crystal because it's more versatile with less setup requirements. 
    Hope this help,
    Brian

  • Unable to edit Web Intelligence query

    We have a Web Intelligence report with multiple queries based on what I believe to be local data sources (text files/excel). The problem that we are having is that we need to make modifications to the report's queries but when we go to edit them we get a message saying "This query cannot be edited". I believe this is happening because "Editable" was deselected in the query properties but cannot be certain.
    The report was created by a contractor who has recently left the company and no longer available to make updates. Is there any way to get back in to edit the query? Is there something else that may be causing the query to not be editable?

    As John said that it is a permission issue. I had same case like that and I resolved my problem with following below steps ( It will be best to logging in as an Administrator account to CMC)
    CMC-> Access Level -> Included Rights -> Application -> Web Intelligence -> Desktop Interface - enable local data providers
    Hope this helps, who are searching same case.

  • Web Intelligence - general

    Post Author: Optimus
    CA Forum: WebIntelligence Reporting
    Hi!
    I installed BO Enterprise XI edition - server and client (on separate computers).I also installed LiveOffice and activated it in CMC (via licence key). After that, as expected, in new MS Office 2007 I got additional tools - 'Insert Live Office doc'. My problem is that one is not able to insert Desktop intelligence document *.rep into word/excel document. What is workaround, or what was I'm doing wrong? I can import Web intelligence, but what is that (I didn't get it as a part of BO Enterprise Edition!)thanks.

    This has been an issue for a number of releases.
    BOE WISHLIST : the Enterprise Administrator should have a built-in CMC tool for managing USER PREFERENCES (including setting DEFAULTS for new Users).
    Until that finally happens, this seems to be the best way to work-around it...
    ttp://www.forumtopics.com/busobj/viewtopic.php?t=64028

  • Freeze header row panes in cross tab WEB Intelligence report

    how do i freeze the crosstab header row in the WEB INTELLIGENCE report so that the header remains stationary /freezes at the top and the data can be independently scrolled.(similar to freeze panes in MS Excel).
    please provide me with a Quick Solution since i am stuck on this task for quiet some time.

    Hi,
    Prepare to be stuck no longer!
    Sorry, this functionality is not available in webi..
    This suggestion has been made multiple times in the Ideas Place : https://cw.sdn.sap.com/cw/community/ideas/businessanalytics/sbowebi
    for example: https://cw.sdn.sap.com/cw/ideas/1664
    please Vote it up.  actually, i see it is in status "under review" so that is positive. No commitments to timeline for inclusion, so don't hold your breath!
    Regards,
    H

  • SAP Web Intelligence -Comparing subsequent columns in cross tab

    Hello,
    I am new in SAP web intelligence , I need formula (Not a SQL Query) to find difference of values between subsequent columns in cross tab. Please find attached excel for more details
    Thanks & Regards

    Try something like in below screenshot-
    Craete variable
    Diff Amount2=Previous([Amount2])-[Amount2]
    ~Anuj

  • Dynamic variables in Web Intelligence

    Hi Team,
    I am new BO reports. Have already worked on Crystal reports XI. With that knowledge, I have started working in BO web Intelligence reports.
    I am able to create a universe and able to create a sample WebI report using the universe.
    SQL viewer shows
    SELECT
    COLUMN1, column2,column3 etc..
    FROM
    TABLE1
    Parallel to this activity, we have designed a java application to generate this report with some dynamic join conditions, query parameters and order_by clauses.
    Using @variable('name') did not work.
    Please suggest me on this
    Thanks in advance,
    Kathirvel V

    Hi ,
        We can create a WebI Report having seperate Report Tab for each customer and filtering the data based on the Customer using RE SDK.
    So once the report is created and exported to CMS then it can be scheduled to Excel format.
    But here the Number of  of customers reduce or increase, then the Number of  tabs may not reduce or increase when the document is refreshed.
    So this will work only for creation and schedule in that same time.
    Thanks & Regards
    Hari Prasad

  • Practical universe schema design for ad hoc reporting in web intelligence

    Hello Folks,
    I am in the initial design phase of creating a universe out of normalized tables in oracle database. This current set of table are outside our data warehouse methodology and work flows. The new Universe will be used for ad hoc query by limited users. There are about 25-30 tables with employee data/attributes (mostly HR data). Since these tables are all dimensions with employee information on various subjects like education,address, training,*employee records* etc, what should be my join strategy with the existing table schema? where is concept of fact table?. Would you suggest any denormalizing/derived or materialized view to get the right end results. Or do you see any ETL process required before starting this task? My main concern is configuring joins between the tables and performance issue due to many joins in the current physical model. Additionally, i am concerned with employee records component in the structure, as each record of an employee may have multiple event history. How would you handle such a situation (maybe create a seperate context with the main factless fact Employee table??)
    I will appreciate your insight and approach to tackle the initial planning phase of this project.
    Thanks

    ...due to the fact that with ad-hoc reports, the links, joins, cardinalities etc may differ from report to report depending on what each individual report would require.
    Cardinalities are part of the data model, they should not change based on report requirements.
    As far as the rest, yes, designing a flexible universe can be challenging. You have the option to set up different join paths (called contexts) for different functional areas, but in some cases it just makes sense to build more than one universe on top of the same data structures.
    For an example, consider a very simple case where there is a relationship between an employee and the company motor pool (collection of company cars). The HR person wants to see all people even if they don't have cars assigned to them, so they would require an outer join from Employee to Car. The motor pool manager wants to see all cars, even those that are not currently assigned to a person, so they would require an outer join from Car to Employee. These two requirements are contradictory, and so cannot be designed into a single universe. That's not a problem, it's simply something that needs to be recognized and responded to. An HR person is not likely to care about when the next oil change is due, and the motor pool manager probably does not care about the hire date for a particular person.
    Web Intelligence makes an excellent ad hoc query engine, but it does require some investment in a proper universe structure.

  • The charts does appear in Web Intelligence canvas

    Hi,
    It is about Web Intelligence
    I have installed Web Intelligence in BOBJ Server. I open infoview in order to create a Web Intelligence report. But when I put a chart in the canvas it does not appear.
    If I put in View Structure option I can see that the chart is there.
    Please help me, somebody knows how to solve this issue?
    Regards,
    Paulina

    Paulina,
    Not every grid lends itself nicely to a particular chart.  When applying a chart to a grid that will not work, the response in WebI seems to be nothing, zilch, no negative feedback, no error warnings, but just as you are experiencing right now.  The steps to take next is try a different chart type to see if you get anything.  Another step would be to "strip" down the grid to the bare essentials (like an x-axis and a measure and try a bar chart first).  Once you're able to work something up, continue adding more complexity until you know the tipping point and then backoff, regroup, and try something else.  Charting in WebI is an iterative process and not quite as "user-friendly" than something perhaps like Excel...but eventually with persistence you will arrive at your destination.
    Thanks,
    John

  • Issue with "Drill" & navigation for Web Intelligence Rich client

    Hello,
    I  have created a document by using a local Excel file in Web Intelligence Rich client tool.
    1.Now I want to use "Drill" option to my document...can you please help me in this respect as I am not getting the "Analysis pane" & other standard options(for Drill) that we get for a document created from a Universe?
    2.I have 4 reports in this document. I want to  navigate from the first report to any other reports in the same document by clicking a button or link in the first report.Any idea how to do it?
    Thank you in advance for your help.
    Regards,
    Soumya

    1. have you created any hierarchy in the universe ? after creating required hierarchy, in the webi report you need to enable drill mode.
    2. you can use opendocument url with sReportName parameter. Please check this doc for details: http://help.sap.com/businessobject/product_guides/boexir3/en/xi3-1_url_reporting_opendocument_en.pdf
    But for this you need to export the report to InfoView.

  • Refresh of Data in Xcelsius from Web Intelligence Results

    Hello,
    I am new to the forum but not to Business Objects/Xcelsius.  I attended the SAP Sapphire Event last May and spent time in the Business Objects lab.  Two Product Managers demonstrated how I would be able to refresh the data in an Xcelsius dashboard using Live Office by retreiving results from a Webi document without refreshing the Webi query. 
    For example, my Webi document contains 100,000 result rows.  I want to be able to select a dropdown in my dashboard and have Live Office retreive only a subset of the 100,000 rows.  This being done without having the Webi query being refreshed from the database.  The Webi query would be refreshed nightly.
    The Product Managers advised that this functionality would be available in Service Pack 3 or before.  As of now I cannot find out how to make this work.  Any help or information would be appreciated.  Thanks.

    Hello Charles,
    WebIntelligence Input Controls are a way to enhance and customize user experience with report filters, they are therefore based on report filters and the feature is more focused on user interface & experience rather than exposition outside web intelligence.
    Anyway, AFAIK, report filters are not available from Live Office report parts, you can only filter content with prompts, which requires the document to be refresh from the database, which has a direct impact on performance and scalability for consumers.
    However, if you are with WebIntelligence XI 3.1 SP2 you have the alternative to publish from WebI Rich Client, report elements (any table or chart) as web services (called BI Services).
    This tool is based on Qaaws technology, and share some of its features (main being that is uses the same Xcelsius Data Manager connection), it exposes a large part of WebI interactions to external consumers (esp. Xcelsius) : report filters, drill, prompts.
    Besides this tool provides a set of call input parameters to tune web service consumption for best performance and scalability, enabling to leverage WebI document management features like scehduling, publishing and refresh, so consumers can balance performance with real-time data.
    More information is available from WebIntelligence Rich Client user documentation from section sharing webi content with other web applications.
    I recommend you install the latest fix pack (SP2.5 and above), as some initial fixes were required to ensure full compatibility with Xcelsius.
    Hope that helps,
    David.

Maybe you are looking for

  • Applications/documents not opening from Finder/Desktop

    iMac 17" 800. I returned home after 3 months away to find the iMac in a mess (it is used by my wife and daughter). I repaired preferences and then found the disk to be not repairable with Disk Utilities. I started as a Target Drive and repaired from

  • Template view fine in test browser but not when a page is created from it

    I'm trying to recreate a template page from my site using different code for the drop down menu at the top. The template behaves properly when i test it in Safari vs. 5.0.6 but when i test a page made from that template (using the File>New> Page from

  • Variable in area

    Hi Friends, In the planning area , variables tab, if there is a variable defined for a characteristic, but it is not used in the planning level and the planning level shows 'selection in package' is not flagged, and there is no values set in the leve

  • Pagefile gets deleted after reboot

    I have moved the pagefile to another partition and left a small piece on the system drive: C: (Windows) 200-500 MB B: (Temp) 4000-16000 MB When I set the pagefile size, the pagefile gets created immediately, but after reboot it gets deleted again and

  • Business Content Mistake

    Guys, i have installed 0profitcenter from business content and by mistake i modified it too. now when I try to install the 0profit center from the business content again it does not overwrite.  Please help. thanks.