CFGraph precision problem

2002-04-18 Thread Ray Bujarski

I am using the following code to display a graph data item.  I am using 
numberformat function, but the graph ignores it.
   cfgraphdata item = #subgroup# value = #numberformat(percent_hrs, 
__._)#
Anyone know how I can set the precision to one decimal place?
Thanks,
Ray

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
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



Re: CFGraph precision problem

2002-04-18 Thread Brian Scandale

Off the top of my head... perhaps it's the use of quotes that's the key???

cfgraphdata item=#subgroup# value=#numberformat(percent_hrs, '__._')#


At 12:42 PM 4/18/02 -0700, you wrote:
I am using the following code to display a graph data item.  I am using 
numberformat function, but the graph ignores it.
   cfgraphdata item = #subgroup# value = #numberformat(percent_hrs, 
__._)#
Anyone know how I can set the precision to one decimal place?
Thanks,
Ray


__
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



Re: CFGraph precision problem

2002-04-18 Thread Ray Bujarski

I tried with quotes, tick marks and nothing at all.

At 12:58 PM 4/18/2002 -0700, you wrote:
Off the top of my head... perhaps it's the use of quotes that's the key???

cfgraphdata item=#subgroup# value=#numberformat(percent_hrs, '__._')#


At 12:42 PM 4/18/02 -0700, you wrote:
 I am using the following code to display a graph data item.  I am using
 numberformat function, but the graph ignores it.
cfgraphdata item = #subgroup# value = #numberformat(percent_hrs,
 __._)#
 Anyone know how I can set the precision to one decimal place?
 Thanks,
 Ray
 
 

__
Get the mailserver that powers this list at http://www.coolfusion.com
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