Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
4 views

I want to hardcode the value of a dummy column from my view created upon an oracle DB

I have a view which has one dummy column called action. I have a formula {@action} if {abc_view.name} startswith "abc" Then {abc_view.action} = "Represents action" Else {abc_view.action} = "" and ...
0
votes
1answer
20 views

Features in Crystal Reports 2011 that could cause failure in a Crystal XI reader

I've developed a report in Crystal Reports 2011 (v14), and I need to get it to work in an application that's built on the reader for Crystal Reports XI (v11). I'm working on procuring XI, so I can ...
0
votes
1answer
27 views

Display string formula not used when exporting from Crystal Reports XI

I've produced a report in Crystal Reports XI where I in one of the fields have used the display string formula to alter the apperance of some data as well as group similar data values to one value ...
0
votes
1answer
56 views

How to switch database connection at runtime in crystal reports using java swing

Please help. I am developing a swing application that can open reports made using crystal reports xi. What Im trying to do is to open a report and pass the connection info to that report so that I can ...
3
votes
2answers
95 views

How to open crystal report in java swing application?

I have this code import com.crystaldecisions.reports.sdk.ReportClientDocument; ... ReportClientDocument rpt = new ReportClientDocument(); rpt.open(reportPath+fileName, 0); ...
1
vote
1answer
32 views

How to pass connection from my java swing application to Crystal Reports XI?

I have this code which I use on my swing application: ReportClientDocument rpt = new ReportClientDocument(); rpt.open(reportPath+"APVendorList.rpt", 0); rpt.getReportSource(); ...
0
votes
1answer
37 views

JDBC Driver not found error in Crystal Reports XI?

I installed crystal reports XI for the reports of my java application. When I tried to create a new mysql connection via the JDBC(JNDI) I got an error "Failed to open the connection. Details: JDBC ...
1
vote
0answers
15 views

Crystal Reports Details Section Suppression Blank Section Locked

I am trying to modify a report for a company but the code editor seems to be uneditable. The report has s details section where I want to conditionally suppress rows. When i click on the X-2 editor ...
1
vote
2answers
25 views

Change Group Name in Crystal Reports to non-Database Value using Formula

I am looking to change the group names in a crystal report to a specified text value not located within the database. e.g. i have a 'status' field that can either be 'i' or 'a'. I would like these to ...
2
votes
1answer
41 views

Nested SQL command in Crystal Reports

Is it possible to use the result from a command on another command in Crystal Reports? As an example, I have a command SELECT foo FROM bar WHERE foo2 IN (list) saved as command_1 Now I want ...
0
votes
1answer
91 views

Crystal printing blank page at the end of the report when subreport is blank

I have what is (hopefully) and quick and simple question. I have a report that has two subreports in it. The second of the two subreports, when there is data, needs to be on a new page which is ...
1
vote
1answer
59 views

Using compound conditions in my Crystal Reports SQL query

I am trying to adjust my query to consider a compound conditional statement, i.e. : ({tablea.fielda} <> 5566 And Not ({tablea.fieldb} like '%889009%)) The initial problem was that Crystal ...
0
votes
1answer
142 views

date conversion in SQL parameter field in Crystal reports

I have a Crystal report (version XI r3) that uses a SQL command object to retrieve its data. In the command object I have a parameter for a date. My database uses "date" fields stored as numeric ...
1
vote
1answer
149 views

Formatting strings in a text field in Crystal Reports XI

Good morning! I'm hoping someone can help me with what is probably a simple question but I just cant get things to work the way I would like. I am currently working with a report that has a ...
0
votes
0answers
169 views

CrystalDecisions.CrystalReports.Engine.ReportDocument.Load hangs

During debug, when I reach the method CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(InfoObject, EnterpriseSession), the debuging simply stops. I mean i does't pass it, just keep on this ...

1 2 3 4 5 11
15 30 50 per page