Dynamic Queries in charts
Hi I need to use a query object created in coldfusion for a chart in the report generator.I found this article that talks about it but does not seem to work , Link to Adobe Web siteDoes any one have...
View ArticleReport Compilation Error
I just installed the latest ColdFusion report builder. In running my first report I get the error "Report compilation error. Error at (108, 20: null ". Note that the RDS connection successfully tested...
View ArticleProblem with IIf in Report Builder
Hi,This is my first try with Report Builder and I have managed to create some custom labels however I would like to hide any empty address fields. At the moment if any of the address fields are empty I...
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 ArticleCF Reports on Production Server
I understand the CF report builder is a developer tool for creating CF reports. Do I need to install anything extra on the production server to run reports after they have been created using the report...
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 ArticleField with Stretch with overflow is not streching in the page or band headers
Field with 'Stretch with overflow' = True is not stretching in the page or band headers. "Print when detail overflows" is also true. If I stretch the height. it shows up, but does not grow or shrink...
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 ArticleProblem with report function in CF Report Builder
Hi, I'm trying out the CF Report Builder for the first time and am having trouble displaying a report.functionname field. As you can see below the description is jumble up. Any ideas on what I'm doing...
View ArticleVariable calc.FiscalYearSumconservativeBudget is undefined.
Hi, I have created a report with two groups: Manager and FiscalYear. The Report Builder generated all calculated variables.I can display totals on the Manager level. However when I try to display a sum...
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 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 ArticleCF Report Builder line height
We're migrating CFMX7 servers (Solaris) and our .cfr reports are having problems due to how each server defines the height of a single line. That is, our old server had a shorter line height definition...
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 ArticleProblem testing report builder report
When I test my report it while in report builder, it looks great on the screen. When I try to actually print a page so I can see how it looks on paper using the forms, all I get is the background/ CF...
View ArticleReport Builder Question
Hi, I have been working on a specialized patient data application and I am trying to build a master report of a Patient's Chart containing all the data collected on a patient. This involves several...
View ArticleCFDOCUMENT Stopped working
After moving to a new building, CFDOCUMENT stopped working on some servers. On our production servers, using CFDOCUMENT causes the paths to our CSS and IMG tags to be invalid. When I remove CFDOCUMENT,...
View Articlebold font
Hi i have a fied in report builder withquery.FacilityName & " " & query.Addresswhat i need is the first part (query.FacilityName) to be in bold how would i do this?
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 ArticleBrowser based dynamic report generation
Here is what i want to do.I want to allow our customers the ability, through an IE browser, authenticated to ColdFusion, to create their own reports through their own ColdFusion webpage.-We will list...
View Article