Crystal Reports Questions


Does anyone know of report writer software that can interface with Cerner Millennium?
Does anyone know of report writer software that can interface with Cerner Millennium or can Cerner Millennium interface with Crystal Reports?

Answer Question   |  August 13, 2010  2:15 PM
AS/400, AS/400 software, Crystal Reports
asked by:
5 pts.

Keycode Error in Crystal Reports
Crystal Reports for Timberline Couldn’t load keycode.dll error message, what do I need to do?

Answer Question   |  August 12, 2010  2:46 PM
Crystal Reports, Crystal Reports error messages, Crystal Reports Errors, Keycode
asked by:
5 pts.

Crystal Reports – Rounding Nearest 1/8 Mile
I’m trying to create a report that will estimate our cost to a taxi vendor. I have the exact mileage, however I need to round to the nearest 1/8 of a mile. Does anyone have any idea how to do that either is Crystal Reports formula or SQL?

Answer Question   |  August 12, 2010  1:59 AM
Crystal Reports, Crystal Reports 8.5, Crystal Reports formulas, SQL Server, SQL Server 2005
asked by:
5 pts.

Any tools for comparing office docs /whole directories? But ignore dates, page nums, etc.
I am a developer/tester and want to regression test some crystal reports that are generated as excel and rich text.  The reports have the date run in the header so I want to exclude that.  Any suggestions?

Answer Question   |  July 29, 2010  2:37 PM
Crystal Reports, excel, Regression testing, Rich text, Rich Text Format
asked by:
5 pts.

Crostab Crystal Report
I have cross tab report in the report footer. I am using Crystal Reports 2008. The report was working fine earlier. But now while the user is trying to refresh the data it is giving an error saying “Not supported”

Answer Question   |  July 26, 2010  7:38 PM
CrossTab Report Error, Crystal Reports, Crystal Reports 2008, Crystal Reports 2008 controls
asked by:
50 pts.

Disappearing Tables when in Terminal Server
After installing Crystal Report in Windows Server 2003 Terminal Server, I can stand in front of the server (as administrator) AND/OR Terminal into the machine as administrator and create reports. Once I log off my TS session, I can stand in front of the server (as administrator) and create reports BUT NOT Terminal into the [...]

Answer Question   |  July 16, 2010  6:15 PM
Crystal Reports, ODBC, Terminal Server, Terminal Server Error Messages, Terminal Services, Windows Server 2003 administration
asked by:
5 pts.

how to to limit no of records in a page in crystal reports 8.5 with blank fields
how to to limit no of records in a page in crystal reports 8.5 with blank fields

Answer Question   |  June 14, 2010  5:30 PM
Crystal Reports, Crystal Reports 8.5, Crystal Reports Record
asked by:
5 pts.

Crystal Reports v9.0: Not Supported Error
I’m trying to run a Crystal v9.0 report that uses 2 Views and there is a valid link between them.  It runs for a while, then pops up with ‘Not Supported’ and the report is blank.  Any ideas what this means?  I also tried a left inner join on the link – didn’t seem to [...]

Answer Question   |  October 19, 2010  3:18 PM
Crystal Reports, Crystal Reports error messages, Crystal Reports Errors
asked by:
10 pts.

Order of calculations in crystal reports / Shared Variables
I have a calculation that utilise a shared variable from another calaculation (both in the same data row). When I run my report Crystal seems be to be using the shared variable from the previous row. Is this just the way shared varaibles work or is there a method of getting crystal to perform calculations [...]

Answer Question   |  June 28, 2010  8:29 AM
Crystal Reports, Crystal Reports 10, Shared Variable
asked by:
415 pts.

how to center a crystal report
Using VS 2003 I make a Crystal Report but the report content can have variable size. My problem is how to center a Crystal Report for viewing/printing that is nicely centered vertically on the page? For example; if one were creating a letter it would be better to see it centered vertically rather than starting [...]

Answer Question   |  June 2, 2010  11:15 PM
Crystal Reports, Crystal Reports Standard Report Creation Wizard, Visual Studio 2003, Windows XP
asked by:
5 pts.

