Using 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 Articlecfchart broken in CF 8
In CF 7, cfchart would not plot null values from queries. Here is a sample from a CF 7 server showing the results with a query using NULL values.http://devmx.jibben.com/cfcharttest.cfmHere is the same...
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 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 ArticleCF9 Report Builder: Hardcopy only has watermark, no detail
I'm committing the sin of putting this question to multiple forums but I'm hoping a different audience might give an answer as I'm on a dealine to produce this report. I'm working on a workstation...
View ArticleStretch with overflow
I have a CF 10 report with an Excel Output format. One of my columns needs to stretch. When I set the Fromatting "Stretch with Over to True" and the Print Control "Position Type" to Floating and the...
View ArticleShrink to Fit Text - ColdFusion Report Builder
In ColdFusion Report Builder, is there a way to shrink text to fit a particular area? (as opposed to stretching with overflow) Any help would be greatly appreciated! - Chris
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 ArticleSubreport formatting
I hope I'm not the only one that has run itno this problem, but I have a series individual reports created, and they work fine. I now want to link some of those reports together into one master report....
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 ArticleCF Report Builder percent of total for group
I have a report (built with CF Report Builder) that calculates subtotals in groups. My user wants to also see what percentage of the grand total these group totals represent. It seems that CF...
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 ArticleReport Builder Input Parameters
I need to create a report using input parameters and a date range. I am calling the report from a form that is using the following query and gets its input from a previous form:<cfquery...
View ArticleList index out of bounds
I am working with an SQL Database and ColdFusion MX7.I have a very detailed report that I built in Report Builder. It worked fine until I tried to change the query statement to include a cfvariable (I...
View ArticleCFCHART Loop Query
Hi -I want to loop over a query and Get users with hours charged to a project. When this runs it just shows the total of all the hours for each person. This query should return 2 people one with 12...
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 ArticleCROSSTAB Using Report Builder
Hi all, Is it possible to create a crosstab report using Report Builder? Is so please suggest some references.Thanks for your time.
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 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 Article