Closed GoogleCodeExporter closed 9 years ago
If the value set is of a type (int, float, long, Decimal) it is set as float
instead of string.
Original comment by cedric.krier@b2ck.com
on 27 Oct 2014 at 3:35
Thanks for the reply.
I manage to figure out a solution with numeric numbers.
I noticed that when the type is Decimal (as it comes from the database) calc
just handles it as string but when i typecast the number (for example to float)
it get's recognized as normal.
So the 'problem' is on Decimal type. The simple types get recognized.
Original comment by xiro...@gmail.com
on 30 Oct 2014 at 12:43
Decimal support was added in r32a3bf75c300
Original comment by cedric.krier@b2ck.com
on 30 Oct 2014 at 1:25
Original issue reported on code.google.com by
xiro...@gmail.com
on 27 Oct 2014 at 3:27