Create report as both Crystal and Excel - excel

We have a report that queries Oracle and uses Crystal Reports to make a report. The users would like the output as both a Crystal Report and Excel. Yes, I know they can output the results of the report to Excel. Is there any (reasonable) way to automatically provide both output formats? The reports are run in Business Objects Enterprise.
I see the output format is set in the BOE Central Managament Console for the report under Schedule/Format. That makes it look like the option is one or the other, not both.

You can create a new publication and add this report, it will allow you to have both crystal report and excel formats on the email as attachments in BOE. Hope this helps.
Regards
Tracey

Related

Designing a report by reverse engineering an Excel spreadsheet

I am trying to produce a report which should ultimately be exported in Excel format.
The template of the report is available to me in Excel.
Is there a smart way to "reverse engineer the Excel" in order to design the report (if possible respecting the position of the cells).
I thought about importing an html version of the report but I was wondering whether there is already a standard method for doing that before starting to reinvent the wheel.
I believe you are trying to achieve reporting bursting feature in an excel format.
You can try using Pentaho Reporting Output. Pass your pentaho report name to this step and choose the output as Excel. Note: you need to have a pentaho report built using Pentaho report designer.
Alternatively, you can use the Excel Output step in Pentaho DI. Link your excel template in the "Excel Template"/"Use Template" section of the step. Pass you reporting query and generate the excel report.
Hope this helps :)

Crystal Reports BusinesObject Header issue

The company I'm working for has an older version of Crystal Reports before it was part of SAP, it was part of buinessobjects. We have version 11.5 of crystal reports businessobjects.
I am running into a unique issue with one report. When I schedule the report to run on a weekly basis, it adds an attachement Excel document. The issue is that the headers are missing. I have checked off the option to include headers in the attachment, but it is still not showing up.
I'm not sure why this is, because when I run the report directly in Crystal Reports, it shows the headers and I'm able to export it as an excel (data only) from Crystal Reports and the headers come accross.
It is only when I schedule the report to run it does not give the headers. I have tried all the options I can think of and done research, but the version my company is running is so old, that it is hard to find information on how to do things.
Thanks,
Dave
Are you exporting in Excel Data Only ?
When you export to Excel (Data Only), under the Excel Format Options, choose Custom.
Expand the Options.
Ensure to uncheck Simplify page headers

Export to Pentaho Report results to csv or excel

I'm generating static HTML reports through Pentaho's integration tool. I'm developing the reports in Pentaho report designer. My reports have several rows of data which when viewed on the BI server can be exported to csv or excel. I'm looking for that same functionality built into my prpt reports using the report designer. My reports will be viewed separately from the BI server but the user must still have the ability to export the results. I have been unsuccessful in finding any resources for Pentaho Report Designer and CTools are not an option.
You can try to use input-excel from Pentaho PDI. You should generate a transformation where you put three steps.
Input Table. Here you put the query.
Copy rows to result. It's a step that you can find on the section Steps > Job > Copy rows to result.
Steps > Output > Microsoft Excel Writter.

MS Dynamics CRM 2011 output to Excel

I want to be able to run a workflow from right out of Dynamics that will "mail merge" into excel and attach the result into email. Something like an excel version of automerge would be amazing.
We have set templates the data would need to be pushed to, for sending onto various companies for engineer bookings.
Any ideas the easiest way of doing this?
You can do that the quick way by exporting data (there's a button on the ribbon for that). However, it's more nice if you design a function that produces a CSV-file containing what you need. The optimal design depends on the exact requirements of your task.

CrystalReports excel field cut off when using CanGrow=True

I am working on an excel report in CrystalReports, in VS2005. I have a field in the Details section which can have up to 255 characters of text, and I want the height of the row in excel to expand so that the entire text can be seen initially when the report is generated.
I set CanGrow=True in the field's properties, and the field does seem to grow; the field is only one line (Height=159), but many of the rows display multiple, wrapped lines of text. Some rows intermittently have the bottem half of the last line of text cut off; the user has to expand the row a little bit to see it. There doesn't seem to be a particular field length that causes this - in one case, it has four lines total in the output, and in another case, it has only three.
Can anyone suggest what might be the cause of this, or how I could work around it?
Thanks in advance for any help you guys can offer.
[Edit: I am no longer working on this project, so I never found out what became of this setting. Most likely it wasn't fixed, since it's not a critical issue.]
One solution to this issue that I've come up with in the past is to have two separate reports. One for display and exporting to pdfor rtf and another report for exporting to Excel.
I know in general this is not a good approach because there is the possibility for data to be different in the export than the display report, but if careful it works well.
I have a situation where a client needs data printed in a specific format on a report, but there is way to much data to physically be able to fit on a page. We worked out a solution that I run a "display version" of the report that fits most of the data, but the rest of the data necessary for there client is added only to the "Excel version" of the report.
To do this I simply load the "display report" to the report viewer as you normally would, but when you go to export the report I load the "excel report" with the same parameters as the "display report" and call the code to export the data to Excel.
By using this method the "display report" can be formatted any way necessary without having to worry about messing up the export to excel. The excel report fields can then be made a smaller size than required by the display report because the data should export even regardless of the size of the field. Doing this allows you to fit more data on the Excel export report.
Since both reports use the same datasource you will have an issue if you make a change that you have to remember to go verify the database on each report to see the new database changes, but this method allows you to include more data and in a different format than the display version of the report.
Hope this helps.
While not a solution for Crystal (I don't know of one), as part of the reporting team at GrapeCity-Data Dynamics, we've worked with similar issues taking free-form reports to excel spreadsheets for a decade. In our Data Dynamics Reports product we came up with a completely new way of solving the problem of exporting reports to excel.
We allow you to create a template for the report output. The template is a basic excel file with place holders for the various textboxes (or other controls) and regions (tables, lists, etc.) in the report. You can open this template inside of excel and modify the properties of the cells and rows. In the scenario you describe, you can export a "template" from Data Dynamics Reports and then modify the autosize property of the row in the template containing the placeholder for the textbox you're struggling with.
When you export the report to excel next time, just specify the template to Data Dynamics Reports (which can be done programmatically and transparently to the end user) and Data Dynamics Reports will honor all settings you specified in the template.
This is hard to explain so there is a ~2 minute screencast that shows this feature at our website in the following location:
http://www.datadynamics.com/Products/DDRPT/ScreencastViewer.aspx?ID=XLS01
For more information about the product and for a free trial download visit: http://www.datadynamics.com/DataDynamicsReports
Scott Willeke
GrapeCity - Data Dynamics

Resources