| Thread | Last Post | Replies |
|
| Crystal report version 9 and 10 | 11 Jul 2005 16:02 GMT | 2 |
Being a new user to crystal reports, i was just wondering what are the primary differences to version 9 and 10 of the crystal report. Can anyone enlighten me?
|
| how to convert detail report to summary | 11 Jul 2005 15:33 GMT | 4 |
I have a date range report that prints sales details for each day (invoice#, customer name, amount,etc). It then prints a daily total. I wish to suppress the detail records and have it print just the daily totals. Should I be looking at the records/selection/ or grouping expert?
|
| Year(today()) gives 2,005.00 | 11 Jul 2005 15:09 GMT | 2 |
I'm doing development using ASP.NET and crystal report.NET for my project. This is my code in the Crystal Report formula editor. 'Equipment Maintenance Agreement w.e.f. ' & monthname(month({IV_NMVNDL.PART_S_DATE}))&'
|
| Newbie Question? | 11 Jul 2005 13:44 GMT | 1 |
I just started working with the Crystal Reports that was included with my Visual Studio.NET 2003. What I am trying to do is make a report that displays certain records from three different tables in a database. Everything seems to work ok except I can't figure out how to keep the
|
| running total ??Please help me | 11 Jul 2005 13:40 GMT | 1 |
Hi. I am a vs.net 2003 user. There is something on crystal net that I am trying to do but cannot manage. In my database there are two columns called "incoming money" and "outgoing money". These two I can read from database and programmed in crystal report. What I am trying to do ...
|
| Access Sub Report data | 11 Jul 2005 13:33 GMT | 1 |
I have a Report, which has a SubReport and i need to perform a calculation based on data from the Report and SubReport. i.e. (REPORT) total sales/(SUBREPORT) total transactions is this possible and if so does anyone know how it can be done?
|
| Showing Numbers As Percents | 08 Jul 2005 09:16 GMT | 2 |
I have a calculation in my Crystal Reports document that ends up being a percent. I want the number to show up with the percent sign and to one decimal place, but I cannot seem to find anything in the settings or documentation to facilitate this.
|
| SumIf in Crystal | 07 Jul 2005 21:23 GMT | 1 |
I want to have a sum of a column in Crystal Reports (that came with my VS 2k3) based on if a number in another column is null, just as I can in Excel. I also want this at the top of the page. Is this possible? I cannot find any examples of this anywhere.
|
| Debugging crystal report errors | 07 Jul 2005 08:37 GMT | 1 |
I have two questions: 1) Is there a way to get a more detailed description of the "Failed to open a rowset" error message? I have a client that experiences this message when viewing a report in my .NET web application, but everything runs ok on my
|
| Export to email with parameter value | 06 Jul 2005 16:56 GMT | 2 |
I know how to display a report using the Reportviewer and pass paratemers, I know how to export a plain report to email but I can't seem to figure out how to export to email a report with parameters. Any idea ?
|
| rpt files in US format | 06 Jul 2005 16:17 GMT | 2 |
is there a way to create an rpt file that is in US address format [company] [contact] [address1]
|
| REPOST: Extra page in CR report after running export to PDF | 06 Jul 2005 10:32 GMT | 1 |
I have a very simple form with a CR viewer control embedded. I am printing a simple invoice. When I view the report in the viewer, the report produces only one page. When I export it to a PDF file then later display that PDF file then I get an extra blank page with my form ...
|
| CR within .NET - Passing parameter at run-time | 06 Jul 2005 02:55 GMT | 1 |
I currently have a crystal report developed within .NET. It displays all values, pulling from a view. I need to be able to pass a value to narrow the records displayed at run-time (for example: VisitID = 1). I would appreciate any help - thank you!
|
| CR 10 params | 05 Jul 2005 13:19 GMT | 1 |
I would like the report to ask for its own params every time it is run from the .NET viewer... My app is written in C#. How can I do this?
|
| Dynamic sort ASP.NET | 05 Jul 2005 13:07 GMT | 1 |
How can I dynamically sort records in a simple report at runtime using ASP.NET and CR 10 The older version use to support the following method but not V10 ! Session("oRpt").RecordSortFields.add crField,iOrder
|