Issue with exporting line to excel on Crystal Report 2013

Hi all,
I got the issue when exporting to Excel
I would like to export to excel with line border in cells. But it seems there is limitation when using "line" object. If I use line, in excel file, there is nothing. Then I changed to use border cells. It's exported fine to excel, but I got another issue.
Because data is so long, so I use "can growth" function. But if I use "can growth" function. I got issue when export to excel file like the picture I attach here.
There are a lot of empty cells when wrapping text, how can we remove empty cells? And the line was drawn incorrectly.
Thanks so much.

I need a report with border cell and do not merge cell or blank row/cell after exporting to Excel. Most of them are fine (using border cell instead of line object). But I got issue when using "CanGrow" option to extend height of text object automatically.
Below is detail.
1. If the "CanGrow" option is false
- In preview report, the field does not extend the height to show all data if it is over
- Then, export to Excel by "Microsoft Excel (97-2003)"=> it shows exactly what I saw in previewing (data has been truncated automatically).
- If export to Excel by "Microsoft Excel (97-2003) Data only" => it shows all data but the formatting of cell (border, width) is missing
2. If the "CanGrow" option is true
- In preview report, the field extends automatically if the field is too long but other fields still remain
- Then, export to Excel
I expect I can see all data with the correct border cell and do not merge cell in the preview and Excel (the cell may be wrap text or not if it is over the size but the data need to be kept instead of truncating)
Is there any solution to meet it?
Many thanks.

