cfprint prints fuzzy text
I am using coldfusion 8 developer edition and working locally. I am using the cfreport tag to create pdf files from reports built with the cf8 ReportBuilder. When I print the pdf files using cfprint,...
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 Articlehow to use external query in subreport?
I would like to use report builder to display a simple report containing a one to many relationship.For example, a list of customer orders where each customer order can consist of many ordered...
View Articlesubreport as a reportparam not using the proper query
I am trying to use a report with a subreport, normally works fine, but I want to pass a query to the subreport, not let it use its internal query.Ā This works fine if I call the sub report by itself...
View ArticleUsing If statements in cfreport
Hi does anyone know how I might be able to handle this situation. I have some columns that are integers. These integers represent different text items. How and where can I put my if statement in...
View Articlecfchart styles
I'm working on building some custom style files for charts (CFMX 7.0.2) so that they are closer to the look of our app. Is there really no way to customize the chart title? All other text elements seem...
View ArticleReport Builder: output to Excel removes leading zeros
I'm trying to use the Report Builder to output a numeric field to EXCEL , but on numbers that start with zero EXCEL removes the leading zero's. ex. 00123 becomes 123. Is there something that I can put...
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 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 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 ArticleStretching and subreports
I have a report with several subreports in it. Each subreport has a title label and is in its own band (I do this to be able to not print certain subreports and avoid unnecessary whitespace output). It...
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
hello, I have a problem with the creation of pdf. My acpplication functioned very well and generated pdf without problem with cfdocument. And for 2 days, the pdf have not been any more to create. When...
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 ArticleReport builder - last page
I have to print a field only on the last page; I was thinking to do this by making a condition in "print when" field. How can I determinate the last page? Anyone help me!thanks to all!
View ArticleProblem with IIf in Report Builder
Hi,This is my first try with Report Builder and I have managed to create some custom labels however I would like to hide any empty address fields. At the moment if any of the address fields are empty I...
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 ArticleAlternating row color for CF report Builder?
I have a user who wants one of her reports to display alternating row colors for better read clarity. The reports are rather lengthy and the rows tend to blend in with eachother.
View ArticleCombine 2 reports
I have a billing report, where I'd like the summary page to print in portrait mode, and detail pages to print in landscape mode. I have been wracking my brain trying to think of a way to accomplish...
View Article