Hi
I have a flow with a variable with type float. If I try to set this via computation to a value without a decimal it populates correctly. If however the result does include a decimal then it rounds down. For Example
div(200,100) results in 2
div(50,100) results in 0, however I want 0.5
Anybody know what I am doing wrong?
Regards
Jon


Report
All responses (
Answers (