Stored Procedure Issue
Hi,I am running into a problem with calling stored procedures in my Report Builder. In the 7.01 version i could just do the following call to get it to run my SP.SPName '#cfvariable#' ,...
View ArticleReport Builder Paging
I am trying to get specific control over the page numbers that print in my report. I am using the Report Header band for a cover sheet and muti-page invoices (grouped on invoice number) follow. I want...
View ArticleColdfusion Report how to show WYSIWYG editor input data that store in a clob...
Hi, My scenario is: From application I have key-in data that using WYSIWYG editor with various format like font color, background color, alignment, bold, italic, etc. And store to a column type CLOB...
View Articlecfreturn variable return separate fields
I am creating a report in CF 10 report builder. I have a function that returns two separate fields in one variable I need to have the two fields returned separately, my output is an excel worksheet....
View ArticleCreating Multi Page PDF Reports in CF builder
i am pulling information from a access data base and the information totals over 40 + inches in the cf builder layout.how can i set up page breaks so that the information will output on a multi page...
View ArticleCross Tab question in Report Builder
Im trying to create a cross tab report in Report Builder but not having any luck. The icon is completly greyed out . The report I need will have an unknown number of colums and I think the only way to...
View ArticleColdFusion Report Builder - 2 page layout.
Good morning, Is there a method which would allow me to create a ColdFusion report with a 2 page layout? On the odd pages (the front side), this page would include the data relating to the report and...
View ArticlePound sign creating error
I have some pound signs in one of my output fields that are causing an error in the Report Builder. I've tried doing a Replace, but just can't seem to get the syntax correct.Original code:query.Action...
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 ArticleProblem floating multiple subreports
I have a report with multiple subreports in it. I'm trying to stack stuff one after another. With regular fields I can just set the Position Type to float and things work fine. With one subreport that...
View Articlecfchart questions
Thanks in advance for any help you can give me! I have a basic bar chart with 5 cfchartseries. Each cfchartseries has a seriesLabel parameter with a value, but they are just not showing up on the...
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 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 ArticleSimple IIF Statement "bug" in CF Report Builder
I am new to CF Report Builder, but can't seem to get a simple IF statement to work.IIf(query.costs_total_construction is 0, DE("n/a"), ((query.costs_nonIHS_funds_new_space...
View ArticleCF8 Document PDF cutting off text
I am facing text cut-off during CFDocument PDF page breaks. I am using CF 8. Anyone can help Plz ? Thanks,-SKS
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 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 Articledatetime parameter in coldfusion report builder
Hi, I'm trying to create a report in coldfusion report builder that takes 2 parameters; startdate and enddate. These two parameters correspond to two fields in my sql database. However, both the fields...
View ArticleChanging value of Param
I have a report that passes a date (time stamp) to a subreport. Sometimes the date being passed is null (or an empty string) and the report . When this happens get an "Incompatible java.lang.String...
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 Article