M
MacTheKnife
I'm using the following code in a Merge document to 1)
apply disregards to an annual income and then 2) change
the annual income into a weekly income.
£{ = {mergefield grossamount}- {mergefield
firsrdisregard}- {mergefield seconddisregard} } divided
by { mergefield noofweeks } = £{ = { = {mergefield
grossamount}- {mergefield firstdisregard}- {mergefield
seconddisregard} / {mergefield noofweeks}
However, does anyone know what to add to make sure that
all fractions of a penny are always rounded down to the
nearest penny?
Thanks in advance
apply disregards to an annual income and then 2) change
the annual income into a weekly income.
£{ = {mergefield grossamount}- {mergefield
firsrdisregard}- {mergefield seconddisregard} } divided
by { mergefield noofweeks } = £{ = { = {mergefield
grossamount}- {mergefield firstdisregard}- {mergefield
seconddisregard} / {mergefield noofweeks}
However, does anyone know what to add to make sure that
all fractions of a penny are always rounded down to the
nearest penny?
Thanks in advance