hi,
how to round values, for example: 5.1 = 6, 7.8 = 8 and so on...
Thank´s
hi,
how to round values, for example: 5.1 = 6, 7.8 = 8 and so on...
Thank´s
Thank´s
You could also use the following function embedded into e.g. an AttributeManager:
@ceil(@Value(my_attribute_to_round_up))
@ceil() is documented here: