Rounding just one calculated value in a report

Hi,

is there a posibility to just round 1 calculated value in a template reports not using the option Rounding?
for example:
we want to calculate how many deeds have to be executed to become break even.

of course a deed can’t be halfly executed so thats why only this calculation should be rounded.

Hi Alexander,

a variable will be an integer if you use | integer at the end of your assign statement. For example:

{% assign variable = variable1*variable2 | integer %}

Regards,

Michiel