crystal report in coldfusion MX
I am just starting to use crystal report in Coldfusion MX, my crystal report is pre-defined<cfreportreport="directory/crstlrpt.rpt"datasource = "ds_name"username="user"password="password">but...
View ArticleReport Builder: output to Excel removes leading zeros
I'm trying to use the Report Builder to output a numeric field to EXCEL , but on numbers that start with zero EXCEL removes the leading zero's. ex. 00123 becomes 123.Is there something that I can put...
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 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 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 ArticleCounts needed for data in random sequence
I have a table that is grouped by entry date, agency, last name. I need to know how many records within entry date & agency have a disposition of "Dep', how many have a disposition of "Can"...
View Articlecf8 report builder characterEncode ?
HI,allI am using win xp sp3/cf8.01, cf8 report builder,mssql2k5,IE6There is the following requirement in a program: When there is Chinese character in the label of report builder, but not get Chinese...
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 ArticleBarcode Font not working now...
Just upgraded from CF 7 to CF 9 and I'm having trouble with one of my reports (PDF file) generated with CF Report Builder. It's using the IDAutomationHC39M font to print a bar code on a badge. I've...
View ArticleTemplate appears to be malformed
I have a group of reports that work perfectly in CF7, but when I try to view them with CF9 I get the following. The ColdFusion Report Builder report template appears to be malformed or contains...
View ArticleUsing html in cf report builder and escaping the & ampersand character
Some of the data we collect is entered via a WYSIWYG editor. Therefore formatting such as bold, italic etc is translated into HTML.The text could also contain special characters/accented characters,...
View ArticleReport Builder - Last page issue and Report Footer issue
I am using ColdFusion 9 Report Builder, am new to this product and encountering 2 issues. Issue 1 - I have a field that I would like to print on the last page of my report. How can I determine the...
View Articlecfdocument format = PDF - does not format correctly
Greetings I am simply attempting to print invoices from a query that displays correctly on the cfm result page, but using cfdocument to render a PDF version (to mail out) does not format even remotely...
View ArticleChart not displaying correctly
I am running Coldfusion version 9.0.0.251028 Enterprise Edition. I have a bar chart created to display statistics for every day of the month. The majority of the time this works OK with individual bars...
View ArticleCF Report Builder 8 exception: No search engine has been assigned
I have successfully used the search feature from within CF Report Builder for years. It is very helpful for tracking down fields that have changed. Now I am receiving the following message when I...
View Articledatetime parameter in coldfusion report builder
Hi, I'm trying to create a report in coldfusion report builder that takes 2 parameters; startdate and enddate. These two parameters correspond to two fields in my sql database. However, both the fields...
View ArticleChanging value of Param
I have a report that passes a date (time stamp) to a subreport. Sometimes the date being passed is null (or an empty string) and the report . When this happens get an "Incompatible java.lang.String...
View ArticleExpression Builder
I created a report function to find and return a graduation date. I only need to execute the function once per person.The query returns all colleges a person attended, I only want to report the...
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 Articlesub report data source at run time
I have a sub report and on the main report and I want to set up sub report and main report data soruce using stored procedures. I have following code, it only runs sub report, but not main report has...
View Article