Avoid Divide By Zero Error on SSRS
SSRS functions (as all functions) doesn't like number divided by zero. But, SSRS function behaves weird when they meet an expression that can lead to divide by zero error. A common report will show the amount of sale compare the target sales. To check if the sales amount meets the target we will divide the sale amount by… Read More »