Vijay Mehta schrieb:
Hi Trond,Thanks for the reply. But can we have a feature request for incr/decr decimal values ?
You could work around this by representing your decimal value as integer and divide by 1000 or whatever suits your need in your application code. Michael Ludwig