Simple 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 ArticleInfinite loop creating new page due to column header overflow.
i am getting an error and some pages "Infinite loop creating new page due to column header overflow. " -- using report builder 9, i have a fairly simple report - that contains 4 subreports. for some...
View Articletotal pages
hi all how can i get of number of total pages in a cfreport? i try with a custom field with count on calc.PAGE_NUMBERbut i obtain this error: Error: calc.PAGE_NUMBER is not a valid ColdFusion...
View ArticlePage Footer whitespace
I have an invoice report that had N number of line items with N number of lines of description per line item. The invoice displays all of the line items, and then at the bottom of the last page, it...
View Articlereport footer from other table
I need put some information on the report footer which data from other tables then the main report.It seems that report builder only accept one query, are there any way to let my report footer data to...
View Articleinsert sub report error message
Object: TfrmWizardTemplate, frmWizardTemplate Exception:'String) into type (Boolean) when evaluation instruction OperEqual ($0' is not a value integer valueSee error log for stack trace. I got above...
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 ArticleColdfusion report builder download has no help included
I just downloaded both the CF Report builder versions for 8 and 9 and there is no English language help file included. Does anyone know where or how I can download this? Clicking on help just gives you...
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 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 ArticleXHTML formatting does not work
XHTML formatting text parameter for query fields does not seems to work (MS SQL ntext containing fckeditor HTML text).- My DB is MS SQL, code page FRENCH (may be the issue ?), tested both nvarchar(max)...
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 ArticleProblem with SQL statement
Hi GuysFor some reason the following SQL statement will not work in CF Report Builder 8, it seems to be with the date part:SELECT transactions.ourRef,...
View ArticleCFDOCUMENT
I am using cfdocument's ability to generate PDF documents from XHTLM 1.0 Transitional webpages. I using supported CSS styles to format the page by importing the style sheet. All styles with the...
View ArticlePopulate PDF Forms
I would like to populate one pdf form with multiple sets of data and create one finished pdf form. I have a pdf form that was designed to create a one page letter. I brought the pdf into Adobe...
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 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 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 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 Article