Hi,
I have got a formula [TOTALDEBITS]/180*30. The field TOTALDEBITS has got numerical values of a Fixed Decimal type. I would like to round the outcome of my [TOTALDEBITS]/180*30 formula to the nearest whole number using Round(([TOTALDEBITS] / 180 * 30), 0). However the outcome of this round formula is generating null values throughout the entire output field. Can someone let me know where i could be going wrong?