master detail report
I want to create a master details report using CF 10 Report Builder, but I do not find the option.I would like to know should I insert a sub report in to detail band to generate master details...
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 ArticleStacked Bar Chart Issue
Hello, with ColdFusion 8 this code produces duplicate stacked bars. The two chartseries are required to produce the stacked affect. One bar stack is labeled "Programs" and the second is labeled...
View Articlesub report data source at run time
I have a sub report and on the main report and I want to set up sub report and main report data soruce using stored procedures. I have following code, it only runs sub report, but not main report has...
View ArticleRedirect CFOUTPUT QUERY to a certain pre-existing cell on a table?
Is there a way to 'redirect' the output stream to a certain element on the browser?... I have all the elements on the screen (template, editable zone with a grid that have some cells populated), but,...
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 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 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 ArticleActive Teach
We Are at precent running Windows 7 on our school computers and are having problem with Active Teach some time it works and some time it dosent. Have looked for a solution on other foroms and all seem...
View Articleflash player is not working with windows 8.1 and ie11
I am so tired of the message to remove active x or enable flash player. On windows 8.1 the next message is that flash player is embedded in 8.1. I also have ie 11 and had to load Google Chrome because...
View ArticlePosition Type of Floating is not moving down when Field above Stretches With...
The Detail Band has up to 3 fields stacked in most areas for several reports. Here is an example...Each of the fields has the following properties set: Stretches With Overflow: TruePosition Type:...
View ArticleDynamic Report heading
I have a stored procedure from MS SQL backend and the result heading is WeekResult1, WeekResult2, WeekResult3... etc until Week20Result for report datasource. I would like to assign the heading at run...
View ArticlePage Footer whitespace
I have an invoice report that had N number of line items with N number of lines of description per line item. The invoice displays all of the line items, and then at the bottom of the last page, it...
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 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 ArticleQuery Fails to Bind
I am passing the following query results through cfreportSELECT user_name ,'' fullname ,'' present ,max(login_date) lastlogin ,max(logout_date) lastlogout ,max(date_updated) lastupdate FROM Users...
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 Articleusing advanced query builder for a chart
I am trying to insert a query-based chart in my report template. However, the data is coming from a text file; thus I am creating the query object for the chart by parsing the text file. However, the...
View Articlepass url parameter to cfreport
I am using CF9 and have generated a report using CF Report Builder that has a report parameter that function correctly.I am trying to be able to get the variable value from the the address line and...
View ArticleSlightly different layout if a second page exists
I have a cfm that utilizes cfdocument format="pdf" to create a pdf with data from our sql DB. If the data happens to be more than can fit on one page, I'd like to slightly adjust the layout, and...
View Article