the behavior of division if the denominator evaluates to zero. If false (the default), if a division has a non-null numerator and a null denominator, it evaluates to "Infinity", which conforms to MSAS behavior. If true, the result is null if the denominator is null. Setting to tru...