Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If we want to divide two fields or Fieldsets the denominator cannot contain zeros otherwise the computations fail with a floating points exception.

Solution

The solution is is to turn all the zeros in question to missing values, which are then automatically skipped in all the arithmetic operations in Metview. We can do this by using the bitmap function:

...