Using html in cf report builder and escaping the & ampersand character
Some of the data we collect is entered via a WYSIWYG editor. Therefore formatting such as bold, italic etc is translated into HTML.The text could also contain special characters/accented characters,...
View ArticleExpression Builder
I created a report function to find and return a graduation date. I only need to execute the function once per person.The query returns all colleges a person attended, I only want to report the...
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 Articlepass url parameter to cfreport
I am using CF9 and have generated a report using CF Report Builder that has a report parameter that function correctly.I am trying to be able to get the variable value from the the address line and...
View ArticleChanging value of Param
I have a report that passes a date (time stamp) to a subreport. Sometimes the date being passed is null (or an empty string) and the report . When this happens get an "Incompatible java.lang.String...
View ArticleDisplaying alternate content when date field is null
I am using Report Builder 8. I am grouping on a date field, but some of the people returned have a null value. I need to show an alternate heading if that group's date is null, I would actually like it...
View Articlemanipulate recordset inside cfr
with cfreport i can add some function to my report.i would access to recordset (passed to cfr) for ordering it. query to cfr -> ordering recordset in cfr -> print is this possible? thanks
View ArticleDateTime Parameter being passed maybe blank
I have a Transcript report and I only want to print any other institude name and credit earned (transfer information) that occurred before the student graduated. I am selecting only the institudes that...
View ArticleReporting help
Hi, I´m new in forum.Im trying to change one project made in Oracle Forms/Rerports to CFML.I did somethings in CFML in 2003 and now I will return to it because I need time and dont want type lines of...
View ArticleString index out of range: -1
Adobe ColdFusion Report Builder 9Adobe ColdFusion 8 on Windows Server 2003 using IIS Hi,I have an existing cold fusion report that has just started throwing an error message: String index out of range:...
View ArticlePage and Report Footers Problem
Hi, I've been having two problems with footers that I haven't been able to figure out: 1. My report needs a different footer on the first page than on the rest of the document. I tried using the...
View ArticleReport Builder 8, Changing Excel Tab Names
I have a simple report built in Report Builder 8. The user can select to export a report to flashpaper, HTML, PDF or Excel. When the report renders in Excel, that tab name is aways ColdFusionReport....
View ArticleCan Coldfusion Report Builder Lock .MDB Files?
I have been seeing an issue where an .mdb file will be locked into a read only mode state. There is no .ldb lock file on the object, but when I open the DB up a banner pops up at the top stating it is...
View ArticleSubreport problem
I am having a problem when I try to imbed subreports in a main report. No matter how much data is pulled in the report will be only three pages long. The first page of the report will have no data...
View ArticleUsing query without binding fields
Is there a way to access query values without binding any query fields? I have a report that I'd like to run with a variety of queries, all with different fields, but I can't seem to get anything...
View ArticleInstalling Reports Builder
Hi,I want to install Reports Builder, but I don't have ColdFusion on my machine, It's installed on a server that I access through a network, actually several. I write ColdFusion pages in Dreamweaver...
View Articlecfdocument pdf word wrap and missing text
Why when I create a cfdocument PDF with a line of unbroken text do I end up with smaller text - see the below text and slap it into a cfdocument (for even worse results, see with format="flashpaper" )...
View ArticleHow do I Output SQL query (cfquery) to screen
I'd like to output the completed SQL Query that I'm writing to CFQuery to the screen so I can see what the report is querying the database. I tried <cfoutput>#myquery#</cfoutput> but that...
View ArticleReport data binding error
I have created a banded report split into departments. Each recore has a value associated with it. The report runs fine if I dont try to sub-total each departments vale, but if I add a calculated field...
View ArticleCROSSTAB Using Report Builder
Hi all, Is it possible to create a crosstab report using Report Builder? Is so please suggest some references.Thanks for your time.
View Article