values rounded upwards in 1/2 ?
-
I have a calculated field in my form with this equation:
CEIL(fieldname2*fieldname6/100);
Now I want to add a rule like this:
when the value of (fieldname2*fieldname6/100) is 5 or higher then the equation should stay like it is now and the result should be rounded upwards to the nearest integer (CEIL)
but when the value is lower then 5, then the result should not be rounded upwards to the nearest integer, but should be rounded upwards in 1/2 values like this:
value/result = 1,2 rounded upwards to 1.5
value/result = 1,6 rounded upwards to 2,0and so on for all values lower then 5
How can I do this?
Thank you.
Regards,
AlwinThe page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘values rounded upwards in 1/2 ?’ is closed to new replies.