Print 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 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 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 ArticleRemoving CFREPORT Page breaks?
Problem: <cfreport> and the Report Builder very generously offers to break a page for me after X number of pixels (or inches) as specified in 'report properties.' This is fine for on-screen...
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 Articleproblem creating drill downs with CFChart.
Hi, I am using <cfchart> in cf9 and am having an issue with the #itemlabel# value. here is my code/ <cfchart chartheight="240" chartwidth="220" yaxistitle="employees"...
View ArticleCF8 compiled code cannot be run in CF9 server
I have an enterprise application that is developed using ColdFusion. The application is compiled using CF8’s complier (using CFcomple.exe) to enhance performance and prevents un-authorized access to...
View ArticleColdfusion Report how to show WYSIWYG editor input data that store in a clob...
Hi, My scenario is: From application I have key-in data that using WYSIWYG editor with various format like font color, background color, alignment, bold, italic, etc. And store to a column type CLOB...
View ArticleReport Builder crashing
I am trying to edit the report query, changing the joins on the tables, and Report Builder crashes repeatedly. Anyone experienced this? Is there a patch for Report Builder I don't know about? Nathan...
View Articlesecond sub report
I have a report which has one sub report and works.I just move this sub report from column footer to rpeort footer and add a new sub report to column report.The main report and first sub report works...
View ArticleWhat is wrong here with my quick selection tool and tekst
Hi I have ti right clik to se the selectet I show you a video so you can see because of my engles spelling is not the best here is the link...
View ArticleCharts get corrupted using CFReportBuilder 10 in Windows 8.1
Reports that we created that contain Charts, using Windows Vista to author, stop working and error "resource unreadable" when we open and save the report using Win 8.1 64bit. Everything else in the...
View ArticleStop printing of Blank Pages
Each section on a Bill is checked for a specific condition in the 'Print When Condition'. This can cause blank pages to be created and printed, it there a way to not print blank pages? I use CF10
View ArticleCan Report Builder Export Excel Files with multiple Sheets
Does anyone know how I create a report that it can export in excel by multiple sheets.
View ArticleSimple IIF Statement "bug" in CF Report Builder
I am new to CF Report Builder, but can't seem to get a simple IF statement to work.IIf(query.costs_total_construction is 0, DE("n/a"), ((query.costs_nonIHS_funds_new_space...
View ArticleStretch with overflow
I have a CF 10 report with an Excel Output format. One of my columns needs to stretch. When I set the Fromatting "Stretch with Over to True" and the Print Control "Position Type" to Floating and the...
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 ArticleSave Data in Report to Use later
I have several names to report I need to combine data from several records of the same type with different codes. Not all names have the same codes. I want to report the data on one line. Is there a...
View ArticleUsing If statements in cfreport
Hi does anyone know how I might be able to handle this situation. I have some columns that are integers. These integers represent different text items. How and where can I put my if statement in...
View ArticleVariance Function
I actually have a need for this calculation field. I have tried defining the field with a reset at my goup level. As soon as I define it, my report will nolonger run. I don't even have to place it on...
View Article