Hello there
I have a formula in one of my reports:
whileprintingrecords;
numbervar result;
result := truncate({@Balance});
if {@Balance} - result >= 0.5 then
result := result +0.5;
result;
I have been using this report for a couple of years now and just "refresh" after each pay fortnight. Today it is not working and brings the formula up on the screen with the ({@balance}) part highlighted (beside truncate).
My report lists current annual leave balances per cost centre and is only bringing up 2 of the 8 cost centres - with this error for the other 6? I am very confused?
Why is it still working for 2 of them, but not the others?
Any suggestions would be appreciated.
Thanks
Julie
I have a formula in one of my reports:
whileprintingrecords;
numbervar result;
result := truncate({@Balance});
if {@Balance} - result >= 0.5 then
result := result +0.5;
result;
I have been using this report for a couple of years now and just "refresh" after each pay fortnight. Today it is not working and brings the formula up on the screen with the ({@balance}) part highlighted (beside truncate).
My report lists current annual leave balances per cost centre and is only bringing up 2 of the 8 cost centres - with this error for the other 6? I am very confused?
Why is it still working for 2 of them, but not the others?
Any suggestions would be appreciated.
Thanks
Julie