Report 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 ArticleCalculate field does not work for stored procedure data source
I created a report using ColdFusion Report Builder using stored procdure as data source and would like to add a calculate field for summary field and realized that the calculate fields do not work and...
View Articlereport footer from other table
I need put some information on the report footer which data from other tables then the main report.It seems that report builder only accept one query, are there any way to let my report footer data to...
View Articlesub report in column header
Infinite loop creating new page due to column header overflow. Â I have a sub report on the column header which works, Because my sub report return different records from data source, it fails and get...
View Articlelinking areas of a single word document.
I am trying to set up an index of items throughout a word document by using hyperlinks. I have been exporting the word document with the index hyperlinks not working. It seems to have a problem keeping...
View ArticleCalling a function in a function
I am trying to call a function in a function (CF Report Builder 7) and I always got an error. As far as I know, it is suppose to be very simple and I keep it simple but since I work with re-usable...
View ArticleDigital Signature - Cold Fusion
we are in the process of implementing Digital Signature process with PKI technology complaint. Reports is geneated as a PDF format using cold fusion tools. Is there is any feature to implement digital...
View ArticleCan't add attribute to 0-length text
I have a CFREPORT Template that has been running fine for months. This report has 8 layered controls (Color coded page tabs for a Table of Contents). Yesterday I added 2 new Calculated Fields and added...
View ArticleReports Do Not Display In IE7
We are recently experiencing a problem on some of our PCs running IE7 where reports generated with CFREPORT only display a blank page and not the report. If we direct to create a PDF the same result...
View Articlepassing two queries
Is there anyway to pass two queries and display their results in one report?Two queries are not related.Thanks.Sylvia
View ArticleAlternative to Report Buidler
Anyone know of an alternative to Report Builder? I have some very complex documents and RB just doesn't seem to get the job done. It's excellent for basic reports but when it comes to rotated text, and...
View ArticleCalculated Group Fields
I am brand new to CF reports but have used other report engines for quite some time.What I am trying to do is create a counter in a group footer that increments based on the contents of a field. (ie....
View ArticleCF Report Builder Keep Losing Styles
I have a strange problem with CF Report Builder, latest version, for CF8. Whenever I open a .CFR file for modifications, all my styles, alignments, and sometimes even fonts are reset and I have to...
View ArticleReport Builder Nightmares
I'm pulling my hair out over this one! I have a report I built with CF 8 Report Builder. It has a text field in which I'm displaying an ntext field from a MS SQL 2005 database. I've set the property...
View ArticleCan't Remove Trial Version Coldfusion
when trying to remove Coldfusion trial version from the control panel "remove programs" I get and error that says javaincprition error this program will shut down. it won't allow me to remove the...
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 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 Articlereport data binding error unknown column name
Hi,I am having a problem with the new 7.02 update of Report Builder. The issue is it's not finding my SQL query.I have wrote my query initally in the advance mode, and it doesn't seem to reconize it....
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 ArticleFormat a numeric field in Report Builder for Excel Output
I am trying to format a field as 9.99. Sometimes this is a whole number but I still need the decimals to print. I tried using LSNumberFormat(query.sem_gpa, "_.00"), NumberFormat(query.sem_gpa, "0.00")...
View Article