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.

Similar Messages

  • Downloading ALV to EXCEL - in some fields the last character is missing ...

    Hi,
    I am experiencing this kind of problem when downloading ALV report into Excel :-
    "You are downloading an ALV result to an EXCEL file. In some fields the last character is missing."
    For example, if MATNR is 0000234567 in display but after downloading to excel it becomes only 23456.
    I found another related forum thread : Pronlem while downloading ALV grid to excel
    I tried the suggested method to apply OSS note 1075315. However, the note cannot be implemented in the system. I am working in a ECC6 environment (SAP version 700, 701).
    Kindly please help me if you came across the similar kind of issue. Thanks much.

    Hi gkGoh8     ,
    The link thread that you just gave already provided the answer, in your field catalog you need to activate field lzero.
    1. Check FM : REUSE_ALV_GRID_DISPLAY
    2. Import Parameter tab :IT_FIELDCAT
    3. Double click SLIS_T_FIELDCAT_ALV
    4. On type group SLIS, check line 93
    Regards,
    JQC

  • Webi-Break Export to excel

    Hi,
    How do I export a webi report to excel to multiple tabs (based on a break).
    I have a break on Month in the report. When I export it to excel, I woulld like the each month to be on a separate tab in excel.
    I appreciate your help.
    Thank You
    Veena

    Hi Veena,
    As far as I know you can't do that in Webi.
    The only way to export on a separate tab to Excel is to create separate report in Web Intelligence.
    You can try to duplicate existing report in Web Intelligence and filter (simple filter bar, input control, report filter, block filter, ...) your break to show only one value of your break for your table. And do it for the 11 more month. you'll get 12 reports on your Web Intelligence document and 12 tabs on your Excel document once exported.
    A little bit "handmade" but I think the only solution mainly if you schedule your document to an Excel destination.
    Regards,

  • SAP- Webi Report Export to Excel

    Hello ,
    I have Report developed in SAP Web intelligence .Report Displays dept wise annual summary.Now export to excel functionality generates one single excel sheet with all dept wise data in one single tab.
    Is it possible to SAP webi to generate separate tab for each dept  in a single excel file after exporting it into excel.
    So suppose i have 12 dept details in sap webi report in cross tab format  so after exporting into excel 12 separate tabs get created one for each dept into a single excel file
    Thanks & Regards
    Gourav Joshi

    Hello Anuj,
    I don't want to use Busting Here and Even Don't want separate excels per department.
    I am looking for excel export functionality.
    i.e Suppose i have result set for 4 different Departments in SAP Webi Report. l am expecting export-excel functionality such a way that 4 separate tabs(Sheets) gets created  for 4 different departments into one single excel after exporting report into excel.
    I used breaks at section levels but that does't not worked out for me
    Any help would be greatly appreciated!!!!!

  • Export To Excel - Missing IN or OUT parameter at index:: 1

    Hi All,
    I have designed new OAF search page along with Export to Excel button on Result table but after search event when i try to export the data into Excel using inbuilt "Export to Excel" btn feature, I am getting below exception. How can I resolve this exception ..I have added search parameters programmatically in code and it also wrking.
    oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Statement: SELECT * FROM (SELECT DISTINCT CONTRACT_ID, SERIAL_NUM,
    SITE_NAME, MODEL_ID,
    MODEL_VER, PROCESS_STATUS,
    DECODE(PROCESS_STATUS,'ERRORED','OraErrorText', 'SUCCESS', 'OraTipLabel' )AS FONT_COLOR
    FROM GEPS_ICAM_SCHEDULE) QRSLT WHERE (CONTRACT_ID = :1 AND MODEL_ID = :2 AND SERIAL_NUM = :3 AND SITE_NAME = :4 AND PROCESS_STATUS = :5)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1145)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2680)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1683)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
         at oa_html._OA._jspService(_OA.java:82)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    java.sql.SQLException: Missing IN or OUT parameter at index:: 1
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179)
         at oracle.jdbc.driver.OracleStatement.checkBindsInAndOut(OracleStatement.java:2000)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2924)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:658)
         at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:584)
         at oracle.jbo.server.QueryCollection.buildResultSet(QueryCollection.java:631)
         at oracle.jbo.server.QueryCollection.executeQuery(QueryCollection.java:518)
         at oracle.jbo.server.ViewObjectImpl.executeQueryForCollection(ViewObjectImpl.java:3375)
         at oracle.jbo.server.OAJboViewObjectImpl.executeQueryForCollection(OAJboViewObjectImpl.java:828)
         at oracle.apps.fnd.framework.server.OAViewObjectImpl.executeQueryForCollection(OAViewObjectImpl.java:4481)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:574)
         at oracle.jbo.server.ViewRowSetImpl.execute(ViewRowSetImpl.java:544)
         at oracle.jbo.server.ViewRowSetImpl.executeDetailQuery(ViewRowSetImpl.java:619)
         at oracle.jbo.server.ViewRowSetImpl.executeQuery(ViewRowSetImpl.java:613)
         at oracle.apps.fnd.framework.webui.OAExportHelper.getRegionResults(OAExportHelper.java:737)
         at oracle.apps.fnd.framework.webui.OAExportHelper.getPageResults(OAExportHelper.java:454)
         at oracle.apps.fnd.framework.webui.OAExportHelper.processFormRequest(OAExportHelper.java:306)
         at oracle.apps.fnd.framework.webui.beans.form.OASubmitButtonBean.processFormRequest(OASubmitButtonBean.java:515)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.layout.OAFlowLayoutBean.processFormRequest(OAFlowLayoutBean.java:370)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1037)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
         at oracle.apps.fnd.framework.webui.OATableHelper.processFormRequest(OATableHelper.java:404)
         at oracle.apps.fnd.framework.webui.beans.table.OATableBean.processFormRequest(OATableBean.java:1053)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processFormRequest(OAStackLayoutBean.java:370)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1159)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2676)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1683)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
         at oa_html._OA._jspService(_OA.java:82)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:385)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:259)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:178)
         at oracle.jsp.JspServlet.service(JspServlet.java:148)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:619)
    Thanks
    Yogesh

    Thanks Kumar for reply ..but I already handled it thru programmatically and we dont do this for "Export to Excel" button.. It automatically extract result data from the attached VO ....The thing that I dont understand is the binding exception upon "Export to excel" button selection..
    Just fyi .. have used below query to get result data in VOImpl ..
    public void initScheduleSearch(String strContractNum,
    String strModelId,
    String strSerialNum,
    String strSiteName,
    String strScheduleStatus
    this.setQuery("");
    StringBuffer whereClause = null;
    try
    whereClause = new StringBuffer(1000);
    Vector parameters = new Vector(6);
    int clauseCount = 0;
    int bindCount = 0;
    setWhereClauseParams(null); // Always reset
    if ((strContractNum != null) && (!("".equals(strContractNum.trim()))))
    whereClause.append(" CONTRACT_ID = :");
    whereClause.append(++bindCount);
    parameters.addElement(strContractNum);
    clauseCount++;
    else
    whereClause.append(" CONTRACT_ID IS NULL");
    clauseCount++;
    if((strModelId != null) && (!("".equals(strModelId.trim()))))
    if (clauseCount > 0)
    whereClause.append(" AND ");
    whereClause.append(" MODEL_ID = :");
    whereClause.append(++bindCount);
    parameters.addElement(strModelId);
    clauseCount++;
    } else
    if (clauseCount > 0)
    whereClause.append(" AND ");
    whereClause.append(" MODEL_ID IS NULL");
    clauseCount++;
    if ((strSerialNum != null) && (!("".equals(strSerialNum.trim()))))
    if (clauseCount > 0)
    whereClause.append(" AND ");
    whereClause.append(" SERIAL_NUM = :");
    whereClause.append(++bindCount);
    parameters.addElement(strSerialNum);
    clauseCount++;
    }else
    if (clauseCount > 0)
    whereClause.append(" AND ");
    whereClause.append(" SERIAL_NUM IS NULL");
    clauseCount++;
    if ((strSiteName != null) && (!("".equals(strSiteName.trim()))))
    if (clauseCount > 0)
    whereClause.append(" AND ");
    whereClause.append(" SITE_NAME = :");
    whereClause.append(++bindCount);
    parameters.addElement(strSiteName);
    clauseCount++;
    else
    if (clauseCount > 0)
    whereClause.append(" AND ");
    whereClause.append(" SITE_NAME IS NULL");
    clauseCount++;
    if (!"ALL".equals(strScheduleStatus) && !"".equals(strScheduleStatus) &&
    null!= strScheduleStatus)
    System.out.println(" After strScheduleStatus" + strScheduleStatus );
    if (clauseCount > 0)
    whereClause.append(" AND ");
    whereClause.append(" PROCESS_STATUS = :");
    whereClause.append(++bindCount);
    parameters.addElement(strScheduleStatus);
    clauseCount++;
    setWhereClause(whereClause.toString());
    if (bindCount > 0)
    Object[] params = new Object[bindCount];
    parameters.copyInto(params);
    setWhereClauseParams(params);
    this.executeQuery();
    catch(OAException e)
    if(isLoggingEnabled(1))
    return;
    finally
    whereClause.delete(0,whereClause.length());
    whereClause = null;
    setWhereClauseParams(null);
    this.setQuery("");
    }

  • Exporting to Excel causes compounded field to be divided

    I have a report with compounded fields of plant and manager (ex. 3350/200). When I attempt to export to Excel, it is treated as a division and it displays 16.75 instead. I've changed a couple of settings under Tools/Options and Query Properties in both Excel and BEx query designer, but it does not change it. I also tried to export as CSV. This works, but not without doing a lot of manual manipulations to the file and I'm trying to come up with a clean process for my users. I have not found any info in the OSS Notes. Has anyone seen this issue, or has any suggestions of what else I can try? Thanks!

    Hi Paul,
       Try to download as CSV and open again in excel, i think it will work. Or
       Format the perticular field as TEXT and try to down load.
    Or in report try to replace the perticular charachter"/" with "_" and download.
    Hope it Helps
    Srini

  • Webi Report exported to excel issues

    Hello all.
    I have a webi report which when  I export to excel gets intended to the right. That is at the top it looks right but as I scroll down it keeps moving to the right and at the end of the page all the data is completely moved to the right and is not visible.
    What could be the issue?How do I solve this?
    Thanks,
    Nisha

    Thank you for your response.
    BO Version : 3.1
    Excel: 2010
    yes the columns get shifted to the right as seen in the screenshot. So as I keep scrolling down the report shifts to the right and disappears as we keep scrolling.

  • Value Maps for Collections in Archiver missing some fields

    Hi all,
    I'm using Archiver and I need to map some of my folder metadata like the profile trigger but when I'm at the "Edit Value Maps" to map the old value to the new value for this field I find that the field I want is missing (in fact all fields that start with ColMeta. are missing.. something tells me these are the fields that are custom).
    It does not let me do a custom query either! is there any way I can get this to work?
    This field does appear for Content tho, it's just for folder/project metadata.
    I'm looking into doing a "Field Map" from ColMeta.xProfileTrigger to some field available and then use that field for the value map but I'm not sure of the implications this will have in the field I choose since those others are fields used for something else and I don't want my mapping going to that other field.
    Thanks for any help,
    malky

    Well nevermind I solved it, but I'll say how in case someone has the same problem:
    Just create the archive with any field, then go and replace that field with the one you want everywhere in the archive.hda file.
    If someone has a more elegant or better way to do this I'd like to hear it for future reference.
    Cheers,

  • Web report Export to Excel Issue

    Hi,
    I've tried to look at one of the issues already logged about the Export to Excel functionality and I was not able to find a solution to my problem.
    In my organization we are using BW 3.5. And when I run a web report, and try to export to excel a 15000 line report, I'm always getting only the first 400 or 500 rows. If I go to the last line and try to do the same, I will then get the full report exported to excel.
    Any idea why this is happening?
    Thanks,
    JS

    Try to run the report using the 0ANALYZER template and see whether you can replicate the issue.  If the behavior is same with 0ANALYZER then it will be a issue with SAP code.

  • Missing some fields using TRANSFER write to file

    Hi, Friends:
    I have a structure which has been populated with data, saying its name is "h_fkkcolfile", and it has 30 fields.
    The following statement is used to write its contents to one line of the output file, the file is in application server.
    TRANSFER h_fkkcolfile TO i_file_name.
    After the statement, we check AL11 for the contents of the file, we found only 19 fields has been written to the file, missing other fields.
    Thanks in advance.
    Liang

    Hi,
    In AL11 you can see only 512 char length, but when it download to local pc we can see all the fileds
    try to download the file using transactio code
    CG3Y and see the data.
    Regards
    Krishna

  • BW patch 21 to 23: Web report export to Excel

    Hi,
    We have applied the support packs 21 to 23 on our system (BW 3.0B). When we now export a web report to Excel, the characteristics values are missing in the report (no cost center or account number) and only the key figure values are displayed.
    Has anyone experienced that ?
    Thanks
    David

    Hi,
    note 761098 should solve your problem.
    regards, Klaus

  • Web Report export to Excel error

    Hello:
    I face the problem as follow:
    When I export web report to excel and open it. The characteristic value no display, and the key figure as usually.
    How to solve this problem? Hope anyone can give me some advices!
    Regards&Thanks!
    zagory

    Hello:
       EXP:
       A(context menu)         B        C(Key Figure)
             ablank         ablank          2000
             ablank         ablank          5000
    Hope anyone can give me some advice to solve this problem.
    Regards&Thanks!
    zagory

  • Missing some fields in Quality

    Hi Gurus,
    I have loaded a flat file successfully into master data info object in development.
    Later I moved the whole development part into quality,there I triend to load the same data.
    It also went successfully but I found some of the fields missing in Quality,even though the mapping is correct in update rules.
    Any idea why it is happening like this.

    Hello,
    What type of element you are using for printing data? I mean table or template. If template then it may not print because data exceeds the width of template cell.
    Enjoy SAP.
    Pankaj

  • WEB reports exported to Excel -  occupys lot of memory

    Hi Experts,
    When I try to export a report from Web or Bex Analyser to Excel. The report consumes lot of memory.
    The same size of data in Original Excel file occupy less memory but when it is being downloaded from WEB and Bex takes lot of memory and It doesn't let me email as an attachment.
    Can anyone give me a solution for it please.
    Thanks

    Has anyone got a solution for this? Even I have same issue. User is trying to download the web report to excel, after downloading the file is too big (in MBs) and when the user opens and save again as .xls file, then file size is coming down to KBs. The default file type is Webarchive as I observed. Need to know if there is a way to change the default file type to excel.
    Thanks for your help/hints.

  • Export to EXCEL truncates character field to 255?

    Exporting a report to excel containing fairly long memo text, the text is truncated to apparently 255 characters.  Is this a hard limitation or are there settings that will allow more? 
    InfoView 6.1.021.2263
    WebIntelligence Reporter 6.1b
    WebIntelligence Explorer 6.1b
    WebIntelligence OLAP 6.1b
    Excel (on desktop) 2003 SP3

    Hi Susan,
    This is a known issue in Infoview 6.1 and has been fixed in E6.5.1  Infoview.
    Hope this helps you!
    Regards,
    Anindita

Maybe you are looking for