Hello!
I compute a field in my report where I use an if statement to say: use the given formular if any of the formular elements are not equal to zero. If not print zero.
What happens is that in the "print zero" case I receive a ,0 in my report instead of a simple 0. This might be due to the fact that the format of the computed field is D12.1. How can I achiev a simple 0?
Eva
I compute a field in my report where I use an if statement to say: use the given formular if any of the formular elements are not equal to zero. If not print zero.
What happens is that in the "print zero" case I receive a ,0 in my report instead of a simple 0. This might be due to the fact that the format of the computed field is D12.1. How can I achiev a simple 0?
Eva