Hi
I am looking for some help in handling error conditions. I have a field that contains the result of a division calculation, say 'Engineering budget remaining' by 'Engineering budget'. If no Engineering budget was allocated (ie. the value was 0), the result produced is understandably '?ERROR'. I am trying to tidy the output by returning something else other than '?ERROR' (nulling the field maybe?) and have tried using conditional statements but they fail the syntax check or result in 'unexpected type' messages so obviously I am missing something.
Any help would be appreciated.
Thank you.