CF Report Builder field not stretching with overflow
I am using CF Report Builder build 144677 on CF 7.0.2 and have a large SQL Server text field that needs to stretch. If I stretch the layout height for the field to a larger value it works, but then of...
View ArticleAnyone use the subreport attribute of the cfreportparam tag?
I'm trying to move all my queries out of the report builder and generate them on a standard Coldfusion template now that this is permitted in CF8. However, I'm having trouble calling accessing the data...
View ArticleReport Writer
I am trying to use the report writer but every time I create a report Iam getting an error message of Premature end of file. I have installedCF7.0.1 and CF7.0.2 on different OS'es and have used the...
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 Articleusing advanced query builder for a chart
I am trying to insert a query-based chart in my report template. However, the data is coming from a text file; thus I am creating the query object for the chart by parsing the text file. However, the...
View ArticleFormat a numeric field in Report Builder for Excel Output
I am trying to format a field as 9.99. Sometimes this is a whole number but I still need the decimals to print. I tried using LSNumberFormat(query.sem_gpa, "_.00"), NumberFormat(query.sem_gpa, "0.00")...
View ArticleCFReport Cross tab
Hello guys, Any idea how CFReport handles cross tab reporting? Hope you guys share some idea. I'm using Oracle also for my database. Thank you so much in advance. Cheers!
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 ArticleAre Multiple cfchartseries/seriescolor Values for Bar Chart Possible
Client wants their reporting bar charts adjusted to show green bars when counts are better than 90%, yellow when better than 80% but less than 90% and red when below 80%. It is possible to have...
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 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 Articlesubreport as a reportparam not using the proper query
I am trying to use a report with a subreport, normally works fine, but I want to pass a query to the subreport, not let it use its internal query. This works fine if I call the sub report by itself...
View Articlehyperlink control
I would like to have a control to have hyper link based on data source.I would like to know does Report Builder have any controls that I can set hyper link based on data. Your help and information is...
View ArticleSubreport data doesn't stop at footer
I'm having a problem with floated subreports when their output spans more then one page. What ends up happening in the output is the first page of data for the particular subreport looks fine, however...
View ArticleReport Builder and RDS
I just installed CF 8.1 Report Builder and attempted to use it for the first time.Is it required to have RDS activated on the server in order to use report Builder?
View ArticleCFDOCUMENT - Retaining Look Versus Pagination
I have a problem with <CFDOCUMENT> paginating and honoring the formatting at the same time in both PDF and FlashPaper. I removed my <HTML> and <BODY> tags because I read somewhere...
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 ArticleReport Builder Input Parameters
I need to create a report using input parameters and a date range. I am calling the report from a form that is using the following query and gets its input from a previous form:<cfquery...
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 Articlecfdocument java.lang.ArrayIndexOutOfBoundsException:
We are creating dynamic cfdocuments in a pdf format. We keep getting this error:An exception occurred when performing document processing.The cause of this exception was that:...
View Article