Hello everyone!
I’ve an issue with a predictor I’ve created.
I have some datavalues where users need to enter value at the start of the day and the value at the end of the day. And the value at the end of a given day represent the value at the beginning of the following day. So I’ve created a predictor ran by a scheduler that automatically assign the value for the beginning of the next day.
Predictor and the scheduler works fine, but my problem now is on format of the value written by the predictor. For a value 367994848 the predictor write 3.67994848E8.
How can I make sure the predictor write the value with the right format 367994848 instead of 3.67994848E8 ?
My dataelement is of type Number maybe I wouldn’t face this issue if it was Integer, but I’m already in production I don’t want to change the type.
One last thing if I click inside a field with a wrongly formatted value and then reload the page, the dataentry app save the value with the right format
: video to illustrate
Predictor
Example of value

