I have a number of reports on our Crystal Enterprise server that are archive versions. I would like to export them along with the folder structure to a network drive where they can be ziped up.
The Publishing Wizzard allows you to take a directory path of reports and publish them at one time...
I have just noticed that if I use the Interactive Viewer, I don't get the error message. Is there a bug in Active-X or DHTML that would cause this problem?
I've got a report that allows users to drill down into sub reports. When accessing the report via CE 9.0.1.87, I get the error "Unable to connect: incorrect log on parameters."
The password is set on the report.
The subreports visible in the initial view work properly.
The main report and all...
You could do this through subreports. Have one subreport look at the Before table and another look at the After table.
If you make copies of the same report the formatting will be the same.
Joe Van Norman
ABS Associates
Here's the ASP code that I use to display a report and avoid the prompt for username & password.
<%reportname = "report.rpt"%>
<!-- #include file="AlwaysRequiredSteps.asp" -->
<% clientDoc.databaseController.logon "username","password" %>
<!--...
I use the following ASP page to display my reports. This works well as long as the report only uses one data source.
<%reportname = "report.rpt"%>
<!-- #include file="AlwaysRequiredSteps.asp" -->
<% clientDoc.databaseController.logon...
I have found that if I have "Select Distinct Records" selected, and fields within the Details section make a record distinct, that hiding that section may change the total number of records retrieved from the query.
You may want to either unselect the option for distinct records, or...
I have a report that shows our help desk's performance metrics. Some of these metrics come from our CRM database, and some come from our ACD database. This report is a main report with subreports gathering data from different MS SQL servers.
When calling a report with only one data source...
How can I automate the ODBC password in a report using RAS 9.0?
We are creating reports in CR 9.0. These reports include subreports based on two different databases, each with their own DSN. Accessing the reports through the ePortfolio Light, the users are prompted for two sets of...
I am using Crystal Reports 8.5.0.217. The report has a table of four columns and three rows. The data serieses are the columns, and the groups are the rows. The problem comes when there is non-zero data in only one column.
In this case, the bar graph changes the color mode option to Color by...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.