Hi
I have a value ( float/ decimal ) that range from -9999 to +9999.
When the value is negative, i want to return the ceil() value of the value.
When the value is positive, i want to return the floor() value of the value.
Would it be possible, somehow, to do this in a single event or expression?
