The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
6 views

search saved data in crystal report viewer

We have a report that contains a sub report. The report is generated biweekly and for each period it generates more than 50k pges of report data . if i want to make the search(ctrl+f) in crystal ...
0
votes
0answers
8 views

Some formula fields do not display in CR 2011

In CR 2011, I use the same formula with a SQL Expression inserted into it. But when I drag the formula fields into report, some will display and some do not. Why don't they display if the function I ...
0
votes
1answer
24 views

Crystal Reports group wise suppress field

Name Rupees Company Group 1st A 50 A B 70 B C 45 C Group 2nd D 150 D E ...
-1
votes
1answer
25 views

How do I find the amount of months between 2 parameter fields in crystal

I have 2 parameter fields, one for start date and one for end date. I need to find how many calander months are between them. ie 1/4/2013-4/30/2003 would be return 4.
-1
votes
2answers
36 views

crystal report replace function

I have two tables: Table 1: Id stringval -- --------- 1 do you work on date XXXX and date @@@@ Table 2: Id CharString ValueString -- ---------- ----------- 1 XXXX 5-5-2013 2 @@@@ ...
0
votes
0answers
9 views

Crystal Report kept displaying wrong data

I have a problem with my crystal Report, I use the OLE DB Connection and Provide for SQL Server. I've designed the report using the Crystal Report and using the Stored Procedure to control the ...
1
vote
2answers
48 views

Crystal reports expoert to PDf file size is too large

here is my problem. I have an RPT file which I am exporting to PDF. when I give my entire table from my dataset and export the rpt to PDF the file created is around 25 MB. and all the statements ...
0
votes
1answer
66 views

Crystal Reports - Two stub check detail section repeating on multiple pages

I have a Crystal Reports - AP Check report that is in the format Stub-Check-Stub: The two stubs present identical details of the check (invoices paid, etc.), with a total of invoices at the bottom ...
1
vote
1answer
21 views

Convert Oracle Date into Crystal Reports

I am not very experienced with Crystal Reports, and I can't seem to figure out how to convert my Oracle date into a date I can use with Crystal Reports. Format field has it as a number. Any ideas?
0
votes
1answer
30 views

crystal reports location outside exe

I wanted the user to have freedom to change the layout of crystal reports at runtime...but as I didnt get any solution for this. I want to place the crystal reports outside the exe file so that user ...
-2
votes
1answer
65 views

Combined cumulative for each row and each column in sql server? [closed]

I want to add a column in my table, for example to calculate the Combined cumulative : a b c d newcoulmn 50 0 0 0 50 0 7 0 0 57 0 0 ...
0
votes
0answers
18 views

Problems after upgrading a webapp vb to framework 4.0 and crystalreports

Hi i just updated an old webapp (vb) and gave me a lot of errors, i solved most of them but i have this last one (twice) and it's hard to me to solve it, any help is appreciated Error 1: Error 2 ...
0
votes
1answer
36 views

Application with Crystal Reports

I have created an application which includes Crystal Reports (basic edition 10.5). If I install it on computer which have Visual Studio installed, all work fine. If I install it on the computer where ...
0
votes
2answers
19 views

Format String to Date for Crystal Reports 2008

I would like to convert it to a date so that I can display it in the proper format which is, well, a ridiculous format anyways. this is my current format (which is a string): 2012/03/06 00:00:00 ...
0
votes
0answers
46 views

Cannot display ampersand sign in a crystal report

I have a crystal report that displays a text with an ampersand (&). I was able to store this text into an oracle database and still displays correctly in my System UI. Unfortunately, when I try to ...
0
votes
1answer
36 views

Crystal Reports is retrieving a DateTime field just with Time data

Here is my situation. The field I'm looking to use in my report tracks the duration of a tickets assignment to a particular group in the company. It is stored in the SQL database as a DateTime field ...
0
votes
1answer
20 views

Font blurred/symbolized when exporting to pdf CR2008

