Sub Reports not getting query data
Hi Everyone,(CFMX 7)I have a report (lets call it Main) that includes a sub report (Sub1)I have a query defined and included in the query attribute of the cfreport tag(theQuery).Any field that is...
View ArticleSub Report Styles
I have a main report with a series of sub reports. In the main report I have my styles defined.I am now wanting to use these styles in my sub report without needing to recreate them.I know I can export...
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 ArticleMulti Page Reports CF v7.0.2
I need to create a report that will have one page of detail data; then 1 to 2 pages. These will contain images of documents. The second and third page will be displayed only if the images are on...
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 ArticleCF 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 ArticleAlternating row color for CF report Builder?
I have a user who wants one of her reports to display alternating row colors for better read clarity. The reports are rather lengthy and the rows tend to blend in with eachother.
View ArticleGroup Total Issue
I am getting a very weird bug (and its not my sql :) )I have a report that has two groups in the group management section BUname, DivName and using the groups footer element I have a label and a field...
View ArticleStacked Bar Chart Issue
Hello, with ColdFusion 8 this code produces duplicate stacked bars. The two chartseries are required to produce the stacked affect. One bar stack is labeled "Programs" and the second is labeled...
View Articlecfchart - how do I stop percent value from rounding
I am trying to present a simple chart with labelformat="percent" (see below).The problem is that the values being presented are decimal values between 1 and 2. Although it appears to put the data...
View ArticleRDS Password Question
Hey everyone,Everything that I have read about creating reports using ColdFusion Report Generator says that I have to have the RDS password, however, it is impossible to find a web host that will...
View ArticleRedirect CFOUTPUT QUERY to a certain pre-existing cell on a table?
Is there a way to 'redirect' the output stream to a certain element on the browser?... I have all the elements on the screen (template, editable zone with a grid that have some cells populated), but,...
View Articleexporting data to Word with Coldfusion
Saw the link athttp://www.irt.org/articles/js154/index.htm which explains how to do it. But, my need is a bit more than what is shown. I have to run a query and based on results of it decide what...
View ArticleFont Management
I have the problem that cfdocument doesn't use the specified fonts if they are not in the system fonts directory. If I add fonts in the cfide/font management cfdocument doesn't use them. Only if they...
View ArticleReport builder - last page
I have to print a field only on the last page; I was thinking to do this by making a condition in "print when" field. How can I determinate the last page? Anyone help me!thanks to all!
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 Articlereport data binding error unknown column name
Hi,I am having a problem with the new 7.02 update of Report Builder. The issue is it's not finding my SQL query.I have wrote my query initally in the advance mode, and it doesn't seem to reconize it....
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 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 Article