-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.
-2
votes
1answer
63 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
1answer
46 views

IF function in Crystal Report

Is it possible to have substring/left and if function in crystal report? I mean like I want to get the first 2 characters of my name_column then if the substring of the name_column is 'XO' then I ...
0
votes
2answers
83 views

DateTime Parameters in Crystal Reports

I have written a stored procedure in SQLServer which accepts 2 parameters, both in dateTime format. The idea of the stored proc. is for the user to be able to search for specific cases between 2 ...
1
vote
1answer
183 views

crystal reports - datetime group header does not show time, only date. need to display date AND time

I have a crystal report that has a group that references a DATETIME column generated by a SQL Server stored procedure. When I right-click and Format the Group, the Format Editor displays a sample of ...
0
votes
1answer
60 views

ASP.Net Dynamic Excel Creation from SQL Datasource

I want to create a dynamic excel worksheet that the client could download from the server, the data is on a SQL Server Database that I will get by a query like SELECT * FROM employee; I want to do ...
1
vote
1answer
50 views

Two query Sql Expression

I'm not sure if this can be done within crystal, but here it goes. There are two values that are needed to obtain more report information on this report. First is finding units sold... the second is ...
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
1answer
393 views

Cannot get crystal reports 8.5 reports to run under Windows 8 for a VB6 project

I have a rather large code base in visual basic 6. The database server is sql server 2000. For reports we are using Crystal Reports 8.5. I have been successful in installing the prerequisites ...
1
vote
1answer
171 views

How to use SQL Server Reporting Services reports with visual basic 6.0

We have an application in VB6 where reports are created with Crystal Reports 8.5 We want to migrate the reports to SSRS, but the app will remain in VB6 for some time. I have searched a way to print e ...
-1
votes
1answer
212 views

Crystal Reports '“This field name not known” error, due to SQL object naming conflict

We had a sudden failure of 5 reports (out of about 20) in a development environment where the report templates had not been touched, and the error when trying to preview these reports was the ...
0
votes
1answer
142 views

Date variable in SQL server 2000 and crystal report

Due to the constraints I have now, i am still using SQL server 2000 the problem is the client wants a report which should retrieve date variables (namely date_from and Date_to). the date should only ...
-3
votes
1answer
76 views

how to calculate commission using stored procedure [closed]

I am having a table contains PrincipalAmount field. I need to calculate commission on the base of PrincipalAmount i.e. if PrincipalAmount < 25000.99 Commission = 125 // // ...
-1
votes
4answers
63 views

How can I add two field values and insert them to a single column?

I have a table: MTCN Number RecPrincipalAmount TotalCharges 123 APK123 506.21 258.22 Now I want to add RecPrincipalAmount and TotalCharges ...
0
votes
1answer
525 views

how to pass parameter to SQL stored procedure from crystal report?

I have created a SQL server stored procedure and it is attached into the crystal report. Can you please guide me how I can use this stored procedrue into a formula field. I drag and drop it and it ...
0
votes
0answers
119 views

Database Logon Error in crystal report windows 8

I have this error in crystal report on server. This report works only on developer machine. System.Runtime.InteropServices.COMException: Failed Logon Data Base I use Windows 8
0
votes
0answers
95 views

The report has no tables error

This is my code: Dim ds As New DataSet1 Dim cnn As SqlConnection Dim con1 As String = "Data Source=;Initial Catalog=;Integrated Security=True" Dim sql As String = "SELECT * FROM ...
0
votes
1answer
229 views

Crystal Reports not showing stored procedure outputs

I created a stored procedure in SQL Server. It works fine there. When I call it from Crystal Reports, it shows parameters fields but it does not show the outputs in database fields. Actually it shows ...
0
votes
1answer
354 views

Stored procedure in Crystal Reports 9 [duplicate]

Possible Duplicate: Crystal Reports not showing stored procedure outputs I created a stored procedure in SQL Server. It works fine there. When I call it from Crystal Reports, it shows ...
0
votes
0answers
59 views

how to resolve queriesTableAdapter in Crystal report data set?

I have changed existing stored procedure by inserting temporary tables in stored procedure. When I tried to update stored procedure it gives title name as "QueriesTableAdapter" and didn't give the ...
0
votes
1answer
404 views

Database Logon Error in crystal report

I have this error in crystal report on server. This report works on developer machine. "Logon failed. Details: ADO Error Code: 0x Source: Microsoft OLE DB Provider for SQL Server Description: ...
0
votes
1answer
176 views

Deal with Large Data in Crystal Reports

I am using Crystal Report in our Membership Management System which we are developing on Asp.net, c# and SQL Server. Currently the database has more than 100000 rows in the table and will keep on ...
1
vote
1answer
320 views

Crystal Reports - Data missing when exporting to (PDF or excel or word)

I'm trying to either print or export some Crystal Reports in asp.net web application. The reports were made with CR 10.5, get their data from an SQL Server 2008 database. When I print or export to ...
1
vote
0answers
179 views

Crystal Reports Dynamic Cascading Parameters

I have a crystal report that is using dynamic parameters with ~8 levels of selectable criteria: Company, Country, Zone, Division, State, Region, Area, City, Center I want to have a list of each ...
-1
votes
1answer
138 views

Crystal Report Connectivity Issue To SQL Server [closed]

I'm facing problem in connecting sql server database to crystal report the error that i'm facing is given in the following image. Please have a look it above image for error. Thanks in advance.
1
vote
1answer
64 views

Making a Text Field a Link to a Sub-Report

I have constructed a Crystal Report with several drill-down options depending on user selection, based upon a SQL stored procedure in my database. I have a sub-report which is dependant on the ...
1
vote
0answers
1k views

CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception

