Null Pointer Exception
I have a report that runs on our development server, but not our staging server. The report uses a query that returns the correct record set with complete data and uses three parameters which can also...
View ArticleAnything Wrong with this query?
I have been trying to create a report based on this query:SELECT call_type.call_type_detail, code_city.code_city_detail, area_code.area_code_detail, call_reason.call_reason_detail,...
View ArticleReport Function and calculation
I use Report Builder for summary at group footer.I tried to function builder like Sum(Query.MyField), but the report builder does not like this for some reason.I tried to use Query.MyField, Report...
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 ArticleRemove Blank Lines in Mail Label
Anyone have any ideas on how I can get around the bug that doesn't remove blank lines.I'm creating a mail label that where some labels have to address lines that need to be on their own lines.I tried...
View ArticleHow to insert a page break inside a CF8 report builder input parameter
How do I insert a page break inside a CF8 report builder field. I know how to insert it between elements, but not inside a field. For example, the cfform rich text editor inserts the following source...
View Articleexporting data to Word with Coldfusion
Saw the link athttp://www.irt.org/articles/js154/index.htm which explains how to do it. But, my need is a bit more than what is shown. I have to run a query and based on results of it decide what...
View ArticleCF Report Builder 9: Dynamic Footer Band Height
Problem:I have a coldfusion (.cfr) and need to be able to either set the height of the footer band or set the bottom margin so that the report can be printed onto custom paper which has pre-printed...
View ArticleCrosstab in CF Report Builder 8
I know this has been asked before but I can't seem to find anything current. I came across some stuff but the links were diead or explanatory images didn't show. It seems that Report Builder doesn't...
View ArticlePage Footer not printing
Hello,I´ve inserted the "quick field" "X of Y" in the page footer of the report. But it only prints on the first page.Can anyone help me with this?Thanks.Manuel
View Articlecfreport & "Error loading image data"
i'm using cf report builder.I insert in report an image linked to a urlIf i execute the report i receive this errorReport data binding error Error loading image data : http://DOMAIN/PATH/0701.jpg.the...
View ArticleFunction to unformat HTML code
I start to build a report with CF Report Builder (8) and at some point, I realize that one of the field I need to display have HTML code (e.g.: <p>, <b>, etc...). The fact is that this...
View ArticleGroup heading print change group
I have a group in my report and I have a report header.I have a label and a field on the group header, but it only print every page on top of the page.I want it print every time it change group, do I...
View ArticleCF Report generation error
Hello,We have a report that is working on the development and the production server. I just downloaded the Report Builder version 7.0.1When I change the report (move a filed from one pixel left) and...
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 Articlechange label caption from a stored procedure result
I need change label caption on the report using Report Builder and data source from a stored procedure.Your information and help is great appreciated, regards, Iccsi
View ArticleColdfusion Report Build Property Definitions?
Can anyone point me to documentation that actually defines each of the properties in the right column, throughout Coldfusion Report Builder? For example, when I am viewing a report and I click on a...
View Articlecfprint on a dot matrix printer
Hi all - I have a pdf that I'm printing on a dot matrix printer. In my pdf, I've specified that it should print using the Courier font. When I look at the pdf in Adobe Reader, it's in courier and...
View ArticleReport Builder Paging
I am trying to get specific control over the page numbers that print in my report. I am using the Report Header band for a cover sheet and muti-page invoices (grouped on invoice number) follow. I want...
View Article