Re: difference in displaying a numeric value in POI

2013-01-15 Thread safo 2000
if this is poi:cell type=numeric numberformat=##,0.00 value=1075483609/ rounding,how would the ...609 round to ...648 One is rounding and one is doing an Integer function hi, i am trying to write a numeric value using POI and i get the strange results: poi:cell type=numeric

RE: difference in displaying a numeric value in POI

2013-01-14 Thread Eric Roberts
One is rounding and one is doing an Integer function -Original Message- From: safo 2000 [mailto:safokas...@hotmail.com] Sent: Monday, January 14, 2013 1:02 AM To: cf-talk Subject: difference in displaying a numeric value in POI hi, i am trying to write a numeric value using POI

difference in displaying a numeric value in POI

2013-01-13 Thread safo 2000
hi, i am trying to write a numeric value using POI and i get the strange results: poi:cell type=numeric numberformat=##,0.00 value=1075483609/ cfset x=#NumberFormat('1075483609','999,999,999,999.99')# poi:cell type=string value=#x#/ if you run the above you get 1,075,483,648.00