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

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

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