cfoutput query
Hi i have a cfoutput query below which i need to display in report builder, but there is no option to add cfoutput querys how is this done?<CFOUTPUT Query="query">Range_Name</CFOUTPUT>
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 ArticleHow do I Output SQL query (cfquery) to screen
I'd like to output the completed SQL Query that I'm writing to CFQuery to the screen so I can see what the report is querying the database. I tried <cfoutput>#myquery#</cfoutput> but that...
View ArticleError with Report Builder
After I installed the latest version of report builder and tried to setup the RDS to my CF 8 server I received an error 404 not found. After searching on the web I discovered that I needed to add a new...
View ArticleCF8 compiled code cannot be run in CF9 server
I have an enterprise application that is developed using ColdFusion. The application is compiled using CF8’s complier (using CFcomple.exe) to enhance performance and prevents un-authorized access to...
View ArticleHaving a chart change based on what group is displaying in Report Builder.
Hello, I'm trying to create a report that is grouped by department that shows data for the last 12 months in the detailed section. I also want to have a chart that will graph that data in the group...
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 Articletotal pages
hi all how can i get of number of total pages in a cfreport? i try with a custom field with count on calc.PAGE_NUMBERbut i obtain this error: Error: calc.PAGE_NUMBER is not a valid ColdFusion...
View ArticleReport Writer
I am trying to use the report writer but every time I create a report Iam getting an error message of Premature end of file. I have installedCF7.0.1 and CF7.0.2 on different OS'es and have used the...
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 Articlecfdocument watermark exception
I just threw a 'coldfusion.document.DocumentInvalidWaterMarkFileException' using cfdocument on a JRUN 4 multi instance developer version of cf mx 7.Water Mark Image File is invalid..Any clues?I'm using...
View ArticleColdfusion Report Builder Functions Not Displaying Proper Output
I'm having difficulty getting report functions to work. Looking at the documentation, I followed the steps to creating a function (which seems to be a ColdFusion function) and inserted it into the...
View Articleissue with Stretch on Overflow
I am having an issue with the report writer when I try and display long text fields using the "Stretch on Overflow" option in the Coldfusion Report Builder. The symptom I am experiencing is that the...
View ArticleRemove Line When Blank
I set the "Remove Line When Blank" to "True" in Report Builder but a blank row still appears. Has anyone been to successfully able to get it working?
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 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 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 ArticleTable with cell borders in Coldfusion Report Builder
I'm using ColdFusion Report Builder and I'm trying to create a table with cell borders, looking somewhat like Excel. The data comes from a query. How do I do this? I'm running ColdFusion 9 on Windows XP.
View Articleproblem in creating a chart in coldfusion report builder (x-axis label)
why some of the label in x-axis is not appearing in chart (but in my query is showing all data) im using coldfusion report builder. got any idea? please see attached image. thank you!
View Article