Similar Messages

  • Issue with use of shared variables in Crystal Reports 2008 Offline Viewer

    Hi,
    I have a report that contains a number of sub-reports which include drill-down functionality. The report returns data relating to an individual team with the user being able to view top level summary information in each area from the parent report and then drill into the sub-reports to view see more detail. The data returned by the sub-reports is filtered, using sub-report links, based on the team code parameter value given by the user. This parameter field resides in the main report.
    One of the values returned by the main report is the team name. This is passed to each sub-report using a shared variable and each sub-report displays this team name as part of a heading.
    This all works fine in Crystal Reports 2008, but when a report, containing data, is opened using Crystal 2008 Offline Viewer there is a problem with the shared variable. The value is displayed correctly when the user initially drills into the sub-report. However, when the user begins to drill into grouped data within the sub-report the value passed to the sub-report using the shared variable disappears. 
    How can I ensure that, when a report is viewed using Crystal Offline Viewer 2008, the value within the shared variable is not lost when users drill into grouped data within sub-reports
    Thanks
    Stuart

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • Date issue when exporting data to Excel from SSRS report, where date is less than 1/1/1900

    Hi,
    I am using SSRS report to display the data from database. In that data, One of the column is DATE. when I am exporting to Excel all that dates are displaying fine except 1/1/1800 12:00 AM. Instead of 1/1/1800 12:00 AM it is displaying XXXXXXXXXXXXXX values.
    Please help me to fix the issue.
    Please let me know if more clarification required.
    Thanks In advance.

    Hello,
    We can use Cstr() function to convert the Date type data to String data. Suppose we have a field named DateTime, please refer to the expression below:
    =Cstr(Fields!DateTime.Value)
    Then we can get a string type data. There is an article about SSRS expression, you can refer to it.
    http://msdn.microsoft.com/en-us/library/ms157328.aspx
    If you have any questions, please feel free to let me know.
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Sap Crystal Reports 2013 Performance Issues

    Hi,
    We are planing to do the report migration to sap crystal report 2013. now we have crystal report xi Developer licensed version and we download the 30 days evaluation(trial) version of sap crystal report 2013 only for testing. we have 1 report that created in crystal report xi version it runs within 5 mins for 2 lakhs records and same report we are testing on sap crystal report 2013 evaluation(trial) version with same connection and same report parameters it took 10 mins for 2 lakhs records.every report take more time in sap crystal report 2013 evaluation(trial) version as compared to crystal report xi Developer licensed version.
    Why this happened? is it issue of evaluation(trial) version of sap crystal report 2013?
    Kind Regards,
    Ganesh

    Hi Jamie,
    what database are you using?
    Oracle
    what specific db version?
    Oracle  11g
    what connection method?
    Oracle Server
    Above same thing we r using for crystal report xi licensed version and sap crystal report 2013 evaluation(trial) version but now issues is that report takes 45 min in sap crystal report 2013 evaluation(trial) version for 2 lac records,but same report takes only 5 min to run in crystal report xi licensed version. is this issue of licensed bcoz now we are run report on sap crystal report 2013 evaluation(trial) version.

  • Issue with export in Excel in WAD

    Hi
    I have an issue with export to excel in WAD. I have a web template with two or more tabs.
    On the webtemplate I have two buttons to export to excel. One to export the content from the active tab and one button to export content in all tabs.
    My problem is that when I export to excel it always add the current/active content twice. I've tried with both buttons and they work as expected except that they export one table to much (the active).
    can anyone help / give a clue what to look for.
    br,
    John
    Edited by: John Dolph on Apr 15, 2010 10:50 AM

    Hi
    Sorry I has been a while but the problem still occurs,
    I've defined my export button group like this in a seperate template and I expected that it would only return the resultset from TAB_A and TAB_B but it also export the resultset from the tab I'm currently on.
    <bi:TEMPLATE_PARAMETERS name="TEMPLATE_PARAMETERS" />
                <bi:BUTTON_GROUP_ITEM name="TAB_BUTTONs" designheight="23" designwidth="300" >
                    <bi:BUTTON_LIST type="ORDEREDLIST" >
                        <bi:BUTTON type="COMPOSITE" index="2" >
                            <bi:CAPTION value="EXCEL" />
                            <bi:TOOLTIP value="Table, Graph and/or Table/Graph download to PDF" />
                            <bi:ACTION type="CHOICE" value="INSTRUCTION" >
                                <bi:INSTRUCTION >
                                    <bi:EXPORT >
                                        <bi:ITEM_REF_LIST type="UNORDEREDLIST" >
                                            <bi:ITEM_REF index="1" value="TAB_A_ANALYSIS" />
                                            <bi:ITEM_REF index="2" value="TAB_A_CHART" />
                                            <bi:ITEM_REF index="3" value="TAB_B_ANALYSIS" />
                                            <bi:ITEM_REF index="4" value="TAB_B_CHART" />
                                        </bi:ITEM_REF_LIST>
                                        <bi:EXPORT_FORMAT value="XLS" />
                                    </bi:EXPORT>
                                </bi:INSTRUCTION>
                            </bi:ACTION>
                        </bi:BUTTON>

  • C#/SharePoint -View State related issue while exporting data to excel

    We have web application based on SharePoint. We have a list view to display data based on Search Criteria. We have total of around 16000 data. When we try to export all data to excel it gives an error. The cause of the issue is:
    View State is used to save the state of page i.e. the previous state. When the export to excel link is clicked, the data present in the grid is actually saved in view state so that the overhead of again generating
    the data(as per the selection criteria) can be avoided. Now, this View state has a limitation of storage of these records. When we put in some selection criteria, the no. of records is less hence no problem in actually storing the view state. But when there
    is no selection criteria, 16306 records are too much to be stored in view state. Hence the error occurs.
    We tried to solve this issue by creating a compressor class and overriding two methods:
     LoadPageStateFromPersistenceMedium
    SavePageStateToPersistenceMedium
    This has resolved the issue with Export to Excel. However, there is now some issue in the paging of the list view. The list view has a column with hyperlink which opens related data in a form. While we click on the link in 2<sup>nd</sup>
    page of the list view, it displays data for the link in the 1<sup>st</sup> page at same row.
    Please suggest how to resolve this issue or any workaround for this

    We have web application based on SharePoint. We have a list view to display data based on Search Criteria. We have total of around 16000 data. When we try to export all data to excel it gives an error. The cause of the issue is:
    View State is used to save the state of page i.e. the previous state. When the export to excel link is clicked, the data present in the grid is actually saved in view state so that the overhead of again generating
    the data(as per the selection criteria) can be avoided. Now, this View state has a limitation of storage of these records. When we put in some selection criteria, the no. of records is less hence no problem in actually storing the view state. But when there
    is no selection criteria, 16306 records are too much to be stored in view state. Hence the error occurs.
    We tried to solve this issue by creating a compressor class and overriding two methods:
     LoadPageStateFromPersistenceMedium
    SavePageStateToPersistenceMedium
    This has resolved the issue with Export to Excel. However, there is now some issue in the paging of the list view. The list view has a column with hyperlink which opens related data in a form. While we click on the link in 2<sup>nd</sup>
    page of the list view, it displays data for the link in the 1<sup>st</sup> page at same row.
    Please suggest how to resolve this issue or any workaround for this

  • Issues with export with upgrade to 3.3

    I am experiencing issues with export with 3.3
    The image looks great in the Browser after editing. However when I checked the export folder I discovered corrupt files.
    I only dicovered it because I tried to email one of the images.
    2 out of 200 the blacks had solarized meaning all blacks went to white.
    Never had this problem before in any of my Aperture Versions since day one.
    The bottom line problem how can trust that the images are ok on export whitout having to look at every single export later.
    This is embarissing since I had already delivered a project not knowing there were bad files.
    Additionally images do not seem to be as sharp before the upgrade. I am using Nikon 300 and Nikon 7000 with San Disk Cards.
    Do I have to do some camera profiling ?

    Have you checked the Color Profile setting in the export preset you are using?
    I found my Color Profile settings switched to different settings after the upgrade.
    Try the Generic RGB profile.
    Regards
    Léonie

  • Urgent : Issue with deleting Line Item in ME22N

    Hi all,
    I have an issue with deleting line item in ME22N for some Purchase Orders.
    When I try to delete the line item, a warning message comes up saying that " Quantity invoiced or delivered is less than the quantity ordered". And I am unable to proceed further and save the PO. Could anyone let me know as why this is happening?
    Thanks in advance.
    Regards,
    Adapala.

    Hi
    there is no need of group key.
    if any of these 3 are done, payment will be done in total.
    1.In setup all company codes for payment transactions , DESELECT seperate payment per business area check box
    2.In setup paying company codes for payment transactions , DESELECT seperate payment for each reference check box.
    3.In the Vendor Master got to payment transactions tab and below the payment method , there will be individual payment checkbox. DESELECT that check box.
    try again with first two with DESELECT options , i will check out with DME.
    Cheers

  • Has anyone had issues with Microsoft Word or Excel requiring initial set-up again after a software update?

    Has anyone had issues with Microsoft Word or Excel requiring a set-up after software udates?  I do not have product key, so unable to set up again.

    This laptop has original Microsoft word &amp; excel provided by Mac when purchased and is legal copy.
    Do I understand you bought a Mac and it came with Microsoft Office?    I could be wrong, but I wasn't aware that was an option.  Or am I not parsing that sentence correctly and you bought a Mac and bought a legal copy of Office to install on it?  In which case, never mind.

  • SAP tab in Crystal Reports 2013 issue

    We are using SAP Crystal Reports 2013 SP3 to build reports on BEX queries (BW 7.2). Creating a report via 'File' --> New connection --> BW MDX driver works fine, I can select bex queries & cubes and see the data. However SAP provided tab 'SAP' does not work as expected. When adding a new bex query using SAP--> Create new report from a query, I can see the list of queries and select one but it does not open and throws the following error -
    "An error occurred while generating a new report templete.
    No error"
    Using the "File" option any change to the .rpt file forces BO admin to update "DB logon" information in CMC (currently i cannot save .rpt file directly on enterprise from Crystal client due to some issue)  and we want to avoid this kind of maintainence using SAP authentication provided by using SAP tab, also the Crysal report prompts when run from BI launch pad request for prompt values twice (once for the report and once to pull list of values for each prompt) which can be avoided using SAP tab. I thought access to dev BW server is fine since the "File" tab works fine. Our BASIS team confirmed BOBJ dev servers have access to BW gateway. Am I missing something here, please help me with your experience and ideas to troubleshoot this as the only solution i could google was from a 2012 SAP recommended article to fix reginfo configuration files on SAP server
    I reinstalled Crystal Reports client twice to make sure intallation was not the issue.
    Thanks
    GORO.

    Hi Abhilash,
    Thanks for your response.
    Yes reports are working in CR 2013 designer.
    Getting Alignment and long spaces between the paragraphs issues even though report has properly designed on designer.
    After exporting to pdf getting above errors...
    -Srinivas

  • BW Connect To Crystal Report 2013 : issue

    Hello Expert ,
    i am trying to do Connectivity between BW to Crytal Report 2013 .
    i Followed the Steps to conect with sap bw server .
    SAP Toolbar -> Create New Report from Query .
    And in Crystal Report 2013 , May be not Required by integrity tool kit due to its by default .
    Can you please Help me to solve this issue :
    Below i attached one Snapshot.
    - Thank you.
    ~ Jatin Chauhan

    Hi - have you installed the SAP Integration Kit, as mentioned here? http://scn.sap.com/community/bi-platform/businessobjects-bi-for-sap/blog/2008/02/19/businessobjects-and-sap-part-2
    Separately, I recommend going with Crystal for Enterprise with BW; lately SAP has said to only use Crystal Reports 2013 if you need more functionality with SAP ERP than Crystal for Enterprise

  • Is it possible to export the out put of Crystal report into text file?

    Hi All,
    Is it possible to export the out put of Crystal report into text file?

    Hi
    Yes, Go to File --> Export --> Export Report --> Under Format select TEXT & select the destination as "Disk file"(defaultly selected)
    Give the proper details as per your requirement for "Characters per inch" & "Number of lines per page" & click on 'OK"
    In "Choose Export file" window, select the destination folder & provide file name. click on "SAVE"
    Regards
    Ashwini

  • How to configure crystal report 2013 with oracle 11g

    hey all,
         i download trial version SAP Crystal Report 2013 and i have Database with 11g and i want to connect with my database and try to develop reports
    but my issue is that i'm not able to connect with database. Can anyone please help to connect with database.
    i am new be with oracle database so it will help me if any one go thru step by step or any link,

    Hi Sandip,
    All you need is a 32-bit Oracle driver to be installed on the machine you're developing the reports on.
    If you already have both the 64-bit and the 32-bit drivers, make sure the Path variable under 'system variables' points to the 32-bit home.
    You can then either create an ODBC DSN or use the 'Oracle Server' native driver that shows under 'Database Expert' to create the report.
    -Abhilash

  • SAP Crystal Report 2013 SP03 - Connection error with SAP ECC tables, clusters

    Hi,
    I'm trying to connect SAP Crystal Report 2013 with SAP ECC but I'm getting below error. I've read some where that We need to install SAP integration kit but SAP BI 4.1 it comes default, also had to install the ABAP cystal report transport - How to do Install this on SAP side -
    and on the ECC side we had to develop Crystal Authorization - how to develop this?
    Can someone screenshot of these steps and please suggest if something else can be done.

    Hi Pawan,
    Search for the error and you should see many threads for this issue.
    Anyway, this is what I found:
    logon failed. you do not have the necessary rights to design reports
    Crystal Reports 2008 and BW - Installation and Configuration - Business Intelligence (BusinessObjects) - SCN Wiki
    The wiki should have answers to all your questions regarding Transports, Authorization et al.
    -Abhilash

  • SAP Crystal Report 2013 - Connection error with Universe

    Hi,
    I've trying to connect Crystal Report 2013 with Universe but I'm getting below error. Please can someone help how can I resolve this error.

    .Unx Universes are Not supported by the legacy CR Designers (including CR 2013).
    For that you have the new CR for Enterprise.
    Does a WebI report against the same Universe work fine?
    Do other universes (.unv only) work fine from CR 2013?
    -Abhilash

