J
Jake
Hi,
I have data from a calculation that needs to be rounded down. It is
[Payment]/[Rate]. This gives me a number of contracts paid. I need # of
contracts fully paid, so 6.9 would be 6 contracts. I have used the formulas
Int([Payment]/[Rate]) and Fix([Payment]/[Rate]). For the most part they work
fine, but I am having an issue with some of the values going down a whole
integer. A value of 7 will show up as 6, or a value of 113 is showing as
112. I have even tried updating fields in a table with the calculation
result, then using Int and Fix on just that field, and have the same issue of
losing a whole number. Please help!! Thanks
I have data from a calculation that needs to be rounded down. It is
[Payment]/[Rate]. This gives me a number of contracts paid. I need # of
contracts fully paid, so 6.9 would be 6 contracts. I have used the formulas
Int([Payment]/[Rate]) and Fix([Payment]/[Rate]). For the most part they work
fine, but I am having an issue with some of the values going down a whole
integer. A value of 7 will show up as 6, or a value of 113 is showing as
112. I have even tried updating fields in a table with the calculation
result, then using Int and Fix on just that field, and have the same issue of
losing a whole number. Please help!! Thanks