I'm having trouble adding a subreport onto an existing report. The main problem that I'm having is with the parameters. I'm using stored procedures for both the main and sub. They both have input parameters of @BeginDate, @EndDate, @Region, and @County. Is it possible to pass the subreport...
I'm having an issue with a report I'm trying to write in SQL 2000. I'm trying to determine a count for each letter type (NewCert and ReCert, the final report will have about 10 types) AND want to count each Case only once for each letter type.
SELECT DISTINCT(tl.CaseID),
NewCert=CASE...
I'm having a problem with my age function returning a decimal point with either one or two trailing zeroes. I've tried using LEFT, but since my ages are being returned as
either single or double digits, it's not been successful.
What I'm trying to accomplish with this is to get the age in...
Is there a way to suppress the total from GF1 in the various drilldown sections as shown in the following:
GH1 Region
GH2 County (drilldown)
GH3 City (drilldown)
D ZipCode (drilldown)
GF2 Region Total (drilldown)
GF1 State Total
I would like the State Total to show on the first page...
This is a two-part question.
1). I'm having an issue with all of my data showing up in the detail section. For some reason, only the first CaseName is appearing. I'm using Crystal 8.5 and getting my data from a stored procedure in Microsoft SQL Server. The data is being returned normally in...
I'm using a cursor to concatenate the values of a one-to-many relationship into a single column. See I read the FAQ's, specifically faq 183-2146! What I'm having an issue with is the comma separating each value. Depending on my placement of the comma in the statement, I get either an extra...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.