Closed GoogleCodeExporter closed 9 years ago
Choose Jython as expression language; and write:
return value/float(1000)
Or if you have a column named "2000".
return cells['2000']['value']/float(value)
Original comment by erjo...@gmail.com
on 17 Mar 2011 at 9:37
Susan, could you also try:
value/1000.0
Original comment by dfhu...@gmail.com
on 19 Mar 2011 at 10:26
Did those suggestions work for you? If not, perhaps you could continue the
conversation on the mailing list.
I don't think it's wise to change the default arithmetic data types at this
point in the game (ie automatically promote integers to floating point
numbers), so I'm going to close the bug report, but obviously you've got at
least a couple of people who are willing to help.
Original comment by tfmorris
on 21 Mar 2011 at 3:10
Original issue reported on code.google.com by
susan.e....@gmail.com
on 15 Mar 2011 at 8:43