Avoiding Divide By Zero Errors

If you use division in a formula, use Y/nullif(X,0) instead of Y/X to avoid the divide by zero errors.

Related Topics

General Notices