Combine multiple reports
Goal: print all reports at the same time.(MX7)Scenario: I have about 10 reports (cfr's) created and desire to create a button that will print all 10 reports. I don't need to view them only print...
View ArticleCF Report Builder - multiple queries
I am a CF developer who has worked a fair bit with coding reports manually. Have taken the plunge with report builder and generally like what I see, BUT am quite disappointed with an apparent lack of...
View ArticleHow do you call dynamic fields in Report Builder
I have some fields that they were filled in a dynamic way, and I want to make some calculations using the information that was populated in this field. When I put the name of the field in my...
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 ArticleReport Builder Issue
Hello Community,Okay, here is what I am trying to do. I am currently using the Coldfusion Report Builder in creating all of our reports. I would like to use the report builder to display any data "By...
View ArticlePrint When Detail Overflows Question
Is the "Print When Detail Overflows" option supposed to work this way or am I doing something wrong? The help states..."Print When Detail Overflows specifies whether an element prints only after a page...
View ArticleCF8/CR2008
I have a number of reports created in CR11 & CR2008. I am trying to run/launch 1 report from within CF8 using the<cfreport> tags. It appears that the tag is being bypassed or ignored. I do...
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 ArticleCross Tab question in Report Builder
Im trying to create a cross tab report in Report Builder but not having any luck. The icon is completly greyed out . The report I need will have an unknown number of colums and I think the only way to...
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 ArticleUser inputted letters with dynamic fields in Report Builder
I'm proactively trying to get certain aspects off our hands in IT and more specifically, the way letters are generated through ColdFusion. Right now we are using activeX controls (with some vbscript...
View Articleinner join & outer join in one query
I have 11 tables, 10 of the tables need will always have a match on id, the 11th table may or my not have a match. I need to print info from the 10 tables with a matching id and information from the...
View Articlesub report in column header
Infinite loop creating new page due to column header overflow. I have a sub report on the column header which works, Because my sub report return different records from data source, it fails and get...
View ArticlePrint When with two conditions
I only want to print a page if two conditions are met. On each section I am using the following Print When Condition:DateFormat(query.asofdate, "mm/dd/yyyy") NEQ DateFormat(calc.AmtDate, "mm/dd/yyyy")...
View ArticleCalculate age in a function
I am trying to calculate and return the age of a person. My code is: <cfset variable.age = '(dateDiff("yyyy",query.birthdate, now()))'>I get a "If the expression is a string, ensure that it is...
View ArticleTable with cell borders in Coldfusion Report Builder
I'm using ColdFusion Report Builder and I'm trying to create a table with cell borders, looking somewhat like Excel. The data comes from a query. How do I do this? I'm running ColdFusion 9 on Windows XP.
View ArticleColdFusion Report Builder - 2 page layout.
Good morning, Is there a method which would allow me to create a ColdFusion report with a 2 page layout? On the odd pages (the front side), this page would include the data relating to the report and...
View ArticleReport Type for pdf and Excel
I have following code to generate the report for pdf format.I would like to let users to choose report type 'pdf' or 'excel'I need pass the user select from user interface to <cfreport format= "PDF"...
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 Article