Maybe you are looking for

  • IWeb compatibility with IE8/Firefox

    Hi all, first time posting...just found out about these forums recently & they have been helpful already so I am hoping some of you can shed some light on a technical issue I am having. Just launched my site recently & have been having issues with ge

  • How to define bc4j:bc4j:rootAppModuleDef in 10g

    I write my uix file in 10g as following: <?xml version="1.0" encoding="GBK"?> <page xmlns="http://xmlns.oracle.com/uix/controller" xmlns:ui="http://xmlns.oracle.com/uix/ui" xmlns:ctrl="http://xmlns.oracle.com/uix/controller" xmlns:html="http://www.w3

  • Duty free material

    Dear All , our's is the 100 % EOU unit . Pl guide for following : 1) Which material need to go entry in duty free register , like CT3 type is any other type is there against we can receive the duty free material . 2) In above all cases , How the syst

  • Best JRE link for a consumer JNLP product

    I have a JNLP deployed, consumer, product close to being done. Supported platforms will be Windows & Snow Leopard. For Windows, I need a link to direct customers to get a runtime. I can make NO assumption that they even know what Java is. I want the

  • Printing Colour Issues - colour management settings

    Hi there I've been having some serious printing problems recently when I print from InDesign CS5 and also from Acrobat when printing PDFs exported from InDesign. All of the print out colours a wrong (such as Blacks printing as pink) I have tried chan