Exporting Cross-Tab to Excel using RAS 9.0 - incorrect and data loss

Hello,
Hope somone can help to solve the following issue.
Develop a cross-tab report using Crystal Report Developer 9.0. service pack 5 or above.
(1). Viewing in Crystal Report - no problem - all rows and columns displayed correctly.
(2). Export to Excel using Crystal Report - no problem - all rows and columns exported correctly.
(3). Viewing in RAS 9.0 - no problem, all rows and columns displayed correctly.
(4). Export to Excel using RAS 9.0 - problem - only one or two rows with last rows are exported but wrong data. Most columns are not exported.  Seems like exporting errors.
RAS 9.0 was patched with hotfix 200603 and service pack 5.
Please help or is there any hotfix or service pack that resolved this problem?  As developer, we can use crystal report for exporting but for users, their only choice is through RAS.
Thank you very much!

Please re-post if this is still an issue to the .NET Development - Crystal Reports Forum or purchase a case and have a dedicated support engineer work with you directly

Similar Messages

  • Exporting Cross Tabs to Excel - Data Only

    I have a report with three cross tabs embedded in three report footers (RFa, RFb, RFc).  The third cross tab in RFc, is actually in a subreport.  When I preview the report and then export to excel in Excel Data Only there is no problem.  Howeever, when I export the report (with the same export settings as before) without previewing it first, it truncates the data found in the first and third crosstabs.  Anybody have any ideas on what could be causing this?  I have played with the settings in the export options and have gotten it to export the first and second crosstabs without previewing but the third crosstab is still a problem.
    I thought that Crystal reports would export exactly what is in the report and I do not know why previewing should matter or not?
    Thank you for your help!

    Athalia,
    I tried to recreate the issue using the Xtreme sample database with 3 crosstabs in RFa,b,c with hours of the day as columns. First crosstab has rows for Region, second uses City, and third uses Country.
    All 3 are summarizing Customer Credit ID and the 3rd has the sum of Last Years Sales and count of Address1.
    When I export this I get the correct result whether the report is previewed or not. I am using the exporting options, Maintain Relative Object position, Maintain Column Alignment, and Simplify Page Header
    I would suggest;
    a) Ensure that the 3 crosstabs are left aligned and that the column widths of all 3 are the same
    b) If there are any other sections in the report that are visible try suppressing all but the 3 sections with the crosstabs in them, will it export now?
    c) Try recreating the 3rd crosstab adding just 1 summarized field at a time until it fails and then any formatting that you had done until it fails to try and narrow down what is causing the truncation
    d) Try creating a similar report using the Xtreme sample database to see if you can recreate the issue and if so then document the steps so that I can recreate it.

  • Export Project Tasks to Excel using VBA by Custom Field

    Question referring to the link:
    http://social.technet.microsoft.com/Forums/projectserver/en-US/9c46458c-893f-41ba-bd46-bdb59c533f4a/export-project-tasks-to-excel-using-vba-by-custom-field?forum=project2010custprog
    Help needed. I have inserted my question at this address for Andrew or anybody else to reply. Hope to hear from you.
    Regards,
    Chuck

    Thank you Andrew for getting back to me and I have found somewhere on the net the following macro that would do the job for the version 2007. Here is a copy for those that may need it.
    Option Explicit
    Sub CreateMenus()
    Dim cbrMain As CommandBar
    Dim ctlMain As CommandBarControl
    Dim ctlOLExport1 As CommandBarControl
    Dim ctlOLExport2 As CommandBarControl
    Dim ctlOLExport3 As CommandBarControl
    Set cbrMain = Application.CommandBars.ActiveMenuBar
    Set ctlMain = cbrMain.Controls.Add(Type:=msoControlPopup, Temporary:=True)
    ctlMain.Caption = "Export to Outlook"
    Set ctlOLExport1 = ctlMain.CommandBar.Controls.Add(Type:=msoControlButton)
    With ctlOLExport1
    .Caption = "Selection to Outlook tasks"
    .OnAction = "Macro """ & "Export_Selection_To_OL_Tasks"""
    End With
    Set ctlOLExport2 = ctlMain.CommandBar.Controls.Add(Type:=msoControlButton)
    With ctlOLExport2
    .Caption = "Selection to Outlook appointments"
    .OnAction = "Macro """ & "Export_Selection_To_OL_Appointments"""
    End With
    Set ctlOLExport3 = ctlMain.CommandBar.Controls.Add(Type:=msoControlButton)
    With ctlOLExport3
    .Caption = "Selection to Outlook notes"
    .OnAction = "Macro """ & "Export_Selection_To_OL_Notes"""
    End With
    End Sub
    Cheers!
    Chuck

  • Export Cross tab percent values to excel as percent format

    Post Author: mailtovenkats
    CA Forum: Exporting
    Hi,
       when im exporting percent values in cross tab report to excel then excel format cell is not converting as percent and its format as genreral. i want to be excel format as percent.
    Any one help me do to achive this.
    Thanks,
    Venki

    Dear Yuka,
    You may check this thread:
    Re: Incorrect date format in excel reports
    Thanks,
    Gordon

  • I am trying to export a PDF to Excel but it just says loading and doesnt go any further?

    When I try to export a PDF to Excel it just saying "loading" it will not go past that am I doing something wrong?

    Hi kymperez2010,
    I'm sure you're doing nothing wrong. Please try the following:
    Clear the browser cache, and log back in to https://cloud.acrobat.com/exportpdf
    Make sure that you're using a supported web browser (see System Requirements | Adobe Acrobat Pro and Online Services).
    Make sure that the file you're trying to convert is 100 MB or smaller (even if you are working with a smaller file, if the PDF has a large number of pages, it may be too complex for the ExportPDF service to convert before timing out.
    Try a different PDF to check whether you're able to convert any PDFs in general.
    Let's start there. Please let us know how it goes.
    Best,
    Sara

  • How can i use FNDLOAD for XML reports and data defnitions

    I registerd concurrent program and linked xml reports and data defnitions in staging instance, and successfully moved to DEV.. after that stage is refreshed and when i download the details from DEV and uploaded to Stage only concurrent program i can upload...Wheteher we can use FNDLOAD Command for the Data definitions or Data template for the XML Report,used FNDLOAD for the concurrent program, it uploaded only concurrent program details.

    Hi,
    Use XDOLoader.
    Note: 469585.1 - How To Use XDOLoader?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=469585.1
    Regards,
    Hussein

  • Creating tabs in excel using pl sql

    below is the procedure that i have written...
    i am currently spooling all the data into a single worsheet....
    i want to put data in seperate worksheets in the same excel files....
    how wud i go abt doing that?
    SELECT to_char(sysdate, 'DD-Mon-YYYY') today
    FROM dual;
    define spoolid= &xtoday
    DEFINE ext =.csv
    define outfile=d:\utility\DailyReport-&spoolid&ext
    spool &outfile
    -- Creating the Application input file records
    SELECT 'COLUMN_NAME,DATA_TYPE,NULLABLE,DATA_DEFAULT,COLUMN_ID,CONSTRAINTS,COMMENTS'
    FROM dual;
    DECLARE
    n_moduleid number;
    CURSOR Cur_TableNames(mId number) IS
    SELECT STRTABLENAME
    FROM MODULE_DATA
    WHERE NMODULEID = n_moduleid;
    rt_tbnames MODULE_DATA.STRTABLENAME%type;
    CURSOR Cur_TableData(Tbname MODULE_DATA.STRTABLENAME%type) IS
    SELECT a.COLUMN_NAME||','||
    a.DATA_TYPE || decode(a.DATA_TYPE,
    'NUMBER',
    '(' || a.DATA_PRECISION ||
    DECODE(a.DATA_SCALE, 0, '', ',' || a.DATA_SCALE) || ')',
    'DATE',
    '(' || a.DATA_LENGTH || ')') ||','||
    Decode(a.NULLABLE, 'Y', 'Yes', 'No') data1,
    a.DATA_DEFAULT data2,
    to_char(a.COLUMN_ID)||','||
    ''||','||
    b.COMMENTS data3
    FROM user_tab_columns a, user_col_comments b
    WHERE a.TABLE_NAME = Tbname
    AND a.TABLE_NAME = b.TABLE_NAME
    ANd a.COLUMN_NAME = b.COLUMN_NAME
    ORDER BY a.COLUMN_ID;
    rt_tbdata Cur_TableData%ROWTYPE;
    BEGIN
    SELECT NMODULEID
    INTO n_moduleid
    FROM MODULE
    WHERE STRMODULENAME = 'MOVEMENT';
    --dbms_output.put_line(n_moduleid);
    OPEN Cur_TableNames(n_moduleid);
    LOOP
    FETCH Cur_TableNames INTO rt_tbnames;
    EXIT WHEN Cur_TableNames%NOTFOUND;
    my_dbms_output.put_line(rt_tbnames);
    my_dbms_output.put_line('');
    FOR rt_tbdata in Cur_TableData(rt_tbnames)
    LOOP
    my_dbms_output.put_line(rt_tbdata.data1||','||rt_tbdata.data2||','||rt_tbdata.data3);
    END LOOP;
    my_dbms_output.put_line('');
    END LOOP;
    CLOSE Cur_TableNames;
    END;
    select text from my_dbms_output_view;
    SPOOL OFF;

    You may have to use VBA to split data up into separate tabs.
    Or put multiple CSV files together into a single workbook -- again with VBA.

  • HOW CAN I ADD NEW WORKSHEET(TAB) TO EXCEL USING ABAP pROGRAM?

    i want to add new tabs to my excel file using abap.... can someone help me on this?

    hi,
    PERFORM add_worksheet USING 'Test 1'.
    *& Form ADD_WORKSHEET
    FORM add_worksheet USING i_name.
    Add new worksheet
      IF g_first_ws <> 'N'.
        g_first_ws = 'N'.
        GET PROPERTY OF g_excel 'ACTIVESHEET' = g_worksheet.
      ELSE.
        CALL METHOD OF g_worksheets 'Add' = g_worksheet.
      ENDIF.
      SET PROPERTY OF g_worksheet 'NAME' = i_name.
      g_row = 1.
      g_col = 1.
    ENDFORM. " ADD_WORKSHEET

  • Installed v.7.01 and does not load 14 tabs. I use a 4 screen system and v. 6.02 worked fine, I had to reinstall 6.02 which again works w/o problem, but 7.01 loading endlessly so I kicked it off. what's the reason?

    at first after installing v. 7.01. worked well, but afterwards did not refresh, i.e. never ending loading. made a bullguard antivirus check which took 5 hrs, but no result. then I made a system reset to a former backup point, but firefox 6.02 did not appear on screen when clicking on its icon. deinstalling 7.01 and installing 6.02 again solved the problem. I use 4 screens with 5 to 14 tabs on each screen. with 6.02 no problem so far. but 7.01 no way. what's going on?

    Thaodan wrote:Can you write /var/tmp/kdecache-$USER?
    What exactly do u mean? There are a few folders/files inside.

  • Why was "Recent pages" downarrow removed from the navigation toolbar in Firefox 4? It showed recent pages for each open tab. I used it quite a bit and won't "upgrade" until it's back!

    A missing "recent pages" button missing from Internet Explorer is one reason I don't use IE.
    Recent pages used to be the down arrow to the right of the "Go forward one page" right arrow. Please restore ASAP

    Use this to open the tab history list:
    * Right click on the Back or Forward button
    * Hold down the left mouse button on the enabled Back or Forward button until the list opens
    You can look at this extension:
    * Backward Forward History Dropdown: https://addons.mozilla.org/firefox/addon/backforedrop/

  • Using a submit email button and data format

    I have been reviewing the following document and have 1 question.
    http://www.adobe.com/devnet/livecycle/articles/lc_understanding_submit_tip.pdf
    Is there a way to customize the data format using a submit button?
    I may have the requirement to have end users submit data through an email submit button, but the client wants the data in the format Fieldname [delimiter of some sort] Fieldvalue, is this possible?  Would you need to manually edit the xml in the form to do this? Any pointers would be appreciated.
    The only options I see in the attributes of the email submit button are:
    XDP
    XML
    PDF
    URL encoded data
    Thank you,

    I have discussed this with Lori DeFurio, past Acrobat (and PDF) Developer Evangelist, and most recently, responsible for Customer & Field Enablement, who has informed me that this is possible and directed me to these forums for a resolution.
    Has anyone actually accomplished this?  Any information is appreciated.
    Thank you,

  • Use of Server groupware intergration and data transfered

    Hi
    We want to use server side groupware intergration , has any one got any experience of this ?
    What processes is it used for and how user friendly is it for the sales force ?  I can find no screen shots of what the data should look like in GW so would appreciate some input on this.
    Currently data downloaded to GW  has no e-mail address information in it but can not identify what is incorrect. Any help appreciated.
    Regards
    M
    Edited by: Melita Oliver on Jun 30, 2011 8:15 PM

    Hi
    We want to use server side groupware intergration , has any one got any experience of this ?
    What processes is it used for and how user friendly is it for the sales force ?  I can find no screen shots of what the data should look like in GW so would appreciate some input on this.
    Currently data downloaded to GW  has no e-mail address information in it but can not identify what is incorrect. Any help appreciated.
    Regards
    M
    Edited by: Melita Oliver on Jun 30, 2011 8:15 PM

  • Using TC for back up and data storage...partition?

    I'm not sure I know enough to word this question properly so my apologies in advance.
    I picked up a time capsule today and I want to make sure I set it up the right way. Besides using it for back-ups, I'd like to use it for data storage of things that no longer fit on my laptop. (Now a MacBook Air with a smaller drive than I'm used to.)
    I'd like to put my iPhoto library, iTunes and various other things that I don't have to have with me all the time on it.
    Should I partition the drive? Can I partition the drive? For data and backup sections?
    I also have a question re: two people backing up to one TC. If one is backing up all the time and one is in town only occasionally, how is space distributed if partitioning isn't possible? If the TC capsule backes up till it's full and then drops off the oldest backup, what does it do when it;s full and the occasionally backed up machine is put into the network?
    Many thanks for any help. I'm looking forward to setting this up and would like to avoid doing it wrong!

    whateverwerks wrote:
    Should I partition the drive? Can I partition the drive? For data and backup sections?
    I also have a question re: two people backing up to one TC. If one is backing up all the time and one is in town only occasionally, how is space distributed if partitioning isn't possible? If the TC capsule backes up till it's full and then drops off the oldest backup, what does it do when it;s full and the occasionally backed up machine is put into the network?
    Many thanks for any help. I'm looking forward to setting this up and would like to avoid doing it wrong!
    The drive cannot be partitioned. You can create folders as you wish to suit your need for things other than backups.
    As noted earlier, when the occasionally connected machine is connected for backup, it will delete the oldest backup for that machine to make room when needed.

  • HT201274 If i use the "Erase all Content and Data" button can I put an app back on the phone that is no longer in the app store but is store on the itunes in my computer?

    I have an app, no longer in the app store, that i want to keep an iphone i'm getting rid of. I backed up the iphone on itunes and deleted all data, but the app, manually. I want to erase all data, and then put the app back on the phone. Please advise. Thanks

    Then as I said you can do an Erase All Content and Settings which will wipe the phone. Completely. In order to add a game from your iTunes you will have to activate the iPhone with your Apple ID and then sync the game. You don't have to sync anything else. But you will need to sell the phone with your Apple ID on it.

  • Re: Suppression Code in Cross tab Report

    Hi All,
    I am working with a cross tab report which has location descriptions as rows and dates as columns and the revenues as the summarized field.
    Now I have over 7 locations without revenues and I need only 3 of them  for suppose 'LOC X' 'LOC Y' 'LOC Z' to be suppressed.
    How can i Suppress only those 3 locations.
    Can any one help  me with code please.
    Thanks In Advance,
    Nani

    Nani
    Can you use the "Suppress empty Rows" from the Customize Style tab in the CrossTab Expert?
    Also, if your datasource is a Stored Procedure, you can filter them out there.
    Edited by: Marty Reyes on Jan 3, 2011 10:52 PM

Maybe you are looking for