Crystal Reports Questions and Answers

Recent IT Questions

241 - 260 of 265

Return or print more than one date

Basically i have two dates suppose minDate and maxDate, Just i want to find diff in day..If both dates are same then i want to return mindate and if difference is there then then i want to return all dates from mindate to maxDate..How to do this?Please help me

Answer Question   |  Apr 14 2008  3:47 PM GMT
Crystal Reports
asked by Ramchandra

  5 pts.

Crystal Report Problem in VB6

I am using VB6 with back ground Database DB2 AS400 iSerices and Crystal Report 9.0. When I Show the Report Its prompt me to enter password. I have tried to find the solution and found some thing about LogOnServer but every example is there for Crystal Report 7,8, and 8.5. I have tried to use...

Answer Question   |  Apr 14 2008  6:49 AM GMT
Crystal Reports, VB, AS/400 DB2
asked by Mr. SEA

  85 pts.

Crystal Reports newbie has a question

I am an intern at my company and I *think* I have to use Crystal Reports to complete one of my projects. I will start by explaining what I need done. I would like to know if it is possible, and if it is, how I would go about doing it. I am building a web-based accessible use policy agreement for...

Answer Question   |  Apr 9 2008  1:01 PM GMT
Crystal Reports, Web development
asked by LoganGoesPlaces

  45 pts.

LogOnServer Problem in Crystal Report

I am using VB6 with back ground Database DB2 AS400 iSerices and Crystal Report 9.0. When I Show the Report Its prompt me to enter password. I have tried to find the solution and found some thing about LogOnServer but every example is there for Crystal Report 7,8, and 8.5. I have tried to use...

Answer Question   |  Apr 8 2008  11:35 AM GMT
Crystal Reports, VB, AS/400 DB2
asked by Mr. SEA

  85 pts.

Crystal report

I just started a job as a data analyst and wanted to see if any want can help me build a report on crystal report. Claims billed by month Claims outstanding by month Monthly report showing write off ‘bad dept’ Thanks

Answer Question   |  Apr 4 2008  0:26 AM GMT
Crystal Reports, Data analysis
asked by Mosaidi

  5 pts.

Excel Date format () dd-mmm-yyyy error from exported crystal report

I am exporting a crystal report file to excel and date field TRADE_DATE is coming out strange. i.e PARTY_ID TRADE_DATE CX () 16-Jul-2003 CX 29-Jul-2003 CX 09-Dec-2003 Some trade_date fields are in Custom Type "dd-mmm-yyyy" format ( which is the correct format) but some are in Custom Type "()...

asked by Shakeel45

  40 pts.

Crystal report - how to link fields

I have to make a report that links two fields after some string manipulation like mid({field1}, 3) = field2. Is there any way to do this? I have attempted a subreport, but that is a left outer join and doesn't limit the report results. I'm sure that can be done in the select expert, but the table...

View Answer   |  Feb 25 2008  9:21 PM GMT
Crystal Reports
asked by Wellhole

  5 pts.

how to save crystal report in excel format ?

hi i wanna to save crystal reports as excel form so can anyone help me

View Answer   |  Feb 16 2008  7:19 PM GMT
Crystal Reports, Microsoft Excel
asked by Romanticknight

  5 pts.

How to pass Stored procedure to Crystal reports

I have created a report in Crystal report using stored procedure and i have to call that report in delphi by passing parameters to stored procedure..?

Answer Question   |  Feb 7 2008  11:56 AM GMT
Crystal Reports, Delphi
asked by Raghuvenu

  5 pts.

Crystal report

I have to show treeview on Group header of my report.Is there any functionality in crystal report to set tree view on any group header like pivote table in Excel.

Answer Question   |  Jan 16 2008  8:57 AM GMT
Crystal Reports, TreeView
asked by Milorahulse20

  5 pts.

Crystal Reports

I am a novice in Crystal and I am trying to create a funtion that will read more than one record to give me the result. The formula I have now is only reading the first record and I am not sure how to get it to read every record. The formula is as follows: if ((({MFGMAT.STU_0} = "EA" and...

Answer Question   |  Dec 7 2007  6:15 PM GMT
Crystal Reports
asked by Kimmioni

  5 pts.

crystal x1 ms sql ver. 7

is crystal reports x1 compatible with ms sql version 7?

View Answer   |  Nov 16 2007  8:01 PM GMT
Crystal Reports, SQL Server 7.x
asked by Pbelgar

  5 pts.

opening crystal report using ISeries sql error Temp table already exists

I built an sql stored procedure on the ISeries using ISeries Navigator. The procdure returns a good result set using a couple of global temporary tables from other stored procedures I call. When I try to access the stored procedure using Crystal X1, I get an obdc error telling me the temp table...

View Answer   |  Oct 29 2007  8:20 PM GMT
iSeries, Crystal Reports, ODBC
asked by Jlav

  0 pts.

Crystal Reports - How to Force Page Break

I have a report that I am designing that requires that a new page be generated if a property has more than 6 occupants as the form will allow for 6 listings and if there are more, a second page needs to be generated. Does anyone know how to do this in Crystal? The version that I am using is 10. ...

View Answer   |  Oct 17 2007  8:54 PM GMT
Crystal Reports
asked by PAuser

  0 pts.

C#.Net

Does anyone know of a good place to find people with C#.net experience besides the big job boards? We have several positions in the Financial/Trading industry in Chicago but we are having a hard time finding enough people with this skill set. Any Blogs, User Groups or Niche Sites you can recommend?...

View Answer   |  Jul 12 2007  3:58 PM GMT
Security, SAP, Oracle
asked by cmcwag

  0 pts.

Store Procedures, SQL statements

I am a newby to SQL and I am currently creating a store procedures for Crystal Reports. I have ran into a Problem. Here is some of my coding: SELECT @Address = ISNULL(Address,'') from tblAddresses WHERE (ClientNumber = @ClientNumber) AND (AddressType = 'Current') IF LTRim(RTrim(@Address))...

View Answer   |  Sep 14 2006  6:45 PM GMT
Crystal Reports, Microsoft Windows, SQL Server
asked by jewels01

  0 pts.

Crystal Reports

I am working on a report in Crystal Report, I have a stored Procedure like this ALTER PROCEDURE [dbo].[usp_cust_by_activity] @carrier as VARCHAR(10) AS --drop table #custA --drop table #custPA --drop table #cdrall --drop table #cdrPrevMonth --SET @carrier = 'PR' --'PR', 'RG'...

asked by urpalshu

  0 pts.

Passing parameters from .ASP (VBSript) to Activex object in date format

I have inherited the following: <%@ LANGUAGE="VBSCRIPT" %> <% dim adoconn set adoconn = server.createobject("adodb.connection") adoconn.open Application("DSN"),Application("UID"),Application("PWD") reportname = "traininghrsbyemployee.rpt" If Not IsObject...

View Answer   |  Feb 3 2006  1:29 AM GMT
Crystal Reports, SQL, HTML
asked by avdberg

  0 pts.

List of Values in a SP Parameter

I need to pass a List of Values parameter from a Crystal Report to a Store Procedure. 1) How do I define the Parm? and 2) How do I code the WHERE clause? Example: Result Sets 1 Language SQL Begin ...

asked by saratusthra

  0 pts.

messaging and collaboration

What is messaging and collaboration,how does it works,how to set it up ,where can it be implemented and how

View Answer   |  Jan 24 2006  8:40 AM GMT
Networking, Network monitoring, Network protocols
asked by eduado

  0 pts.

241 - 260 of 265