Using Crystal 11.5, Am looking to find a better solution to this rounding problem. Have a value on the report that I typically always want to round up. It is the value of number of containers based on a calculation. We always want it to round up (for example if the calculation comes to 13.4, we'd want a value of 14 returned).
The calculation is Roundup(1/{CONTAINER.PTSPER})
That was working fine, but came across a value of 1/.083333 which comes to 12.00004 which the report rounds up to 13. In this case it's just a rounding issue and we'd want to keep it at 12. Anyone know of a way of reporting this so it makes more sense? If it falls within a certain amount don't ROUNDUP, otherwise Round up.
The calculation is Roundup(1/{CONTAINER.PTSPER})
That was working fine, but came across a value of 1/.083333 which comes to 12.00004 which the report rounds up to 13. In this case it's just a rounding issue and we'd want to keep it at 12. Anyone know of a way of reporting this so it makes more sense? If it falls within a certain amount don't ROUNDUP, otherwise Round up.