Reporting: If statement and Sum statement
I have an instructors schedule that shows each time a course is taught for example:Course Credits DayAAA123 3 Mon. Wed.The Credit only shows the first time...
View ArticleProblem with Math In Calculated Fields
I am calculating a group incident rate for data returned from a query. The formula is Number of cases multiplied by 200000 divided by number of hours worked. Cases in my report is the calculated field:...
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 Articleproblem in creating a chart in coldfusion report builder (x-axis label)
why some of the label in x-axis is not appearing in chart (but in my query is showing all data) im using coldfusion report builder. got any idea? please see attached image. thank you!
View Articlecfprint on a dot matrix printer
Hi all - I have a pdf that I'm printing on a dot matrix printer. In my pdf, I've specified that it should print using the Courier font. When I look at the pdf in Adobe Reader, it's in courier and...
View ArticleAdobe damaged files. I followed Pat Willener's instructions as well as I couild.
Adobe files are still damaged. A reversal did not happen. What is the next step? John. [email address removed]
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 ArticleCF8 Document PDF cutting off text
I am facing text cut-off during CFDocument PDF page breaks. I am using CF 8. Anyone can help Plz ? Thanks,-SKS
View Articlecfdocument with foreign languages (urdu/farsi)
Adobe claims that writing from right to left should be possible (http://www.adobe.com/devnet/coldfusion/articles/printing_04.html) - but I have no success with my tests. I'm trying to create a document...
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 ArticlePage Footer not printing
Hello,I´ve inserted the "quick field" "X of Y" in the page footer of the report. But it only prints on the first page.Can anyone help me with this?Thanks.Manuel
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 ArticleCF7 cfdocument's display 30% smaller on CF8
We have copied existing CF7 cfdocument' page to a new Coldfusion 8 server and when the pages are run the resulting pdf and flashpaper display 30% smaller on CF8. Both the Fonts and the images 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 ArticleAnyone using Jasper Reports or anything else?
Anyone out there using JasperReports with Coldfusion 8? cfdocument and cfReport have such a performance hit on our box when we try to run certain reports. IE - Report Cards We need something that would...
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 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 ArticleReport compilation error. Error at (203, 20: null
Help. I'm getting this error on a report that used to work just fine. Here's the stack trace info... Any ideas what this error means? coldfusion.runtime.report.Report$ReportCompilationException: Report...
View ArticleProblem with bar cfchart, yaxistitle distorts mouseover text
I am having a problem with cfchart bar charts, have searched but not found a solution. If I specify any value for yaxistitle, it distorts the text that appears when you mouseover. If I don't specify...
View ArticleReport Function and calculation
I use Report Builder for summary at group footer.I tried to function builder like Sum(Query.MyField), but the report builder does not like this for some reason.I tried to use Query.MyField, Report...
View Article