Count calculated field not working on the group header
Hi guys, I would like to ask your opinion why the COUNT calculated field not working on the GROUP header? Suppose I have 10 records in the report. It should display 10 not 0. But if I put the count...
View ArticleColdFusion 9 / Crystal Reports 9 error
I'm trying to invoke Crystal 9 via CFReport in CF9 and I keep getting the following error: CrystalReport Integration Exception. Error code: 2147776748 Error in File 翁 : Missing or out-of-date export...
View ArticleCold Fusion Report Builder - A Dud ???
I have spent the last 2 weeks working on a (one) report. In general I have been happy with what I have been able to produce, but have been naively thinking that the issues I have been working through...
View ArticleDynamic Report heading
I have a stored procedure from MS SQL backend and the result heading is WeekResult1, WeekResult2, WeekResult3... etc until Week20Result for report datasource. I would like to assign the heading at run...
View Articlecfchart broken in CF 8
In CF 7, cfchart would not plot null values from queries. Here is a sample from a CF 7 server showing the results with a query using NULL values.http://devmx.jibben.com/cfcharttest.cfmHere is the same...
View Articlecrystal report in coldfusion MX
I am just starting to use crystal report in Coldfusion MX, my crystal report is pre-defined <cfreport report="directory/crstlrpt.rpt"datasource = "ds_name"username="user"password="password">but...
View ArticleAnyone using Jasper Reports or anything else?
Anyone out there using JasperReports with Coldfusion 8? cfdocument and cfReport have such a performance hit on our box when we try to run certain reports. IE - Report Cards We need something that would...
View ArticleProblem with Math In Calculated Fields
I am calculating a group incident rate for data returned from a query. The formula is Number of cases multiplied by 200000 divided by number of hours worked. Cases in my report is the calculated field:...
View ArticleHow to pass an array or structure, in addition to a query, or multiple...
Is there a way to pass an array or structure for example as parameters, in addition to a query, or multiple queries to the Report Builder in CF8? I believe this was recommended by users to be in CF8.
View ArticleCFREPORT - rendering bug?
I am trying to generate a tabular report, but I encountered a weird bug: if the content of a column exceed the first page height, in the second page the borders of the other columns (that don't...
View ArticleCF7 cfdocument's display 30% smaller on CF8
We have copied existing CF7 cfdocument' page to a new Coldfusion 8 server and when the pages are run the resulting pdf and flashpaper display 30% smaller on CF8. Both the Fonts and the images and the...
View ArticleUsing CF 7 or CF 8 to access Crystal Reports
I would like to access reports created in the latest version of Crystal Reports (12) from within a Coldfusion 7 and or Coldfusion 8 Web application. I tried using the cfreport tag, but nothing happens....
View ArticleDisplay message if report is blank or has no data..
I'm sure this is an easy one, but I'm not able to get anywhere on this..Using ColdFusion Report Builder to create a PDF report..Currently, If my report query returns no records I just get a blank...
View ArticleStyle not found
This has happened to me twice and I have no idea why. I am getting the following error from ColdFusion:Could not locate the style file Blue A pie chart is located with in the cfr. Where is it looking...
View ArticleInfinite loop creating new page due to column header overflow.
i am getting an error and some pages "Infinite loop creating new page due to column header overflow. " -- using report builder 9, i have a fairly simple report - that contains 4 subreports. for some...
View ArticleCounts needed for data in random sequence
I have a table that is grouped by entry date, agency, last name. I need to know how many records within entry date & agency have a disposition of "Dep', how many have a disposition of "Can"...
View ArticleCFPrint printer problem
Hi there, I'm now in problem about cfprint.Here is my coding : <cfdump var="#GetPrinterInfo()#"> When I run this coding in client site, it shows error that "no printer avaliable". Oddly, I run...
View ArticleSession Reset Problem
hi,I have been working on project where it has a admin area with an admin log-in page, I track the logged in user using a session variable set by a log-in function. my problem is it logs the user in...
View ArticleCF8 compiled code cannot be run in CF9 server
I have an enterprise application that is developed using ColdFusion. The application is compiled using CF8’s complier (using CFcomple.exe) to enhance performance and prevents un-authorized access to...
View Articledatetime parameter in coldfusion report builder
Hi, I'm trying to create a report in coldfusion report builder that takes 2 parameters; startdate and enddate. These two parameters correspond to two fields in my sql database. However, both the fields...
View Article