Value cannot be null.Parameter name:path1
While opening crystal report in crystal report viewer,error occured on some machine. value cannot be null.parameter name:path1

Answer Question   |  April 1, 2011  6:07 AM
Crystal Reports, VB.NET 2005
asked by:
25 pts.

Crystal Reports Value conversion into words (as an indian regulation)
I want to convert number to word in crystal report formula fields. Suppose the amount is 35500 It should show like three lakhs fifty five thousand only.

Answer Question   |  October 3, 2011  1:10 PM
Crystal Reports
asked by:
5 pts.

Crystal Report Combine field
Combine different fields but same data type – “DateVar”  fields into one column and sort in ascending. Can Crystal Report 9.0 do it? Any idea do combine it? Below is scenario & output :- Fields 1             Field 2             Field 3              Field 4 01-Apr-2010     04-Apr-2010     02-Apr-2010       06-Apr-2010 03-Apr-2010    05-Apr-2010 Output :- 01-Apr-2010 02-Apr-2010 03-Apr-2010 04-Apr-2010 05-Apr-2010 06-Apr-2010 [...]

Answer Question   |  April 23, 2010  6:03 AM
Crystal Reports, Crystal Reports 9, Crystal Rpeorts Combine Field
asked by:
25 pts.

Crystal Report for ASP.NET 2005
I created a Crystal Report using stored procedure. It should show the Item to Order name and a list of people for whom this item needs to be ordered. Example:                         Item 1                                     person 1                                     person 2                                     person 3 etc.

Answer Question   |  April 8, 2010  6:56 PM
ASP.NET 2.0, Crystal Report, Crystal Reports
5 pts.

Crystal database expert not showing views for database
When I open database expert and open a new DB connection, only tables and stored procedures are shown. How do I get views to show? I can see views for other databases except this one.

Answer Question   |  April 2, 2011  8:11 PM
Crystal Reports, SQL Server views
asked by:
25 pts.

Simultaneous Query from Multiple Tables using Crystal XI
The report I’m currently attempting to write needs to pull data from two separate tables (linked via a third). Easy to do, especially as the report is specific to the linking value. However, I need to be able to sort the data in the two tables together. To clarify, the Abbrev field in one table [...]

Answer Question   |  March 30, 2010  11:21 PM
Crystal Reports, Crystal Reports XI, Data sorting
asked by:
5 pts.

IF function with date field and string field Crystal Reports
I have written a report with the following fields: claim.date — date field claim.remarks — string field claim.pay — numeric field PROBLEM: The report-field (say, Bonus) is ‘pay * 15%’ within the given date range, but it should be (zero), when the string field {claim.Remarks} starts with “SL”. I have written a formula which does’t [...]

Answer Question   |  April 22, 2010  2:14 PM
Crystal Reports, Crystal Reports XI, Crystal Reports XI R2
asked by:
GVR
35 pts.

crystal report using parameter query
i am doing one project using (vb6.0 + ms-access + crystal report 8.5) SELECT division_name, sum(Total_value) FROM segment_trans WHERE date between (Param1) And (Param2) GROUP BY division_name; this is my ms-access query (param1 and param2 thease two parameter value.) in crystal report i pass this two parameter date  values through run time. i want vb6.0 [...]

Answer Question   |  March 22, 2010  3:01 PM
Access, Crystal Reports, VB6.0
asked by:
10 pts.

Crystal Reports On Windows 64 Bit
Unable to run Crystal 2008 in Wondows 7 64 Bit OS

Answer Question   |  March 30, 2011  10:22 AM
Crystal Reports, Crystal Reports 2008, Windows Server
asked by:
5 pts.

Runtime error: server has not yet been opened Crystal reports
Hello everyone, I’m a novice programmer trying to display Crystal Report 8.5 report (C:Try.rpt) through my VB6 program. It is to be mentioned that the database that I’m useing is Oracle 9i installed on the same computer and Global Database Name/SID is ‘exim’. The report (C:Try.rpt) I’m trying to display is saved after unchecking the [...]

Answer Question   |  March 8, 2010  6:24 AM
Crystal Reports, Crystal Reports error messages
asked by:
20 pts.