Issue with Absolute value

@amalmarella I want to get the positive value if its negative and keep the positive value if it is.

example

if -1.24 then get 1.24
if 1.24 then get 1.24