I've got yet another problem with Crystal Reports 2008. This time, when I'm exporting to PDF from CR2008 from the company server, a font, Dax-regular, gets blurry. It's not completely illegible, but ...
-1
votes
1answer
29 views

How can I display only the top three rows in a report?

I have 2 fields in a report: job# and hours worked. I have it grouped by job# and then a sum on the hrs worked. I would like to be able to have just the top 3 job# with the most hours in the sum. can ...
1
vote
0answers
65 views

Conditional repeat of report header in Crystal Report

I have a crystal report and I am trying to display the the data in multiple columns. For that I have done Format using Multiple Columns method My report structure is as follows page1 Val1 Val2 ...
0
votes
1answer
53 views

How to Fix the size of crystal report

I am developing vb.net application using VS2008. in that I am having bill module in that i have designed the report by fixing boundry with (hieght 8" & width 6"). ut problem is that when data item ...
0
votes
1answer
57 views

How to generate Columns of table by Using Aggregate Function in Crystal reports?

I want to Generate crystal report using a Table. This Table has 4 columns whose values are generated by performing SUM() function along with WHERE clause on another table. How can I get these SUM() ...
1
vote
1answer
130 views

How to install Crystal Reports for .Net 3.5 Winforms application

We have a VB.Net Winforms (x86) application that uses the freely redistributable version of Crystal Reports. Although the application works fine on my test machine, when installing on a client's ...
0
votes
0answers
38 views

Crystal Report 2008 DLL

I've developped a windows service that export reports with Crystal Report. I've made my application with VS 2010 and with the library of CR 2011 CrystalDecisions.CrystalReports.Engine => version ...
1
vote
2answers
352 views

SUM of the details in group header Crystal reports

I am generating the crystal report in the ASP.NET/C# Website. I require the groupwise sum in the header of the group, When I add the SUM field (Running Total Field) shows the first entry of the ...
1
vote
0answers
39 views

Modify a crosstab's Totals

I have the following crosstab in crystal reports: ______________________ | January | |______________________| | Gross | |Total Profit ...
0
votes
0answers
11 views

Crytal Report Skipping some records

I have a crystal report with one group and 4 details say: detail a, detail b, detail c detail d. Detail a is having the transaction number,account number etc. Detail b has 4 character ...
0
votes
1answer
43 views

Invalid field number in Crystal report

While loading crystal report using C# i got a error like "Load report failed" and inner error as "Invalid field number". Error occurs in the following line of code ...
0
votes
1answer
155 views

Crystal report export to multiple tabs of excel

Hi I have a report with in section as group. each group is having 1000 records and each group information should come in different tab of excel. As i know there is no direct method to export to excel ...
-3
votes
1answer
352 views

Generate pdf from Crystal Report using itextsharp in c# [closed]

