I think the problem is the max value of integer. It´s 2.147.483.647. I don´t know why he ignores the Datatype you set at the dci.
I think you can solves this if you change the transformation script from "return $1 *8;" to "return $1 * 8.0;".
I will test this today.
I think you can solves this if you change the transformation script from "return $1 *8;" to "return $1 * 8.0;".
I will test this today.