I have Windows2003 server running .NET 3.5 version.
I was using CrystalReports 10.5.0.0 version which I uninstalled.
Then I installed 10.5.2.0 version.
The GAC at c:\Windows\assembly contai...
I am creating a Crystal report that draws data from a single table, and am looking to perform the equivalent of the excel function VLookup between records.
To accomplish the goals I am look...
Hi,
In my crystal report, I have a dynamic multiselect parameter, values are directly getting from table which has got null values as well. When I select parameter values along with null val...
Hi All!
Have another Crystal report issue that I am having trouble solving on my own. I have a formula that gives me a variance between my detail items. This works great thanks to the EE ...
Hello Experts,
I am working on a Crystal Report that queries an Oracle database. I have records in the report grouped by social security number, name, and then case number. The social secur...
I have a slight issue with some Crystal Reporting on an MS SQL database. A C# web system i have created which stores and retrieves data from this database has to store multiple possible values...
How can I pass in a NULL to a numeric parameter as part of a database command?
For string parameters, I can easily do something like this:
WHERE '{?myParam}' IS NULL OR this.Field = '{?myP...
Hello Experts
I have a CR file where in I have added some text in the box, from the design the text fits well with in the box however when I export to the PDF, its leaving most of the right...
Hi all,
I am getting error "type initializer CrystalDecisions.Shared.SharedUtils threw an exception" during report load In CR11 using with .NET2005
Please help me to resolve the problem
In Crystal reports, I have applied a formula to indent text if the display level exceeds 1. If the text exceeds the allocate space on the report it wraps around which is what I want it do. ...
I need to be able to group my data by week where the weeks are provided by my date range parameter. For example, this is my table:
UserID DateEntered Status StatusDateChange
111...
I have a report which pulls a variety of data, but basically consists of:
Type of Income
% of commission
Orders Income amt
The data looks roughly like the foll...
I am sending a report to the report viewer in vb.net. How do I send it directly to the printer?
I have tried printing from the report viewer and using printtoprinter. I can't get either t...
I have to do the following with a report:
exclude any records on the database where the name contains a "*"
How do you do this in the select expert?
Thanks
Hi,
I am using Crystal report XI, and cannot find the way to do the following:
I need to create report that will list all multiterm classes (for 200909 and 201001 terms) and the buildings ...
Crystal Enterprise fails when I attempt to automatically send an .pdf attachment to an e-mail address outside the company. The same e-mail is sent OK to addresses inside the company. Add an...
I have a database field of type memo. The text being stored in that field in the database is saved as Rich Text.....when generating the crystal report, a few things are happening:
1) How to...
change printer name in crystal report in runtime
Why does this query equates to 200, not 181.8181818181
UPDATE msales SET matbur = (200 / (1 + (10/100))) WHERE idnum = 941
Using Crystal Reports 2008.
{facility} is the field name from the database.
{?Facilities} is a parameter field where the user may select 1, several, all, or none
I have a Crystal Report...
I have a Crystal Report that shows fine on a DEV box.
When I deploy and try to veiw on a web server, the report is all squished together on the left margin. It's about 1 inch wide and the ...
I have a subreport that I want to supress if blank. I tried everything but it seems that it woun't supress the text field that is in the report.
Can someone let me know how I can do this?
...
I am using a template for a report out of this application we use. It is pulling a line of data that has dimensions combined to make a nice readable line.
the issue is that is seems to be ...
I am setting up Crystal Reports Server for the first time and I am stuck. I have pretty much everything working except for an issue with connecting a report to a datasource using ODBC. Here ...
I'm new to crystal, so bear with me please!
I'm creating a report using Crystal 2008 with an Excel spreadsheet as the datasource. The report is an invoice, and the client will have informa...