I designed Crystal Report version 9 with VS 2008, after fill data source of crystal, I want to create pdf from crystal. Here is my code: dt = new DS1.dtAddiDataTable(); for (int i = 0; i < 3; ...
0
votes
1answer
54 views

How To Create Cumulative Variable in Crystal Reports 2008

Maybe is a stupid question but i can`t find a example to: CurrencyVar x; if(x=0) then x:= {saldo}+{CtaCte.Haber}-{CtaCte.Debe} else x:=x+{CtaCte.Haber}-{CtaCte.Debe} Currently this calculated ...
0
votes
0answers
58 views

TSQL for crystal report

The sql below works for a total number. ie customer spends 90,000 they get discount of .01 But if they spend 150,000 in q1 the first 100,000 should be discount of .01, the next should 50,000 should be ...
0
votes
0answers
39 views

Crystal Object BackColor Programmatically

I want to dynamically aggisn backcolor to crystal report text object Following is my sample code Public Sub SetReportStyle(ByRef rpt As ReportDocument) Dim i, rptcount As Short Dim rptctrl As ...
0
votes
0answers
56 views

Long string in Crystal Reports

I have a report CR. In my report I check if the record exist more than once in the table, if it's the case i concatenate the Column "Other" of these records and I display just one line in my report ...
0
votes
2answers
91 views

Supress blank subreport produces blank space

I have a main report with 4 grops(CR 2008). The page header content is repeated on each page. I placed the sub report in group footer 1. If the group foote 2 content flows till the end of margin and ...
0
votes
0answers
83 views

How to change the data from vertical to horizontal in Crystal Reports?

im using Crystal Reports 2008. Then I have a figures like this: Quote Quote_Line Cost Value 10001 1 Material 300 10001 1 Shipping ...
0
votes
1answer
272 views

How to get Crystal Reports parameter from main report to all subreports?

I wonder if there is an easy way to add a parameter from main report to all the subreports? Or alternatively refer to main report's parameter in formula fields in subreports? I can choose every ...
0
votes
0answers
344 views

How to catch the print event When user Clicks Print Button In Crystal Report Viewer?

I created a report using vb.net 2008 and crystal report viewer. If user print the report, I need to recored it. User click on print icon and print dialog show up with default print then user can click ...
1
vote
1answer
192 views

Suppress section if details empty on page X - Crystal Reports

I've been working with Crystal Reports 2008 for a while now, and while I get the general gist of it, some things seem quite hard to do, especially because I don't know what tags and proper syntax is ...
0
votes
1answer
56 views

What is {ts '2013-04-02 00:00:00'}?

when i analyzing running T-SQL I found a query that have {ts '2013-04-02 00:00:00'} in where clause. i was so curious about this and tried to find the source. It was executed by a CrystalReport ...
0
votes
0answers
32 views

Being Virtual Port instead of Label Printer [closed]

We got Label Printer for a pizza shop.according to its user manual before installing the driver COM port is determine.but I dont know why it is virtual port.when I install its driver and wanna use it ...
0
votes
0answers
36 views

Accurate Y positioning in crystal reports 2008

If i select the size and position of the object (textbox) in crystal reports 2008 , to set he x and y position. The X position is set in the accurate poition but the Y position is not set. The Y ...
0
votes
0answers
124 views

Memory Leak in Crystal Report ASP.net app

I have a simple app running on windows 2008 R2 SP1 with iis7. The application Loads a crystal report, then prints the report to printer using the printtoprinter method. All works fine, but the ...
0
votes
0answers
75 views

How remove parameter name in crystal reports prompt?

when run my crystal report the parameter prompt shows me both the prompting text and parameter name.I just need only paramter prompt value not anything else...Is there a way regarding this? thanks
0
votes
2answers
204 views

How to convert varchar field to date format in crystal reports?

I have a field 'DOB' where it is of type varchar in mysql.I get output in the format of 1989/09/24 00:00:00.000 when i select the statement.I get the same in crystal reports.I need to convert it into ...
0
votes
1answer
131 views

Formula to show multiple values

Trying to find a formula that would allow me to show certain values. Example: I want to see Aspirin and Warfarin and (one or more of the next 3 values) Clopidogrel or Prasugrel or Ticagrelor. ...
0
votes
0answers
7 views

how can i create copy of reports

I need same report twice in a same page .one is for employee and another one is for company.i am using SAP crystal report.and added details only in detail section.please help me to get.
0
votes
0answers
34 views

How to make Crystal Reports multilangual?

I'm trying to make rpt files that are part of an ASP.NET application and are currently only in one language to show in different languages depending on user's local language settings. I know that ...
0
votes
1answer
155 views

Crystal report in VS 2008 data not added to dataset but SQL query gets the data

private void button1_Click(object sender, EventArgs e) { DataSet1 ds = new DataSet1(); MySqlConnection con = new MySqlConnection(); con.ConnectionString = ...
0
votes
1answer
65 views

how do i sum data pulled out of a sub-report in crystal

I am able to pull a field out of the sub report with shared numbervar sub1Total; but I need to add them up at the end of group. If I try and do a sum on the field in the main report I get an error ...
1
vote
0answers
67 views

Crystal Report: sub report Formating issue

i am using two sub report in same group section. i want exactly the second image format and i got the above format.when i place the 2nd sub report in the end of 1st report reports overlap .

1 2 3 4 5 11