Calculate age in a function
I am trying to calculate and return the age of a person. My code is: <cfset variable.age = '(dateDiff("yyyy",query.birthdate, now()))'>I get a "If the expression is a string, ensure that it is...
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 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 ArticleDynamic images in CF report builder 7
Hi :-)Im pulling my hair out over an issue with cfreport builder 7 and the abillity to dynamically display images.I can display images dynamicaly fine using this method: application.coverimage &...
View ArticleSession Reset Problem
hi,I have been working on project where it has a admin area with an admin log-in page, I track the logged in user using a session variable set by a log-in function. my problem is it logs the user in...
View ArticleCF Report Builder percent of total for group
I have a report (built with CF Report Builder) that calculates subtotals in groups. My user wants to also see what percentage of the grand total these group totals represent. It seems that CF...
View ArticleProblem with CFDOCUMENT
I upgraded to CF 7.0.2.My requirement is to convert .doc/.pdf/.xls to Flashpaper.I used<cfdocument format=Flashpaper" src="d:\test.doc"mimetype="application/msword" />The Flaspaper does generate...
View ArticleDisplay message if report is blank or has no data..
I'm sure this is an easy one, but I'm not able to get anywhere on this..Using ColdFusion Report Builder to create a PDF report..Currently, If my report query returns no records I just get a blank...
View ArticleReport Builder and RDS
I just installed CF 8.1 Report Builder and attempted to use it for the first time.Is it required to have RDS activated on the server in order to use report Builder?
View ArticleCFPrint printer problem
Hi there, I'm now in problem about cfprint.Here is my coding : <cfdump var="#GetPrinterInfo()#"> When I run this coding in client site, it shows error that "no printer avaliable". Oddly, I run...
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 ArticleBrowser based dynamic report generation
Here is what i want to do.I want to allow our customers the ability, through an IE browser, authenticated to ColdFusion, to create their own reports through their own ColdFusion webpage.-We will list...
View ArticleDisplaying alternate content when date field is null
I am using Report Builder 8. I am grouping on a date field, but some of the people returned have a null value. I need to show an alternate heading if that group's date is null, I would actually like it...
View Articlecfdocument with foreign languages (urdu/farsi)
Adobe claims that writing from right to left should be possible (http://www.adobe.com/devnet/coldfusion/articles/printing_04.html) - but I have no success with my tests. I'm trying to create a document...
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 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 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 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 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 Article