Report Looping
Greetings,I am trying to loop over a query to provide all of the information retreived from a query in an excel format. All I am receiving back is the last record. I would appreciate any thoughts. Here...
View Articledate/time stamp wont' show up in report header/footer
I have a simple one page CFReport, the footer of which I want to add a date/time stamp. For some unknown reason, I can't get it to show up in this particular report. I know the expression works,...
View Articlecfchartseries colorlist variable
when I user the colorlist="hexadecimal value, ..." it works great.When I create a variable for the colorlist value it is coded like colorlist="#mycolor1#"This works. However, I have 3 different color...
View ArticleWhy doesn't the scatter graph display properly??
Hi,I've already posted a thread regarding scatter graph but nobody (not even from Macromedia!) has been able to give me an answer and I've been trying on my own since then, but to no avail!I refer to...
View ArticleAnything Wrong with this query?
I have been trying to create a report based on this query:SELECT call_type.call_type_detail, code_city.code_city_detail, area_code.area_code_detail, call_reason.call_reason_detail,...
View ArticleExporting to Excel
Hi, Is it possible to set the precision of an excel cell through coldfusion? I have a coldfusion page which displays a rate formatted to 3 decimal places e.g. 0.048%. I then export it to excel - using...
View Articlereport function
Hi guys i'm am trying to create a function that returns a string. when i run the report it doesn't generate. i know the problem is my cfif, b/c i have tried displaying just the string and it works. I...
View ArticleStacked bar chart using cfchart?
Does anyone have example code for a stacked bar chart using cfchart under MX7? I've googled and searched, to no avail.Thanks!
View Articlecoldfusion8 cfdocument formatting change
creating pdf reports from same coldfusion 8 program(not report builder). If number of pages exceed 1,100 the print formatting changes in that all fonts are reduced in size.
View Articlecfdocument image scaling issue
When using the cfdocument tag to create a pdf file I'm experiencing image scaling issues. I know that this was a problem that was supposedly resolved in the cumulative hotfix3 for CFMX7. I've applied...
View ArticleCFDocument- Output is cutting lines
The PDF document being produced is perfect on all 3 pages except for the first line of every pages (other than P1) is being cut "horizontally"... the line is there but I can only see the bottom/lower...
View Articlelong page in cf report maker
Hi,I am new to cf report maker.I made a report which is long in detail part. The layout of my report is free form. When I want to preview it it has this error:"Report design not valid : 1. The detail...
View ArticleCFREPORT - rendering bug?
I am trying to generate a tabular report, but I encountered a weird bug: if the content of a column exceed the first page height, in the second page the borders of the other columns (that don't...
View ArticleDisplaying alternate content when date field is null
I am using Report Builder 8. I am grouping on a date field, but some of the people returned have a null value. I need to show an alternate heading if that group's date is null, I would actually like it...
View Articlecfpop delete and Groupwise
<!---Anyone else have the same problem? I upgraded Coldfusion to 7.02 but still does not work. I can retrieve them but can't delete them---><cfset message = messageNumber> <cfpop...
View ArticleCF Report Builder field not stretching with overflow
I am using CF Report Builder build 144677 on CF 7.0.2 and have a large SQL Server text field that needs to stretch. If I stretch the layout height for the field to a larger value it works, but then of...
View Articleinner join & outer join in one query
I have 11 tables, 10 of the tables need will always have a match on id, the 11th table may or my not have a match. I need to print info from the 10 tables with a matching id and information from the...
View ArticleSerial Won't Work
I registered to get Flex and Coldfusion for free as I am a student studying web development at university. I was able to install flex just fine but coldfusion doesn't like my serial number when I type...
View ArticleBrowser based dynamic report generation
Here is what i want to do.I want to allow our customers the ability, through an IE browser, authenticated to ColdFusion, to create their own reports through their own ColdFusion webpage.-We will list...
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 Article