Once my crystal report sap 2010 was corrupted and re installed my crystal report software but nothing changed after that i followed the instruction on this link ...
0
votes
0answers
277 views

crystal report record forumula id int data types in query using vb.net

Anyone could help me to query record select formula in crystal report viewer code.. i want to sort equal to ID name fields from database which is auto increment and data types is int. i use vb.net and ...
0
votes
0answers
162 views

how to show columns of a table into a row of a crystal report

i am creating a class attendance report with crystal report, i am using stored procedure as data source for report. that stored procedure is returning the record in the form of column for all students ...
1
vote
1answer
269 views

Crystal Reports, Drill-Down/Sub Report Based on SQL SP Parameter

I have a main report which displays products within their relevant groups, lets say 'Red' and 'Blue' for example. It looks something like this; Customer1 Qty Price Red ...
2
votes
1answer
271 views

Crystal Reports Cross-Tab, Grouping by Database Field

Currently I have a cross tab in my report, reading all of the products in I wish to display. They are already grouped under their relevant customer who is associated with them, however I want to add a ...
0
votes
0answers
87 views

multilingual crystal reports in winform

I am developing multilingual application that supports 2 languages: english and arabic. I am confused about how to develop reports in arabic using crystal reports. The backend data columns are named ...
2
votes
1answer
398 views

SQL Server 2005 need to create fake columns in a query

Hi All this is going to be a very strange question and all my searching has resulted in no good answers. The basic problem will help me solve two problems one in Crystal Reports and one in SSRS 2005. ...
0
votes
1answer
135 views

Crystal Report doesn't Display ISNULL Alternative Within a Stored Procedure

I have a stored procedure which selects various information about suppliers. One of these details is a name, however when the 'name' field IS NULL in one table, I want to bring in the data from ...
0
votes
3answers
352 views

SQL Server login per application user

I am looking for different ways to uniquely identify an application user in SQL Server 2008. To give some back ground to the issue: The ASP.NET 4 web application I work with uses an SQL Server 2008 ...
10
votes
2answers
559 views

Table [tablename] could not be found -2147189180

I have created a report using Crystal Reports XIr2 to report on information from a database for our application. It is a cross tab report, reporting on a variety of data returned from running a stored ...
2
votes
2answers
1k views

Crystal Reports and Login issue

I need some help. Actually, I've read about this problem, and I thought that I've resolved it, but it keeps bothering me. It's about different logins at developing and production enviroment. This ...
0
votes
3answers
161 views

SQL data type for a money + char

I am new in creating reports using crystal reports and c#. I created a c# program which displays clients' allowance.My only problem for now is that a field is not displaying what I wanted. I have a ...
1
vote
1answer
2k views

How can I create a Crystal Report between two dates

I tried to use the code below, but it doesn't work. I stored report data in a ReportDataSet using an SQL query. Later I set this ReportDataSet as the DataSource for the CrystalReport object. private ...
0
votes
0answers
139 views

error grabbing data from sql server to crystal report

I have a SQL Server database which contains user table 'User' and an attendance table 'Attendance'. I want to produce a report to view a particular employee's attendance for any given date range. So ...
1
vote
1answer
1k views

Crystal Reports Viewer: Failed to Open the Connection error

Currently I'm working on a piece of code that involves using the Crystal Reports Viewer to export .RPT files to PDF. My problem is that the code works on literally everything except the website I'm ...
1
vote
2answers
795 views

Crystal Reports - Select records via range of text

I have a report that is querying a transaction table, I have simplified the table below: CREATE TABLE [dbo].[NL_Trans]( [NT_PRIMARY] [int] NOT NULL, [NT_CODE] [varchar][20] NOT NULL, ...
0
votes
1answer
150 views

How to create sql procedure for reporting from two table

i have two tables called shipment and payment with the following columns Shipment 1.Executivename 2.shipername 3.shiperaddress 4.acountno 5.invoiceno 6.shipdate etc. Payment 1.InvoiceNo ...
1
vote
0answers
67 views

Is it possible to Sum and Average outside the columns and rows of a pivot table in Crystal?

I am creating a report in Crystal 11. I have two tables; County and Redemption. The columns I am using in Redemption are; CodeBudget CodeEntity CodeCounty CollectYr Redemption_Amount The columns ...
0
votes
2answers
455 views

I am getting “Invalid mapping type value” this error while calling in c#

i created method to show my report then i give connectioninfo at runtime but when i connect to remote server i got error public bool ShowReport() { try { ...
0
votes
0answers
233 views

crystal report doesn't get parameter value for secend time that I use it

I use asp.net crystal report and it gets parameter value to use it to its query to filter the value but after first time that I give it the parameter value it doesnt let me to give another parameter ...
2
votes
1answer
439 views

how to apply sql query with a range of dates on crystal report

I have to retrieve of how many an employee attend to work between a range of two date. I managed to get the query like this ex date range : 2012-02-03 to 2012-03-03 SELECT A.EmployeeD, ...
1
vote
1answer
644 views

Crystal Report SQL Query command paramter with formula editor value

I'm using crystal report builder and I need to pass to the SQL Server a query with date limitation by Crystal Report parameters. My SQL table store the datetime as bigint (UTC TICKS). The user send ...
0
votes
1answer
103 views

How to apply the formula on a summary field

I am developing an inventory system and I have developed the following function to convert between cartons and pieces. Public Function convertQTY(ByVal units_case As Integer, ByVal quantity As QTY) ...
0
votes
1answer
615 views

SQL Query : How to Get Last Month Closing Balance, Current Month Current Balance and Current Month ending Balance

I have a View which returns data from joining multiple tables with the fields: TransactionID FiscalMonthID CurrencyID AccountID TransactionDate TransactionNo TransactionDetails AccountCode ...

1 2 3