ERROR: invalid input syntax for integer

Hello community,
Is there any one knows/slolved this error during analytics process, which causes the analytics process failure:
ERROR: invalid input syntax for integer: “25.20398137468495”; nested exception is org.postgresql.util.PSQLException:
ERROR: invalid input syntax for integer: “25.20398137468495”

Regards

Hello @Bakari

it’s seems that you change the type of your dataelement from Number to Integer. the analytics try to save 25.20398137468495 a floating number in integer that is impossible.
if you did that, I will advise you to put back the first type of your DE (Number I think in this case).

Hope this will help you.

Regards.

Thanks @didate
Lets review it