cfdocument and variable columns
I'm trying to output data in columns using cfdocument. The number of columns to be output varies depending on user input. In some cases the columns far exceed the page width. I need to page break a...
View ArticleUsing cfif statement in CF Report Builder
How can I use if statements when building a query within CF Report Builder?Existing Code that doesn't work in the Report Builder Query:Select *FROM Issue_PrioritizationReportWHERE 0=0<cfif...
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 ArticleReport Builder Copy/Paste Bug?
In a report that I built I had attempted to copy and paste some fields. When I went to paste nothing showed. However, when I run the report I see this "hidden" text all over the report (There were...
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 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 Articledisplaying images in a ColdFusion Report (cfr)
I am playing around with graphs and reports. The requirement is to be able to produce reports in PDF and/or RTF with graphs included. Overall cfdocument may be my solution but it does not have the rtf...
View ArticleReport Builder and RDS
I just installed CF 8.1 Report Builder and attempted to use it for the first time.Is it required to have RDS activated on the server in order to use report Builder?
View Articlecrystal 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 ArticleHTTP/ 1.1 401 Unauthorized -- Error Conneting to RDS
A co-worker created a report and saved it on our test server. I am able to open the report, however, I need to modify the query, and when I click on Report Query, I get either aHTTP/ 1.1 401...
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 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 ArticleCrosstab in CF Report Builder 8
I know this has been asked before but I can't seem to find anything current. I came across some stuff but the links were diead or explanatory images didn't show. It seems that Report Builder doesn't...
View ArticleColdFusion and SSRS
Hello all, How do I get ColdFusion to authenticate a user into SSRS? I'd like to get a way for a user to view a report in SSRS without providing any credentials. Thanks
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 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 ArticleProblem testing report builder report
When I test my report it while in report builder, it looks great on the screen. When I try to actually print a page so I can see how it looks on paper using the forms, all I get is the background/ CF...
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 ArticleTime Values In CFChart
Hi,Is there any way to create a chart using time values for the series?For example I have a query that calculates the average time a user has spent on technical help calls in a month. The query works...
View Article