You got it. The cf error I got was something like, "Can't convert string
to number". The only difference between the way I was doing it and how
you have it below is the mask. My mask was like, '9,999,999'.

-----Original Message-----
From: Zac Belado [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 24, 2001 2:12 PM
To: CF-Talk
Subject: RE: cfgraph


> Aesthetic bug - Shouldn't there be a property for number formatting?
You
> can't pass in a value with numberformat around it or cf complains. In
my
> case I'm passing in numbers that are in the millions and it doesn't
look
> very good. Am I missing something here?

You mean like:

<cfgraphdata item="18 - 29" value="#numberFormat((age[2]/limit) * 100,
"99.9")#">

Or are you using a query to populate the graph?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to